OSI Reference Model Flashcards
OSI Reference model
Provides a means of describing how data is transmitted over a network. The model addresses hardware, software, and data transmission.
Physical Layer (Layer 1)
Defines certain specifications (for example, electrical, mechanical, procedural, and functional). Physical layer specifications are defining characteristics.
Data Link Layer (Layer 2)
Defines how data is formatted for transmission and how access to physical media is controlled. This layer also typically includes error detection and correction to ensure reliable delivery of the data.
Network Layer (Layer 3)
Provides connectively and path selection between two host systems that may be located on geographically separated networks. The network layer is the layer that manages the connectivity of these users by providing logical addressing.
Transport Layer (Layer 4)
Defines services to segment, transfer, and reassemble the data for individual communications between the end devices. TCP and UDP are the protocols that operate at this layer.
TCP
Is used when data loss cannot be tolerated (file transfer).
UDP
Is used when some data loss is acceptable (when speed is more important then accuracy; for video streaming.
Section Layer (layer 5)
Establish, manages, and terminates session between two communicating hosts. The session layer also synchronizes dialog between the presentation layers of the two hosts and manages their data exchange. In addition to session regulation, the session layer offers provisions for efficient data transfer, CoS (Class of Service), and exception reporting of session layer, presentation layer, and application layer problems.
Presentation Layer (Layer 6)
Ensures that the information that is sent at the application layer of one system is readable by the application layer of another system. The presentation layer has to translate among multiple data formats using a common format.
Application Layer (Layer 7)
This layer provides network services to the applications of the user, such as email, file transfer, and terminal emulation. It only provides services only to application outside the OSI Model. The application layer establishes the availability of intended communication partners. It then synchronizes and establishes agreement on procedures for error recovery and control of data integrity.