OSI Model Layer Functions only.pdf
Document Details
Uploaded by FoolproofTopaz
Jefferson
Tags
Related
- Lecture 4: Fundamental Concepts of Computer Networks PDF
- Level 4 - CN4015 (Introduction to Computer Systems and Networks) Lecture 6 - OSI Model Protocols PDF
- Ch2_COM204-Computer-Networks PDF
- Computer Networks and Data Comuncation-LEC4 PDF
- OSI Reference Model Explained - Networking Concepts PDF
- Lezione 2 ISO OSI GZ PDF
Full Transcript
OSI Model Layer Functions Application (Layer 7) The Application layer integrates network functionality into the host operating system and enables communication between network clients and services. The Application layer does not include specific applications that provide services, but rather p...
OSI Model Layer Functions Application (Layer 7) The Application layer integrates network functionality into the host operating system and enables communication between network clients and services. The Application layer does not include specific applications that provide services, but rather provides the capability for services to operate on the network. Most Application layer protocols operate at multiple layers down to the Session and even Transport layers. However, these protocols are classified as Application layer protocols because they start at the Application layer (the Application layer is the highest layer they operate in). Services typically associated with the Application layer include: o Hypertext Transfer Protocol (HTTP) o Telnet o File Transfer Protocol (FTP) o Trivial File Transfer Protocol (TFTP) o Simple Network Management Protocol (SNMP) Presentation (Layer 6) The Presentation layer formats (presents) data in a form compatible for receipt by the Application layer or the destination system. Specifically, the Presentation layer: Formats and translates data between systems. Negotiates data transfer syntax between systems. It converts character sets to the correct format. Encapsulates data into message envelopes. It encrypts and compresses the data. Restores data through decryption and decompression. Session (Layer 5) The Session layer manages the sessions in which data are transferred. A session refers to each client connection. Session layer functions include: Management of multiple sessions. A server can concurrently maintain thousands of sessions. Assignment of a session ID number to each session to keep data streams separate. The setup, maintenance, and teardown of communication sessions. 1 Transport (Layer 4) The Transport layer provides a transition between the upper and lower layers of the OSI model. The transition makes the upper and lower layers transparent to each other. Transport layer functions include: End-to-end flow control. Port and socket number assignment. Segmentation, sequencing, and combination. Connection services, either reliable (connection-oriented) or unreliable (connectionless) delivery of data. A data segment is a unit of data at the Transport layer. Network (Layer 3) The Network layer describes how data is routed across networks and on to the destination. Network layer: Identifies hosts and networks by using logical addresses. Maintains a list of known networks and neighboring routers. Determines the next network point where data should be sent. To select the optimal path for data, routers use a routing protocol that takes various factors into account, such as the number of hops in the path, link speed, and link reliability. A packet is a data segment at the Network layer. Data Link (Layer 2) The Data Link layer defines the rules and procedures for hosts as they access the Physical layer. These rules and procedures define: How physical network devices are identified on the network by defining a unique hardware address (physical or MAC address). How and when devices have access to the LAN and can transmit on the network medium (media access control and logical topology). How to verify that the data received from the Physical layer is error free (using parity and cyclic redundancy check (CRC)). How devices control the rate of data transmission between hosts (flow control). 2 The Data Link layer has two sublayers: The Logical Link Control (LLC) is the upper sublayer. It: o o Is an interface between the MAC sublayer and the Network layer. Provides flow control and transmission for analog and/or digital streams of over a shared link for the logical link. The Media Access Control (MAC) layer is the lower sublayer. The MAC sublayer: Controls the hardware. Provides flow control and transmission for analog and/or digital streams of over a shared link. Frames are data segments at the Data Link layer. Switches, bridges and NICs, and WAPs function in Layer 2. Physical (Layer 1) The Physical layer of the OSI model sets standards for sending and receiving electrical signals between devices. Protocols at the Physical layer identify: Conversion of digital data (bits) to electric pulses, radio waves, or pulses of light. Specifications for cables and connectors. The physical topology. Bits are data segments at the Physical layer. NICs, repeaters, hubs, WAPs, and modems function in Layer 1. 3