Network and the internet

Slides:



Advertisements
Similar presentations
The Internet Useful Definitions and Concepts About the Internet.
Advertisements

Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Web and Internet Part I ST: Introduction to Web Interface Design Prof. Angela Guercio Spring 2007.
1 Accessing the Global Database The World Wide Web.
The Internet, World Wide Web, and Computer Communication.
CHAPTER 2 Communications, Networks, the Internet, and the World Wide Web.
The Internet, Intranets, & Extranets Chapter 7. IS for Management2 The Internet (1) A collection of networks that pass data around in packets, each of.
Netwrok and the internet Part two Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
What IS the Web? Mrs. Wilson Internet Basics & Beyond.
Lesson 2 — The Internet and the World Wide Web
Chapter 4 Networking and the Internet Introduction to CS 1 st Semester, 2015 Sanghyun Park.
Windows Internet Explorer 9 Chapter 1 Introduction to Internet Explorer.
WEB TERMINOLOGIES. Page or web page: a file that can be read over the world wide web Pages or web pages: the global collection of documents associated.
©G. Millbery 2001Communications and Networked SystemsSlide 1 Purpose of Network Components  Switches A device that controls routing and operation of a.
Lecture 10: 9/26/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Networks QUME 185 Introduction to Computer Applications.
HTML ~ Web Design.
Streaming Media A technique for transferring data on the Internet so it can be processed as a steady and continuous stream.
Introducing the Internet and The Web Computer Concepts Unit A What Is Internet.
Using the Internet. (WWW) and the Internet The World Wide Web (WWW) is a small part of the Internet. The Internet relates to all the hardware and software.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Kuliah Pengantar Teknologi Informasi Coky Fauzi Alfi cokyfauzialfi.wordpress.com Internet (2)
The Internet Teaching Learning Seminar Computer Studies.
Network and the internet Part eight Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
What is Data Communication? Data communication is the process of collecting and distributing data(text, voice, graphics, video, etc) electrically from.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 Internet II A consortium of more than 180 universities, government agencies, and private businesses.
The Internet is a Big Collection of Computers and Cables. -"interconnection of computer networks". Millions of personal, business, and governmental.
Network and the internet Part one Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
Part 2.  Transmission methods used  Bandwidth:  The speed at which Data can be carried.
By: Jordan Hale, McKenzie Kratts, Victoria Lee, and Lakin Burnett.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
(class #2) CLICK TO CONTINUE done by T Batchelor.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
4.01 How Web Pages Work.
Distributed OS.
4.01 How Web Pages Work.
VoIP ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
INTERNET.
4.01 How Web Pages Work.
2.7 Communication Methods
What is the Internet? © EIT, Author Gay Robertson, 2016.
Warm Handshake with Websites, Servers and Web Servers:
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Sec (4.3) The World Wide Web.
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
E-commerce | WWW World Wide Web - Concepts
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Computer Communication & Networks
Networking and the Internet
Web Design & Development
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Introduction to Networks
Web Page Concept and Design :
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Part of Chapter 1 Key Concepts Networks
Network and the internet
Welcome to Cyberspace The Internet - World Wide Web
Network and the internet
Website A website is a collection of web pages (documents that are accessed through the Internet) When someone gives you their web address, it generally.
4.01 How Web Pages Work.
Network and the internet
4.01 How Web Pages Work.
The Internet and Electronic mail
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Network and the internet Part five Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas nras@iugaza.edu.ps Faculty of Information Technology Islamic University of Gaza

VOIP An example of a more recent Internet applications Consider it as in which, the Internet infrastructure is used to provide voice communication similar to that of traditional telephone systems VOIP consists of two process on different machines transferring audio data via the p2p model. Example f VOIP is Skype, which consists of application software that allows pc users to place call, and communicate with other skype users

VOIP One drawback to Skype is that it is proprietary systems, and thus much of its operational structure is not publicly unknown. For instance, to receive a call, Skype user must leave his/her pc connected to the Internet and available to Skype system, which means that some of the PCs resources may be used to support other Skype communications without the pc owner’s awareness.

Internet Radio Transmission of radio station programming- a process called webcasting as apposed to broadcasting, because the signal transferred via the Internet rather than “over the air”. Internet Radio is example of streaming audio, which refers to the transfer of sound data on a real-time bases.

Some concepts, Internet radio Unicast: refer to one sender sending message to one receiver N-unicast: single sender (server) sending message to multiple unicast. The N-unicast has the drawback of placing a substantial burden on the station’s server. Indeed, N-unicast forces the server to send message to each of it’s clients on a real-time basis. Some alternatives attempts to alleviate this problem. One applies the p2p model in manner of file sharing system, that is, one peer has received data, it begins to distribute that data to those peers that are still waiting. Meaning that much of the distribution problem is transferred from the data’s source to the peers.

Some concepts, Internet radio Another alternative, multicast, transfers the distribution problem to the Internet routers. Server transmits a message to multiple clients by means of a single address (the group address) and relies on the routers in the Internet to produce and forward copies of the message to the appropriate destination. When a client want to receive the message from a particular station, want to subscribe to a particular group, and notifies its nearest router of its desire.

4.3 World Wide Web The information is disseminated over the Internet based on the concept of hypertext. Hypertext: referred to text document that contained links, called hyperlink, to other documents. Hypertext ha been expanded to encompass images, audio, and video, which called hypermedia.

World Wide Web By using a hypertext, documents can explore related documents or follow a train from document to document. These documents within such a web can reside on different machines, forming a network wide web. The web that has evolved on the Internet spans the entire globe and is known as the world wide web (WWW, W3, or the web) Hypertext document on the WWW is called a web- page A collection of closely related web-pages is called a web-site First software for implementing the WWW was in December 1990.