OSI Model Flashcards
Layer 1
Physical
Layer 2
Data Link
Layer 3
Network
Layer 4
Transport
Layer 5
Session
Layer 6
Presentation
Layer 7
Application
Why is the OSI Model important?
Standardization:
Provides a universal framework for understanding and developing network protocols.
Interoperability:
Ensures that different hardware and software systems can communicate effectively.
Troubleshooting:
Helps network engineers isolate and resolve issues by focusing on specific layers.
Modularity:
Changes in one layer do not affect others, making it easier to update and improve protocols.
Purpose of Physical Layer
Physical connection between devices and the transmission of raw binary data (0s and 1s) over a physical medium.
Purpose of Data Link Layer
Provides reliable transmission of data across a physical network link by detecting and possibly correcting errors.
Purpose of Network Layer
Handles the routing and forwarding of data between devices across different networks.
Purpose of Transport Layer
Ensures reliable data delivery between devices, including error recovery and flow control.
Purpose of Session Layer
Manages and controls the establishment, maintenance, and termination of communication sessions between devices.
Purpose of Presentation Layer
Translates and formats data to ensure it can be understood by the application layer and by the receiving device.
Purpose of Application Layer
Provides network services to end users and interfaces with applications. It’s the layer users interact with directly.