CSE 451: Operating Systems Spring 2012 Module 21 461 in 9 slides Ed Lazowska Allen Center 570.

Slides:



Advertisements
Similar presentations
Review of Important Networking Concepts
Advertisements

TCP/IP summary Skills: none IT concepts: review This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License.
The Internet Ed Lazowska Bill & Melinda Gates Chair in Computer Science & Engineering University of Washington August 2010.
1 Review of Important Networking Concepts Introductory material. This module uses the example from the previous module to review important networking concepts:
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
CS 356 Systems Security Spring Dr. Indrajit Ray
 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.
Slide 15-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter Networks.
© 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.
TCP/IP and the Internet ARPANET (1969) –R&D network funded by DARPA. –Packet Switching Survive nuclear war. –Experimental to operational (1975). –Not suitable.
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.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
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.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
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.
TCP/IP Protocol Architecture CSE 3213 – Fall
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)
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
ECEN “Internet Protocols and Modeling”
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.
The Internet Ed Lazowska Bill & Melinda Gates Chair Paul G. Allen School of Computer Science & Engineering University of Washington July 2018.
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Networking Introduction CSE 333 Summer 2018
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.
Presentation transcript:

CSE 451: Operating Systems Spring 2012 Module in 9 slides Ed Lazowska Allen Center 570

© 2012 Gribble, Lazowska, Levy, Zahorjan 2

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

© 2012 Gribble, Lazowska, Levy, Zahorjan 4 Packet format Interface listens for its address, interrupts OS when a packet is received physical addresspayload

© 2012 Gribble, Lazowska, Levy, Zahorjan 5 Network layer: IP Internet Protocol (IP) –routes packets across multiple networks, from source to destination Every computer has a unique Internet address – Individual networks are connected by routers that have physical addresses (and interfaces) on each network

© 2012 Gribble, Lazowska, Levy, Zahorjan 6 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 Packet format physical addresspayload IP addresspayload

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

© 2012 Gribble, Lazowska, Levy, Zahorjan 8 Transport layer: TCP TCP: Transmission Control Protocol –manages to fabricate reliable multi-packet messages out of unreliable single-packet datagrams –analogy: sending a book via postcards – what’s required? physical addresspayload IP addresspayload TCP infopayload

© 2012 Gribble, Lazowska, Levy, Zahorjan 9 Summary 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 Higher protocol layers facilitate specific services – smtp –web: http –file transfer: ftp –remote login: telnet

© 2012 Gribble, Lazowska, Levy, Zahorjan 10