Chapter 19 - Why The Internet Works Well Introduction The Internet Works Well Open System (non-proprietary) IP Provides Flexibility [uses "layered protocol"

Slides:



Advertisements
Similar presentations
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Advertisements

Three-Layer Model Distributed data communications involves three primary components: Networks Computers Applications Three corresponding layers Network.
CSCI 4550/8556 Computer Networks
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Networking Theory (part 2). Internet Architecture The Internet is a worldwide collection of smaller networks that share a common suite of communication.
Chapter 19 Binding Protocol Addresses (ARP) Chapter 20 IP Datagrams and Datagram Forwarding.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
TCP: Software for Reliable Communication. Spring 2002Computer Networks Applications Internet: a Collection of Disparate Networks Different goals: Speed,
CS335 Networking & Network Administration Tuesday April 27, 2010.
CECS 474 Computer Network Interoperability Notes for Douglas E. Comer, Computer Networks and Internets (5 th Edition) Tracy Bradley Maples, Ph.D. Computer.
Chapter 2 TCP/ IP PROTOCOL STACK. TCP/IP Protocol Suite Describes a set of general design guidelines and implementations of specific networking protocols.
The OSI Model and the TCP/IP Protocol Suite
Internet Setup in Microsoft Windows Windows Layering Bindings Adding Adapters, Protocols, and Clients TCP/IP Configuration.
CISCO NETWORKING ACADEMY Chabot College ELEC Ch 2 - OSI Model.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
CECS 474 Computer Network Interoperability Notes for Douglas E. Comer, Computer Networks and Internets (5 th Edition) Tracy Bradley Maples, Ph.D. Computer.
NETWORKING COMPONENTS By Cleve Rosser. Hubs allow large numbers of computers to be connected on a single or multiple LAN. Each computer plugs into the.
Chapter 23 TCP/IP Overview Network Layer Transport Layer Application Layer WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
Aleksandar Radovanovic
Chapter 9.
Protocol Layering Chapter 10. Looked at: Architectural foundations of internetworking Architectural foundations of internetworking Forwarding of datagrams.
Chapter 13 - Internet: A Network Of Networks Introduction Network Technologies Are Incompatible Coping With Incompatibility –It is impractical, and may.
The OSI Model and the TCP/IP Protocol Suite
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.
Introduction and Overview Chapter 1. Why Study TCP/IP? Forms global Internet base technology Has accommodated explosive growth well Protocols work over.
Chapter 7 Low-Level Protocols
Section 2.31 The TCP/IP reference model the de facto Internet standard demonstrates arbitrary nature of layers –various models are possible –OSI & TCP/IP.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Introduction to Technology Infrastructure Chapter 1.
Chapter 17 - Internetworking: Concepts, Architecture, and Protocols 1. Internetworking concepts 2. Router 3. protocol for internetworking 4. TCP/ IP layering.
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
ECE 526 – Network Processing Systems Design Networking: protocols and packet format Chapter 3: D. E. Comer Fall 2008.
1 CSCI 233 Internet Protocols Class 2 Dave Roberts.
1 TCP/IP Internetting ä Subnet layer ä Links stations on same subnet ä Often IEEE LAN standards ä PPP for telephone connections ä TCP/IP specifies.
1 Introduction Computer Networks. 2 Motivation and Scope Computer networks and internets: an overview of concepts, terminology and technologies that form.
1 Networking Chapter Distributed Capabilities Communications architectures –Software that supports a group of networked computers Network operating.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
Chapter 24 Transport Control Protocol (TCP) Layer 4 protocol Responsible for reliable end-to-end transmission Provides illusion of reliable network to.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
1 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Chapter 8 - Internet: The Early Years Many Independent Networks The Proliferation Of LANS Facts About LANs –Engineers have devised many LAN technologies.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
The Internet Book. 3 The Internet Works Well The Internet is a marvel of technical accomplishment. TCP/IP: – Accommodates growth and change not imagined.
Reading TCP/IP Protocol. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also.
Protocol Layering Chapter 11.
The Internet Book. Chapter 16 3 A Packet Switching System Can Be Overrun Packet switching allows multiple computers to communicate without delay. –Requires.
Quiz 1 Key 3. Class B 5. |Ethernet Frame|IP Datagram|TCP Header|FTP Header|Data|
1 Network Address Translation. 2 Network Address Translation (NAT) Extension of original addressing scheme Motivated by exhaustion of IP address space.
Chapter 16 - TCP: Software For Reliable Communication Introduction A Packet Switching System Can Be Overrun (merging highways) TCP Helps IP Guarantee Delivery.
DIYTP Network Basics  How do computers communicate?  Network Interface Card (NIC)  Media Access Control Address (MAC)  Unique to each NIC 
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
OSI Layer and TCP/IP Laboratorium Teknik Informatika – Universitas Gunadarma August, Stefanus Vlado Adi Kristanto Version 1.1.
COMPUTER NETWORKS CS610 Lecture-22 Hammad Khalid Khan.
Computer Networks Farzad Rojan Chapter 1. Computer Networks – Chapter 1 Introduction Uses of Computer Networks Network Hardware Network Software Reference.
Spring Ch 17 Internetworking Concepts, Architecture, and Protocols Part III Internetworking.
Pertemuan 19 Introduction to TCP/IP
Internet Protocol: Connectionless Datagram Delivery
TASK 4 Guideline.
THE TRANSPORT LAYER Scott Garland COSC 352.
Packet Switching To improve the efficiency of transferring information over a shared communication line, messages are divided into fixed-sized, numbered.
Networking Theory (part 2)
COMPUTER NETWORKS CS610 Lecture-35 Hammad Khalid Khan.
COMPUTER NETWORKS CS610 Lecture-37 Hammad Khalid Khan.
Chapter 2 Network Models
Chapter 15 - IP: Software To Create A Virtual Network
Networking Theory (part 2)
Chapter 8 – Data switching and routing
Presentation transcript:

Chapter 19 - Why The Internet Works Well Introduction The Internet Works Well Open System (non-proprietary) IP Provides Flexibility [uses "layered protocol" approach] –The Internet Protocol accommodates many types of hardware because it makes almost no assumptions about the underlying network hardware. – Because TCP/IP standards documents specify the exact way to send IP datagrams on a given type of network, computers and routers from multiple vendors always agree on the details.

Chapter 19 - Why The Internet Works Well TCP Provides Reliability –Because it constantly monitors conditions on the Internet and automatically adapts, TCP makes reliable communication possible even when the Internet experiences temporary congestion. TCP/IP Software Was Engineered For Efficiency TCP/IP Research Emphasized Practical Results

Chapter 19 - Why The Internet Works Well The Formula For Success –TCP/IP protocol software and the Internet were designed by talented, dedicated people. –The Internet was a dream that inspired and challenged the research team. –Researchers were allowed to experiment, even when there was no short-term economic payoff. Indeed, Internet research often used new, innovative technologies that were expensive compared to existing technologies. –Instead of dreaming about a system that solved all problems, researchers built the Internet to operate efficiently.

Chapter 19 - Why The Internet Works Well –Researchers insisted that each part of the Internet work well in practice before they adopted it as a standard. –Internet technology solves an important, practical problem, the problem occurs whenever an organization has multiple networks. Terms – OSI Model – TCP/IP standards documents – rough consensus and working code –Open System