INE1020: Introduction to Internet Engineering 5: Web-based Applications1 Lecture 12: Emerging Internet Technologies r Peer-to-peer vs. client-server computing.

Slides:



Advertisements
Similar presentations
Push Technology Humie Leung Annabelle Huo. Introduction Push technology is a set of technologies used to send information to a client without the client.
Advertisements

Computer networks Fundamentals of Information Technology Session 6.
Introduction to TCP/IP, the Internet, IP Addressing, and Domain Name.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
TCP/IP MODEL Maninder Kaur
Networking at Home and Abroad
Vodacom Microsoft Hosted Lync
A Presentation on H.323 Deepak Bote. , IM, blog…
VoIP EE 548 Ashish Kapoor. Characteristics – Centralized and Distributed Control H.323 pushes call control functionality to the endpoint, while still.
Multicast Fundamentals n The communication ways of the hosts n IP multicast n Application level multicast.
Application layer (continued) Week 4 – Lecture 2.
Shalini Bhavanam. Key words: Basic Definitions Classification of Networks Types of networks Network Topologies Network Models.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
A. Frank 1 Internet Resources Discovery (IRD) Peer-to-Peer (P2P) Technology (1) Thanks to Carmit Valit and Olga Gamayunov.
Multicast Communication
1 Networking A computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources. The.
Introduction to Streaming © Nanda Ganesan, Ph.D..
Group Management n Introduction n Internet Group Management Protocol (IGMP) n Multicast Listener Discovery (MLD) protocol.
Networking Technologies
© Janice Regan, CMPT 128, CMPT 371 Data Communications and Networking Multicast routing.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Presentation on Osi & TCP/IP MODEL
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Application Layer CHAPTER 2. Announcements and Outline  Administrative Items  Questions? Recap 1.Introduction to Networks 1.Network Type 2.N etwork.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Connecting to the Network Networking for Home and Small Businesses.
1 Introduction to Networking Dr. Mahdi Nasereddin PPU.
Jaringan Komputer Dasar OSI Transport Layer Aurelio Rahmadian.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Network Services Networking for Home & Small Business.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Applied Communications Technology Voice Over IP (VOIP) nas1, April 2012 How does VOIP work? Why are we interested? What components does it have? What standards.
CSC 600 Internetworking with TCP/IP Unit 8: IP Multicasting (Ch. 17) Dr. Cheer-Sun Yang Spring 2001.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Networks CS105. What is a computer network? A computer network is a collection of computing devices that are connected in various ways so that they can.
VOICE OVER INTERNET PROTOCOL. INTRODUCTION SCENARIOS IN INTERNET TELEPHONY VOIP GATEWAYS IMPORTANCE OF VOICE OVER IP BENEFITS & APPLICATIONS ADVANTAGES.
CSC 600 Internetworking with TCP/IP Unit 7: IPv6 (ch. 33) Dr. Cheer-Sun Yang Spring 2001.
 Introduction – Consumer Market  Benefits – Operational Cost & Flexibility  Challenges – Quality of Service & Securing VOIP  Legal Issuers  Risk.
Chapter2 Networking Fundamentals
TCP/IP (Transmission Control Protocol / Internet Protocol)
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 Internet II A consortium of more than 180 universities, government agencies, and private businesses.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 39 How Multicast IP and MBone Work.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
The Internet Technological Background. Topic Objectives At the end of this topic, you should be able to do the following: Able to define the Internet.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
VoIP ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
Chapter 5 Network and Transport Layers
By Asma Hamad Alharbi.
IP Telephony (VoIP).
Instructor Materials Chapter 5 Providing Network Services
Class Notes Overview of Internet Session B
Chapter 5 Network and Transport Layers
Multicast Outline Multicast Introduction and Motivation DVRMP.
Network and the internet
Networking for Home and Small Businesses – Chapter 6
CHAPTER 2 Application Layer.
Working at a Small-to-Medium Business or ISP – Chapter 7
Net 323: NETWORK Protocols
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Working at a Small-to-Medium Business or ISP – Chapter 7
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Other Routing Protocols
IP Multicast COSC /5/2019.
Presentation transcript:

INE1020: Introduction to Internet Engineering 5: Web-based Applications1 Lecture 12: Emerging Internet Technologies r Peer-to-peer vs. client-server computing r Multicast vs. unicast communications r Internet Telephony

INE1020: Introduction to Internet Engineering 5: Web-based Applications2 1. Peer-to-peer Computing r Peer-to-peer computing: m Hosts or computers are linked together without a central repository for applications. m Hosts communicate with one another to share files. m Each host can act both as client or server at the same time. m cf. in client-server computing: a client is connected to a server (which is normally bigger and faster than the client). a server functions as the “nerve center”, where shared applications are located. clients talk to the the server when they need to use applications. The server rarely gets any files from the client. m Example: Napster, Gnutella, Freenet

INE1020: Introduction to Internet Engineering 5: Web-based Applications3 1. Peer-to-peer Computing r Key components: m Tracking online users Where to keep the information of which users are currently online. Choice: centralized (by a special server) or distributed (by each user). m Peer-to-peer sharing model push, pull, or both models protocol choice: HTTP, FTP,...

INE1020: Introduction to Internet Engineering 5: Web-based Applications P2P Example: Napster  provides the ability to search for MP3 files and initiate a direct transfer between the clients ( MP3 format is a compression system for music ). m the files stay on the client machine, never passing through the server. r Centralized user tracking: m Napster logs online users onto the central server. m The main purpose of this central server is to keep an index of all the Napster users currently online and connect them to each other. It does not contain any of the MP3 files itself.

INE1020: Introduction to Internet Engineering 5: Web-based Applications P2P Example: Napster m Query: Napster utility queries the index server for other Napster computers online that have the MP3 files you have requested. Whenever a match is found, the Napster server returns a list of computers which have the requested file. r Peer-to-peer sharing model: m Pull-model. m You initiate the downloading of the file(s). r OpenNap: Open Source Napster Server m Extension of Napster to share any media types and to link servers together m ge.net/

INE1020: Introduction to Internet Engineering 5: Web-based Applications P2P Example: Gnutella r Allows sharing of any file types. r Distributed user tracking: m Your Gnutella utility announces your presence to the peer that you connect to. m The peer then propagates that information to all the peers it connects to and so on. m Example: m Query: You send your query to the peer that you connect to. That peer then propagates your queries to all peers that it connects to and so on. Peers that have the requested files send replies to you. r Peer-to-peer sharing model: m allows pull and push model. r To download Gnutella utility: m ownloads/ Alice Charlie Eve Bob

INE1020: Introduction to Internet Engineering 5: Web-based Applications7 2. Multicast r Multicast: m sending of a packet from one sender to multiple receivers with a single send operation m involve one sender and multiple receivers - multicast group m cf. unicast: involve just one sender and one receiver m Example of multicast applications: sending time-critical, real-time stock quotes to clients news broadcast, video conferencing

INE1020: Introduction to Internet Engineering 5: Web-based Applications8 2. Multicast r Multicast application can be implemented in many ways: m use separate unicast transport connection to each of the receivers m use native multicast support at the network layer m what are the advantages of the second approach ?

INE1020: Introduction to Internet Engineering 5: Web-based Applications9 2. Multicast r Some reasons for using multicasting: m to decrease the network load. E.g. in stock ticker applications which are required to transmit packets to hundreds of stations. m supports webcasting applications (audio and video applications). E.g. one source sending real-time audio and video over the Internet to one or more receivers m client flexibility in joining and leaving a group makes the variable membership much easier to handle.

INE1020: Introduction to Internet Engineering 5: Web-based Applications10 2. Multicast r A single IP address is used to identify the group of receivers, namely: m class D multicast address m address is used to address all hosts that take part in IP multicasting m there is no network and host part, so the receivers may be spread across many networks 1110 multicast address D to bits

INE1020: Introduction to Internet Engineering 5: Web-based Applications11 2. Multicast r Questions: ¬ How to establish and maintain a multicast group ? ­ How to deliver a multicast datagram to all group members ?

INE1020: Introduction to Internet Engineering 5: Web-based Applications12 2. Multicast r Answers: ¬ IGMP: Internet Group Management Protocol - for a host to join/leave a multicast group version 2 (IETF RFC 2236) operates between a host and its directly attached router used by the host to tell its attached router that its application wants to join a specific multicast group

INE1020: Introduction to Internet Engineering 5: Web-based Applications13 2. Multicast r Answers: ­ multicast routing protocols - for routers to deliver datagrams to the hosts that want to receive them it finds a tree of links that connects all of the routers that have attached hosts belonging to the multicast group

INE1020: Introduction to Internet Engineering 5: Web-based Applications14 2. Multicast Example: MBone r MBone: Multicast Backbone m MBone is a virtual Internet Backbone for Multicast IP m an experimental system which is acting as a testbed for multicast application and protocol design and refinement. m a voluntary effort, consisting of Internet service providers who route multicast traffic over their networks, and end users who install multicast routers at their sites. r MBone Multimedia Applications m VideoConference (vic) m Visual Audio Tool (vat) m WhiteBoard (wb) m Robust Audio Tool (rat) m Other Tools

INE1020: Introduction to Internet Engineering 5: Web-based Applications15 3. Internet Telephony r What is Internet Telephony?  Definition: Internet telephony (IPT) is transport of telephone calls over the Internet, no matter whether traditional telephony devices, multimedia PCs or dedicated terminals take part in the calls and no matter whether the calls are entirely or only partially transmitted over the Internet.

INE1020: Introduction to Internet Engineering 5: Web-based Applications16 3. Internet Telephony r Also known as VoIP (Voice over IP) Telephony r Refers to communications services - voice, fascimile, and/or voice-messaging applications - that are transported via the Internet rather than PSTN. r Involves: m conversion of the analog voice signal to digital format m compression/translation of the signal into IP packets for transmission over the Internet. m the process is reversed at the receiving end.

INE1020: Introduction to Internet Engineering 5: Web-based Applications17 3. Internet Telephony r Benefits of IP Telephony m Efficiency: Network unification & convergence –Unify network operation, management and maintenance Better utilize available network resources –Packetization allows transport of multiple media formats Ultimately delivering inexpensive calling m Flexibility: Efficient, Colorful and Information-rich Communications –Packetized voice can be mixed, maneuvered, and transported together with other types of media enabling unlimited opportunities for application innovation and value creation –Simultaneous availability of rich and relevant information

INE1020: Introduction to Internet Engineering 5: Web-based Applications18 3. Internet Telephony r Connection configuration: m PC-to-PC m PC-to-Phone via ITG = Internet Telephony Gateway m Phone-to-Phone m Phone-to-PC ITG

INE1020: Introduction to Internet Engineering 5: Web-based Applications19 Phone network connection Translation function Internet connection PSTN Internet 3. Internet Telephony r Internet Telephony Gateway (ITG) m takes the standard telephone signal, digitizes it, significantly compresses it, packetizes it for the Internet using Internet Protocol (IP), and routes it to a destination over the Internet. m reverses the operation for packets coming in from the network and going out the phone. m both operations (coming from and going to the phone network) take place at the same time, allowing a two-way conversation.

INE1020: Introduction to Internet Engineering 5: Web-based Applications20 3. Internet Telephony r Internet telephony applications: m Unified messaging - voic 2 . m Adding Voice to the Interactive Online Gaming Experience IP Network

INE1020: Introduction to Internet Engineering 5: Web-based Applications21 Further Readings r P2P Computing m Napster m Gnutella r Multicast m ast.html r Interactive Communications