Middle+
What is the OSI model? What are L2, L3, L7?
sobes.tech AI
Answer from AI
The OSI (Open Systems Interconnection) model is a reference model for network interaction, dividing communication into 7 layers:
- Physical (L1): transmission of bits over physical media.
- Data Link (L2): organization of frame transmission, error detection and correction.
- Network (L3): routing of packets between nodes (e.g., IP).
- Transport (L4): reliable data delivery (TCP, UDP).
- Session (L5): management of communication sessions.
- Presentation (L6): data transformation, encoding.
- Application (L7): interaction with applications (HTTP, FTP).
L2 — data link layer, responsible for data transfer between neighboring nodes in the network.
L3 — network layer, handles routing and delivery of packets between different networks.
L7 — application layer, where protocols that enable interaction between applications and users operate (e.g., web protocols).