The Internet Ed Lazowska Bill & Melinda Gates Chair in Computer Science & Engineering University of Washington August 2010.

Slides:



Advertisements
Similar presentations
1 Review of Important Networking Concepts Introductory material. This module uses the example from the previous module to review important networking concepts:
Advertisements

Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
ECS152BXin Liu 1 ECS 152B Computer Networks Fall 2003 Prof. Xin Liu
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Chapter 1 Overview Review Overview of demonstration network
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
© 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.
Examining TCP/IP.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Computer Networks (CS 132/EECS148) General Networking Example Karim El Defrawy Donald Bren School of Information and Computer Science University of California.
1 Figure 3-2: TCP/IP Standards (Study Figure) Origins  Defense Advanced Research Projects Agency (DARPA) created the ARPANET  An internet connects multiple.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Network Protocols n ISO OSI 7-layer model n TCP/IP suite l TCP/UDP l IP l Ethernet/Token Ring l ICMP.
IT 344: Operating Systems Winter 2008 Module 19 Networking & Remote Procedure Call (RPC) Chia-Chi Teng CTB 265.
INDEX oWoWhat is TCP/IP protocol suite ? oDoDifferent layers. oEoEncapsulation. oPoProtocol Interface.
Data Communications and Networks
TCP/IP MODEL   Short overview for OSI model;  What is TCP/IP model?;  How is divided;  The TCP/IP structure;  The Application Layer;  The Transport.
Presented by Rebecca Meinhold But How Does the Internet Work?
TCP/IP (Transmission Control Protocol / Internet Protocol)
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 3: TCP/IP Architecture.
Socket Programming Introduction. Socket Definition A network socket is one endpoint in a two-way communication flow between two programs running over.
1 Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Intro to Distributed Systems and Networks Hank Levy.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
Transmission Control Protocol (TCP) Internet Protocol (IP)
CSE 451: Operating Systems Spring 2012 Module in 9 slides Ed Lazowska Allen Center 570.
CTC 228 – Computer Networks Fall 2015 Instructor: Robert Spengler.
- 1 - DPNM Review of Important Networking Concepts J. Won-Ki Hong Dept. of Computer Science and Engineering POSTECH Tel:
Communication Networks NETW 501 Tutorial 2
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
A quick intro to networking
The Internet Ed Lazowska Bill & Melinda Gates Chair Paul G. Allen School of Computer Science & Engineering University of Washington July 2017.
Networking for Home and Small Businesses – Chapter 6
Network Architecture Introductory material
Networking for Home and Small Businesses – Chapter 6
Topic 5: Communication and the Internet
NETWORKING TECHNOLOGIES (II)
Review of Important Networking Concepts
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
I. Basic Network Concepts
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
TCP/IP Networking An Example
CSE 451: Operating Systems Spring 2005 Module in 9 slides
CSE 451: Operating Systems Winter 2007 Module in 9 slides
Review of Important Networking Concepts
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
TCP/IP Protocol Suite: Review
The Internet Ed Lazowska Bill & Melinda Gates Chair Paul G. Allen School of Computer Science & Engineering University of Washington July 2018.
Networking Theory (part 2)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Networking Introduction CSE 333 Summer 2018
Network Models CCNA Instructor Training Course October 12-17, 2009
CSE 451: Operating Systems Autumn 2009 Module in 9 slides
CSE 451: Operating Systems Winter 2004 Module in 7 slides
CSE 451: Operating Systems Autumn 2010 Module in 9 slides
Networking for Home and Small Businesses – Chapter 6
Network and the internet
Protocol Application TCP/IP Layer Model
16EC Computer networks unit II Mr.M.Jagadesh
Review of Important Networking Concepts
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Networking Theory (part 2)
Presentation transcript:

The Internet Ed Lazowska Bill & Melinda Gates Chair in Computer Science & Engineering University of Washington August 2010

Data link layer: Original Ethernet z Broadcast network z CSMA-CD: Carrier Sense Multiple Access with Collision Detection y “Standing in a circle, drinking beer and telling stories” analogy z Packetized – fixed z Every computer has a unique physical address y C9-C8-7E

z Packet format z Interface listens for its address, interrupts OS when a packet is received physical addresspayload

Network layer: IP z Internet Protocol (IP) y routes packets across multiple networks, from source to destination z Every computer has a unique Internet address y z Individual networks are connected by routers that have physical addresses (and interfaces) on each network

z A really hairy protocol lets any node on a network find the physical address on that network of a router that can get a packet one step closer to its destination z Packet format physical addresspayload IP addresspayload

z A separate really hairy protocol, DNS (the Domain Name Service), maps from intelligible names (lazowska.org) to IP addresses ( ) z So to send a packet to a destination y use DNS to convert domain name to IP address y prepare IP packet, with payload prefixed by IP address y determine physical address of appropriate router y encapsulate IP packet in Ethernet packet with appropriate physical address y blast away! z Detail: port number gets you to a specific address space on a system y a process can “register” for a port, and some are always used: 25=SMTP, 80=web server, 20=FTP, 22=ssh, etc.

Transport layer: TCP z TCP: Transmission Control Protocol y manages to fabricate reliable multi-packet messages out of unreliable single-packet datagrams y analogy: sending a book via postcards – what’s required? physical addresspayload IP addresspayload TCP hdrpayload

Summary z Using TCP/IP and lower layers, we can get multi- packet messages delivered reliably from address space A on machine B to address space C on machine D, where machines B and D are many heterogeneous network hops apart, without knowing any of the underlying details z Higher protocol layers facilitate specific services y smtp y web: http y file transfer: ftp y remote login: telnet