Computer Networking Dr. Philip Cannata 1 Dr. Philip Cannata 2 Extenuating Circumstances If you have difficulty meeting the requirements of this course, fail to hand in an assignment, or miss an exam because of extenuating circumstances, please advise your instructor in writing (not email) at the earliest possible date so that your situation can be discussed. If you encounter an unexpected medical or family emergency or a random act of Nature that causes you to miss the due date for homework or miss a quiz or exam, you must present suitable documentation in writing (not email) to the instructor before special consideration will be given. A file of all written correspondence will be kept by the instructor and decisions regarding them will be made at the end of the semester. Dr. Philip Cannata 3 Piazza Dr. Philip Cannata 4 Course Overview Dr. Philip Cannata 5 Chapter 1 Introduction A note on the use of these ppt slides: We’re making these slides freely available to all (faculty, students, readers). They’re in PowerPoint form so you see the animations; and can add, modify, and delete slides (including this one) and slide content to suit your needs. They obviously represent a lot of work on our part. In return for use, we only ask the following: If you use these slides (e.g., in a class) that you mention their source (after all, we’d like people to use our book!) If you post any slides on a www site, that you note that they are adapted from (or perhaps identical to) our slides, and note our copyright of this material. Computer Networking: A Top Down Approach 6th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 Thanks and enjoy! JFK/KWR All material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights Reserved Dr. Philip Cannata Introduction 1-6 6 Typical Computer Network(s) Dr. Philip Cannata 7 Typical Computer Network(s) Dr. Philip Cannata 8 Packet Switching Dr. Philip Cannata 9 Protocol “layers” Networks are complex, with many “pieces”: hosts routers links of various media applications protocols hardware, software Dr. Philip Cannata Question: is there any hope of organizing structure of network? …. or at least our discussion of networks? Introduction 1-10 10 Organization of air travel ticket (purchase) ticket (complain) baggage (check) baggage (claim) gates (load) gates (unload) runway takeoff runway landing airplane routing airplane routing airplane routing a series of steps Dr. Philip Cannata Introduction 1-11 11 Layering of airline functionality ticket (purchase) ticket (complain) ticket baggage (check) baggage (claim baggage gates (load) gates (unload) gate runway (takeoff) runway (land) takeoff/landing airplane routing airplane routing airplane routing departure airport airplane routing airplane routing intermediate air-traffic control centers arrival airport layers: each layer implements a service via its own internal-layer actions relying on services provided by layer below Dr. Philip Cannata Introduction 1-12 12 Why layering? dealing with complex systems: explicit structure allows identification, relationship of complex system’s pieces layered reference model for discussion modularization eases maintenance, updating of system change of implementation of layer’s service transparent to rest of system e.g., change in gate procedure doesn‘t affect rest of system layering considered harmful? Dr. Philip Cannata Introduction 1-13 13 Internet protocol stack application: supporting network applications FTP, SMTP, HTTP application transport: process-process data transfer TCP, UDP transport network network: routing of datagrams from source to destination link IP, routing protocols link: data transfer between neighboring network elements physical Ethernet, 802.111 (WiFi), PPP physical: bits “on the wire” Dr. Philip Cannata Introduction 1-14 14 ISO/OSI reference model presentation: allow applications to interpret meaning of data, e.g., encryption, compression, machinespecific conventions session: synchronization, checkpointing, recovery of data exchange Internet stack “missing” these layers! Dr. Philip Cannata these services, if needed, must be implemented in application Introduction needed? application presentation session transport network link physical 1-15 15 Dr. Philip Cannata 16