DOC PREVIEW
CMU 15441 Computer Networking - Lecture

This preview shows page 1-2-3-18-19-36-37-38 out of 38 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Lecture 2 Protocol Stacks and LayeringLast TimeToday’s LectureWhy protocols and layering?What is a ProtocolInterfacesProtocol and Service LevelsA Layered Network ModelOSI MotivationOSI FunctionsLooking at protocolsHeterogenous Sources of ComponentsMotivation: Many many Network ComponentsProtocols for InteroperabilityProtocols for Abstraction & ReuseMultiplexing and DemultiplexingExample: Sending a Web PageLimitations of the Layered ModelThe TCP/IP ModelLocal Area Network ProtocolsA TCP / IP / 802.3 PacketInternetworking OptionsThe Internet Protocol SuiteSome History: The Early DaysRecent History: CommercializationStandardizationRelevant Standardization BodiesThe Internet Engineering Task ForceHigher Level StandardsDesigning applicationsApplications and Application-Layer ProtocolsClient-Server ParadigmWhat Transport Service Does an Application Need?User Datagram Protocol(UDP): An AnalogyTransmission Control Protocol (TCP): An AnalogyTransport Service Requirements of Common ApplicationsServer and ClientReadings1Lecture 2Protocol Stacks and LayeringDavid AndersenSchool of Computer ScienceCarnegie Mellon University15-441 Networking, Spring 2008http://www.cs.cmu.edu/~dga/15-441/S08/2Last TimeThe Big Picture»Goals: –Efficiency–“ilities” (scalability, manageability, availability),–Ease of creating applications»Challenges:–Scale–Geography–Heterogeneity (** today’s focus!)A few specific details:»Circuits vs. packets»Little bit about routing»Service model and how to construct services (** today!)3Today’s LectureLast time: “Big picture”Today:»General architectural principles for networks»Introduces a few concrete models & examplesWhere we are going:»Tuesday: Socket programming review++ (for project)»Thursday: Application examples (still high level)»After that: Burrowing into the details, ground upToday’s specifics:»What is a protocol.»Protocol stacks.»Some history.»Standards organizations.»Application layer.4Why protocols and layering?InteroperabilityReuseHiding underlying details5What is a ProtocolAn agreement between parties on how communication should take place.Protocols may have to define many aspects of the communication.Syntax:»Data encoding, language, etc.Semantics:»Error handling, termination, ordering of requests, etc.Protocols at hardware, software, all levels!Example: Buying airline ticket by typing.Syntax: English, ascii, lines delimited by “\n”Friendly greetingMuttered replyDestination?PittsburghThank you6InterfacesEach protocol offers an interface to its users, and expects one from the layers on which it builds»Syntax and semantics strike again–Data formats–Interface characteristics, e.g. IP service modelProtocols build upon each other»Add value–E.g., a reliable protocol running on top of IP»Reuse–E.g., OS provides TCP, so apps don’t have to rewrite7Protocol andService LevelsApplicationEnd-to-endCoreNetwork8A Layered Network ModelThe Open Systems Interconnection (OSI) Model.ApplicationApplicationPresentationPresentationSessionSessionTransportTransportNetworkNetworkData linkData linkPhysicalPhysical1234567NetworkNetworkData linkData linkPhysicalPhysicalApplicationApplicationPresentationPresentationSessionSessionTransportTransportNetworkNetworkData linkData linkPhysicalPhysical9OSI MotivationStandard way of breaking up a system in a set of components, but the components are organized as a set of layers.»Only horizontal and vertical communication»Components/layers can be implemented and modified in isolationEach layer offers a service to the higher layer, using the services of the lower layer.“Peer” layers on different systems communicate via a protocol.»higher level protocols (e.g. TCP/IP, Appletalk) can run on multiple lower layers»multiple higher level protocols can share a single physical network“It’s only a model!” - TCP/IP has been crazy successful, and it’s not based on a rigid OSI model. But the OSI model has been very successful at shaping thought.10OSI Functions(1) Physical: transmission of a bit stream.(2) Data link: flow control, framing, error detection.(3) Network: switching and routing.(4) Transport: reliable end to end delivery.(5) Session: managing logical connections.(6) Presentation: data transformations.(7) Application: specific uses, e.g. mail, file transfer, telnet, network management.Multiplexing takes place in multiple layers11Looking at protocolsHop by hop / link protocols»EthernetEnd-to-end protocols»TCP, apps, etc.Management / “control plane” protocols»Routing, etc.–Can be either link or e2e themselves–Definition somewhat vague.Standards»File formats, etc.E.g., JPEG, MPEG, MP3, …Categories not solid / religious, just a way to view things.12Heterogenous Sources of ComponentsApplication: web server/browser, mail, distributed game,..Presentation/session.»Often part of application»Sometimes a libraryTransport/network.»Typically part of the operating systemDatalink.»Often written by vendor of the network interface hardwarePhysical.»Hardware: card and linkApplicationApplicationPresentationPresentationSessionSessionTransportTransportNetworkNetworkData linkData linkPhysicalPhysical13Motivation: Many many Network ComponentsApplicationOperating SystemProtocol SoftwareComputerLinksRouter HardwareRouter Software(many protocols)Bridge HW/SWApplicationOperating SystemComputerNetwork Interface14Protocols for InteroperabilityMany implementations of many technologies:Hosts running FreeBSD, Linux, Windows, MacOS, …People using Mozilla, Explorer, Opera, …Routers made by cisco, juniper, …Hardware made by IBM, Dell, Apple, …And it changes all the time.Phew!But they can all talk together because they use the same protocol(s)»Application level protocols: HTTP, SMTP, POP, IMAP, etc.»Hardware protocols (ethernet, etc)15Protocols for Abstraction & ReuseMultiple choices of protocol at many layers»Physical: copper, fiber, air, carrier pigeon»Link: ethernet, token ring, SONET, FDDI»Transport: TCP, UDP, SCTPBut we don’t want to have to write “a web (HTTP) browser for TCP networks running IP over Ethernet on Copper” and another for the fiber version…»Reuse! Abstraction!»Protocols provide a standard interface to write to»Layers hide the details of the protocols below16Multiplexing and


View Full Document

CMU 15441 Computer Networking - Lecture

Documents in this Course
Lecture

Lecture

14 pages

Lecture

Lecture

19 pages

Lecture

Lecture

14 pages

Lecture

Lecture

78 pages

Lecture

Lecture

35 pages

Lecture

Lecture

4 pages

Lecture

Lecture

4 pages

Lecture

Lecture

29 pages

Lecture

Lecture

52 pages

Lecture

Lecture

40 pages

Lecture

Lecture

44 pages

Lecture

Lecture

41 pages

Lecture

Lecture

40 pages

Lecture

Lecture

13 pages

Lecture

Lecture

47 pages

Lecture

Lecture

49 pages

Lecture

Lecture

7 pages

Lecture

Lecture

18 pages

Lecture

Lecture

15 pages

Lecture

Lecture

74 pages

Lecture

Lecture

35 pages

Lecture

Lecture

17 pages

lecture

lecture

13 pages

Lecture

Lecture

21 pages

Lecture

Lecture

14 pages

Lecture

Lecture

53 pages

Lecture

Lecture

52 pages

Lecture

Lecture

40 pages

Lecture

Lecture

11 pages

Lecture

Lecture

20 pages

Lecture

Lecture

39 pages

Lecture

Lecture

10 pages

Lecture

Lecture

40 pages

Lecture

Lecture

25 pages

lecture

lecture

11 pages

lecture

lecture

7 pages

Lecture

Lecture

10 pages

lecture

lecture

46 pages

lecture

lecture

7 pages

Lecture

Lecture

8 pages

lecture

lecture

55 pages

lecture

lecture

45 pages

lecture

lecture

47 pages

lecture

lecture

39 pages

lecture

lecture

33 pages

lecture

lecture

38 pages

lecture

lecture

9 pages

midterm

midterm

16 pages

Lecture

Lecture

39 pages

Lecture

Lecture

14 pages

Lecture

Lecture

46 pages

Lecture

Lecture

8 pages

Lecture

Lecture

40 pages

Lecture

Lecture

11 pages

Lecture

Lecture

41 pages

Lecture

Lecture

38 pages

Lecture

Lecture

9 pages

Lab

Lab

3 pages

Lecture

Lecture

53 pages

Lecture

Lecture

51 pages

Lecture

Lecture

38 pages

Lecture

Lecture

42 pages

Lecture

Lecture

49 pages

Lecture

Lecture

63 pages

Lecture

Lecture

7 pages

Lecture

Lecture

51 pages

Lecture

Lecture

35 pages

Lecture

Lecture

29 pages

Lecture

Lecture

65 pages

Lecture

Lecture

47 pages

Lecture

Lecture

41 pages

Lecture

Lecture

41 pages

Lecture

Lecture

32 pages

Lecture

Lecture

35 pages

Lecture

Lecture

15 pages

Lecture

Lecture

52 pages

Lecture

Lecture

16 pages

Lecture

Lecture

4 pages

lecture

lecture

27 pages

lecture04

lecture04

46 pages

Lecture

Lecture

46 pages

Lecture

Lecture

13 pages

lecture

lecture

41 pages

lecture

lecture

38 pages

Lecture

Lecture

40 pages

Lecture

Lecture

25 pages

Lecture

Lecture

38 pages

lecture

lecture

11 pages

Lecture

Lecture

42 pages

Lecture

Lecture

12 pages

Lecture

Lecture

36 pages

Lecture

Lecture

46 pages

Lecture

Lecture

35 pages

Lecture

Lecture

34 pages

Lecture

Lecture

9 pages

lecture

lecture

49 pages

class03

class03

39 pages

Lecture

Lecture

8 pages

Lecture 8

Lecture 8

42 pages

Lecture

Lecture

20 pages

lecture

lecture

29 pages

Lecture

Lecture

9 pages

lecture

lecture

46 pages

Lecture

Lecture

12 pages

Lecture

Lecture

24 pages

Lecture

Lecture

41 pages

Lecture

Lecture

37 pages

lecture

lecture

59 pages

Lecture

Lecture

47 pages

Lecture

Lecture

34 pages

Lecture

Lecture

38 pages

Lecture

Lecture

28 pages

Exam

Exam

17 pages

Lecture

Lecture

21 pages

Lecture

Lecture

15 pages

Lecture

Lecture

9 pages

Project

Project

20 pages

Lecture

Lecture

40 pages

L13b_Exam

L13b_Exam

17 pages

Lecture

Lecture

48 pages

Lecture

Lecture

10 pages

Lecture

Lecture

52 pages

21-p2p

21-p2p

16 pages

lecture

lecture

77 pages

Lecture

Lecture

18 pages

Lecture

Lecture

62 pages

Lecture

Lecture

25 pages

Lecture

Lecture

24 pages

Project

Project

20 pages

Lecture

Lecture

47 pages

Lecture

Lecture

38 pages

Lecture

Lecture

35 pages

Roundup

Roundup

45 pages

Lecture

Lecture

47 pages

Lecture

Lecture

39 pages

Lecture

Lecture

13 pages

Midterm

Midterm

22 pages

Project

Project

26 pages

Lecture

Lecture

11 pages

Project

Project

27 pages

Lecture

Lecture

10 pages

Lecture

Lecture

50 pages

Lab

Lab

9 pages

Lecture

Lecture

30 pages

Lecture

Lecture

6 pages

r05-ruby

r05-ruby

27 pages

Lecture

Lecture

8 pages

Lecture

Lecture

28 pages

Lecture

Lecture

30 pages

Project

Project

13 pages

Lecture

Lecture

11 pages

Lecture

Lecture

12 pages

Lecture

Lecture

48 pages

Lecture

Lecture

55 pages

Lecture

Lecture

36 pages

Lecture

Lecture

17 pages

Load more
Download Lecture
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Lecture and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Lecture 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?