1 / 53

Lecture 2

Lecture 2. The OSI model Chapter 2, specifically pages 42-58. Dave Novak School of Business Administration, University of Vermont Sources: 1) Network+ Guide to Networks, Dean 2013 2) Comer, Computer Networks and Internets, 2004. Lecture Outline.

tirza
Download Presentation

Lecture 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 2 • The OSI model • Chapter 2, specifically pages 42-58 Dave Novak School of Business Administration, University of Vermont Sources: 1) Network+ Guide to Networks, Dean 2013 2) Comer, Computer Networks and Internets, 2004

  2. Lecture Outline • Examine the seven layers of the OSI model in detail • What the OSI model is and how it is used in networking • Understand how protocols at different layers interact • OSI’s relationship to networking protocols • Difference between MAC and IP address • Define encapsulation

  3. OSI model and networking • OSI model provides a universal framework for network communication • Predates popularity of TCP/IP • Defines relationships between various protocols, the specific services provided by protocols, and the layers of the model where the protocols operate

  4. The OSI model and networking • Networked computers use many different protocols simultaneously • Protocols are responsible for providing different types of network services and functions

  5. The OSI model and networking • Different layers of OSI are responsible for doing different things by providing different types of services and functions • The idea behind “layering” is to separate functionality and services by individual layer where there is no redundancy in the services / functions between layers • Each layer of the OSI has a specific set of functions and services that are handled at that layer

  6. The OSI model and networking • The OSI model is a standardized framework for sub-dividing communications system functionality and services into separate layers

  7. OSI model • The collection of networking protocols that operate at the various OSI layers are referred to as a protocol stack • Protocols running on a networked computer work together to provide all services required by a particular application • Services provided by theprotocols are not redundant – if a protocol at one layer provides a particular service, the protocols at the other layers do not provide the same service • Protocols at different layers provide services to each other – allowing interaction between adjoining layers

  8. OSI model • Promotes open system communication • OSI is a theoretical representation or framework for network services • Does NOT prescribe hardware or software • Does NOT describe how software programs on different computers interact, or how they interact with humans

  9. A Protocol Stack The collection of protocols that operate at the various layers of the OSI model are referred to as a protocol stack The protocols in the protocol stack work together to provide all services required by an application Protocols at the different layers perform specific functions that are NOT duplicated by other protocols at other layers

  10. Protocol Interaction Services performed at a particular layer of the OSI model at the sending computer are also performed (or undone) at the corresponding layer of the receiving computer The Session Layer (5) at the sending computer does not communicate directly with the Session Layer at the Receiving computer  messages are passed down from the Session Layer (5) to the Transport Layer (4) and so on at the sending computer Messages are passed up from the Transport Layer (4) to the Session Layer (5) at the receiving computer

  11. 7 6 5 4 3 2 1 The OSI Reference Model The Application Layer (7) is the top most layer – it is NOT the same thing as an application MS Word is an example of an application MS Word is NOT a protocol that operates at the Application Layer (7) of the OSI FTP is an example of an Application Layer (7) protocol The Physical Layer (1) is the bottom most layer of the OSI model – it addresses the transmission of bits over a particular medium

  12. Interaction Between OSI Layers

  13. OSI model

  14. OSI model • Refer to the additional reading – Webopedia definition of OSI • http://webopedia.internet.com/quick_ref/OSI_Layers.asp • The OSI model defines a framework for implementing networking services via specific PROTOCOLS (depending on the protocol stack being used) in seven layers

  15. Physical Layer (1) • Concerned with transmitting signals (representing raw bits) over a communication channel • Transmitting signals via energy of some form or another • Data are not organized into frames or packets at Layer 1

  16. Physical Layer (1) • Addresses the nature of the medium and types of signals used • Cable type: coaxial, twisted pair, fiber • Signal type: Light pulses, electrical voltage, radio waves • Why would one be concerned about the medium that is used? What difference does it make?

  17. Physical Layer (1) • Hardware dealing with transmission of signals is defined at layer 1 of the OSI • Cables, hubs, repeaters • Do not “understand” packets or frames only signals • The NIC provides a physical connection to the network and bridges layers 1 and 2

  18. Physical Layer (1) • Networking technologies may use a variety of physical layer options • Ethernet (the most popular wired networking technology) supports a number of different physical layer options

  19. Physical Layer (1) • Different types of media may be used to implement a given LAN technology • For example, depending on the standard being followed, an Ethernet LAN may require coaxial, fiber, or twisted pair wiring • Each standard has different topology and medium requirements

  20. Physical Layer (1) • Max length of cable • What happens if you exceed max cable length standards? • Type of connectors • Bit rate (data transmission rate) • Monitor data error rates

  21. Data Link Layer (2) • Converts signals and streams of bits into frames and vice versa • Creates and recognizes frame boundaries • What is a frame and why is it important?

  22. Data Link Layer (2) • The frame format is different for various networking technologies • Ethernet • Token Ring • ATM

  23. Dest. MAC Source MAC Preamble SFD Length DATA FCS 8 bytes 1 6 6 2 46 – 1500 bytes 4 Access Control Frame Control Dest. MAC Source MAC Frame Status Start Del. End Del. DATA FCS 4500 >= 0 4 1 1 1 6 6 1 1 Different Frame Formats • Ethernet frame (IEEE 802.3) v2 length >= 1536 B • Token Ring frame (IEEE 802.5) length > 4500 B

  24. Data Link Layer (2) • Access control technique of various technologies defined at Layer 2 • The way in which networked devices “gain access to the medium”, communicate with other devices, and transfer data differs based on the technology being used • For example, the process two devices use to communicate over wireless is different from Ethernet

  25. Data Link Layer (2) • Error detection in the bit to frame conversion process • Identifies and corrects frame errors • Errors related to LAN communication • Between 2 hosts • The physical address or MAC address is contained in the frame header

  26. Data Link Layer (2) • Provides conduit or link between the hardware and software on the computer and the physical network medium • This is done via the NIC

  27. Data Link Layer (2) Sublayers LLC – Interface to layer 3. Controls frame synchronization, flow control, and error checking MAC – Interface to layer 1. Controls how PC accesses and transmits data specifies the Media Access Technique used

  28. Data Link Layer (2) • In terms of network design – Data Link Layer (2) is single most important layer in determining what hardware is used • LAN technology and topology requires certain physical layer options and vice versa • Implies access technique used

  29. Data Link Layer (2) • Data link layer protocols designed to work locally(LAN or subnet centric) • Other higher-layer protocols (at layers 3 and 4) are required for error detection and flow control in communicating remotely and over larger distances • Hardware that recognizes frames operates at layer 2 of the OSI • Switch, bridge

  30. Network Layer (3) • Packages data/frames into IP datagrams • Higher level, routable network addresses (like the IP address) are recognized and managed • Hardware that recognizes network addresses (like IP addresses) works at Layer 3 • Routers

  31. Network Layer (3) • Responsible for end-to-end communication

  32. Network Layer (3) • Responsible for end-to-end communication • How is end-to-end functionality different from functionality provided by Data Link Layer (2) protocols?

  33. Network Layer (3) • Example protocol: IP • Example services: network addressing, fragmentation/reassembly, routing • What does routing mean?

  34. Frames, Packets, and IP Datagrams

  35. MAC and IP Address Comparison • MAC address (physical address) • IP address (network address)

  36. Transport Layer (4) • Network layer (3) and Transport layer (4) protocols designed to work together as a pair • TCP/IP – Internet protocol stack • SPX/IPX • Layer 4 protocols provide services to complement Layer (3) • TCP provides very specific services that IP does not – designed to work together with each protocol providing unique services

  37. Transport Layer (4) • Provides messaging service for Session layer (5) and hides the underlying network from the upper layers • Example protocols: TCP, UDP • Example of Transport Layer services: flow control, multiplexing, retransmission, message sequencing

  38. Transport Layer (4) • Provides end-to-end error control on the network • How is this different from Layer 2 error control? • How is this different from end-to-end communications provided at Layer 3?

  39. Encapsulation • Each protocol adds headers to information it receives from the layer above it • When a datagram is encapsulated, the entire datagram is placed into the payload area of a specific frame format • Transport Layer (4) adds its header to message and passes down to Network Layer (3)  Network Layer adds its header in front of Transport Layer header and so on

  40. Encapsulation Upper Layers 4 3 2

  41. Lower Layers (1 – 4) • Layers 1 – 4 are called the LOWER layers • Lower layers are concerned with proper transmission of data across the network

  42. Upper Layers (5 – 7) • Layers 5 – 7 called the UPPER layers • Upper layers are concernedwith how different application communicate between different hosts • Difficult to identify and separate upper layer protocols in some cases – many applications bundle services provided at layers 5, 6, and 7 • Example: WS FTP not only uses Layer 7 protocol FTP, but manages syntax and compression issues at Layer 6, and session management issues at Layer 5 • Upper layer protocols/services know nothing about, or understand networking or addressing

  43. Session Layer (5) • Responsible for establishing, maintaining, and ending communication • There are no separate Session Layer protocols • Session Layer functions are integrated into other protocols that also include Presentation and Application Layer functions • Set up, manage, and tear down “sessions” or “connections” between Presentation Layer (6) entities

  44. Session Layer (5) • Coordinates communication and organizes into one of three categories: • 1) Simplex – only one node can transmit • 2) Half duplex – both nodes can transmit, but only one at a time. Once one node is finished transmitting data, the other node can transmit • 3) Full duplex – both nodes can transmit simultaneously without disrupting the other node

  45. Session Layer (5) • Traffic cop for communications between two nodes on a network • For Internet applications – mapping between logical ports and sessions

  46. Presentation Layer (6) • Primary role is to preserve meaning of information transmitted between systems • Computers communicating on a network often use different syntax • Ensures communication between entities is of a form both can understand • Computers must negotiate a common syntax so they can choose a transfer syntax that they both have in common and both understand • Semantics?

  47. Presentation Layer (6) • Different applications and programming languages use different data types and different syntax • Text-based languages based on sequence while visual languages are based on spatial layout and relationships between symbols • Which statements in a program are acceptable to the compiler?

  48. Presentation Layer (6) • Network perspective: applications send messages to each other • Application perspective: messages contain specific types of data • Many types of data use very standard (universal) formats • MPEG for video • JPEG for still images • ASCII for text • Not all data types have universal formats • Not all computers format data types the same way

  49. Presentation Layer (6) • If needed, systems can select transfer syntax that provides additional services such as: • Data compression and decompression • Encryption and decryption

  50. Application Layer (7) • Entrance point for applications to access the OSI model (structured networking framework) and use network resources • NOT an application, but access to protocols that provide network services • Coordinates network services • Identify parties and make sure each can be reached • Ensures communication resources exist (For example, is there are modem at the sender’s computer?)

More Related