LAN, WAN, MAN and Internet protocol (TCP/IP) layers
Layers of the OSI Model: LAN, WAN, MAN and Internet Protocol (TCP/IP) The OSI Model is a theoretical framework for understanding how computers communicat...
Layers of the OSI Model: LAN, WAN, MAN and Internet Protocol (TCP/IP) The OSI Model is a theoretical framework for understanding how computers communicat...
The OSI Model is a theoretical framework for understanding how computers communicate with each other. It consists of seven distinct layers, each with its specific functions.
Layer 1: Physical Layer:
Deals with the physical transmission of data through cables and connectors.
Examples: Ethernet cable, WiFi signal.
Key concept: Transmission errors and collision resolution.
Layer 2: Data Link Layer:
Focuses on reliable data transfer between adjacent devices.
Provides error detection and correction mechanisms.
Examples: MAC address, flow control.
Layer 3: Network Layer:
Handles routing and communication between networks.
Routes data packets across the WAN.
Key concept: Addressing and subnetting.
Layer 4: Transport Layer:
Provides reliable delivery of data between the network layer and higher layers.
Uses protocols like TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
Key concept: Reliable delivery of data units and flow control.
Layer 5: Session Layer:
Establishes, manages, and terminates communication sessions between users.
Uses protocols like HTTP (Hypertext Transfer Protocol) and SMTP (Simple Mail Transfer Protocol).
Key concept: Managing logins, sharing resources, and closing connections.
Layer 6: Presentation Layer:
Deals with data formatting and encryption/decryption.
Provides a unified interface for applications to interact with the network.
Key concept: Data compression and encryption/decryption.
Layer 7: Application Layer:
Provides user-facing services like web browsing, email, and file transfer.
Uses protocols like FTP (File Transfer Protocol) and DNS (Domain Name System).
Key concept: User interaction and application execution.
TCP/IP (Transmission Control Protocol/Internet Protocol):
The core protocol used in the Transport Layer.
Provides reliable data delivery by managing the flow of data units.
Key concepts: Sequence numbers, acknowledgments, and flow control.
Overall, understanding these layers helps you:
Comprehend the overall communication flow between devices.
Identify the specific functions of each layer.
Appreciate the hierarchical structure of the OSI model.
Apply these concepts to real-world scenarios and network design