Unit-01_004_TCPIP Reference Model (1)
Unit-01_004_TCPIP Reference Model (1)
The 4-layer TCP/IP model is a concise and practical framework for understanding how network protocols and
data transmission work in the internet architecture. This model divides the tasks involved in data
communication into four layers, each with specific functions and protocols.
Function:
Ethernet
Wi-Fi (IEEE 802.11)
ARP (Address Resolution Protocol)
PPP (Point-to-Point Protocol)
Frame Relay
Key Tasks:
2. Internet Layer
Function:
Responsible for logical addressing and routing of data packets across multiple interconnected networks.
Ensures data can be transmitted across diverse networks and reach its destination.
Manages packet switching, routing, and forwarding.
Protocols:
IP (Internet Protocol)
o IPv4: Provides 32-bit logical addresses.
o IPv6: Provides 128-bit logical addresses to accommodate the growing number of internet-
connected devices.
ICMP (Internet Control Message Protocol): Used for error reporting and diagnostic functions.
ARP (Address Resolution Protocol): Resolves IP addresses to MAC addresses within a local network.
RARP (Reverse Address Resolution Protocol): Resolves MAC addresses to IP addresses.
Key Tasks:
3. Transport Layer
Function:
Provides end-to-end communication and ensures data is delivered reliably and accurately between
devices.
Manages data flow control, error detection, and correction.
Establishes, maintains, and terminates connections between applications on different devices.
Protocols:
Key Tasks:
Segmentation and reassembly: Dividing large data messages into smaller segments for transmission and
reassembling them at the destination.
Connection management: Establishing and terminating connections (in the case of TCP).
Error detection and correction: Ensuring data integrity through checksums and acknowledgments (TCP).
4. Application Layer
Function:
Protocols:
Key Tasks:
Data representation: Formatting and encoding data for communication.
Dialog control: Managing the sessions and interactions between applications.
Application-specific services: Providing functionalities required by specific applications, such as email,
file transfer, and web browsing.
The OSI (Open Systems Interconnection) model is a 7-layer reference model, which is more detailed and
conceptual than the TCP/IP model. The TCP/IP model is often considered more practical and closely aligned
with real-world networking standards.
Network Interface (Link) Layer: Corresponds to the OSI's Data Link and Physical layers.
Internet Layer: Maps to the OSI's Network layer.
Transport Layer: Maps directly to the OSI's Transport layer.
Application Layer: Corresponds to the OSI's Session, Presentation, and Application layers.