← Back to Games

📝 Sequence Builder

TCP/IP Protocol Layers (Top to Bottom)

🌐 TCP/IP Protocol Stack

The TCP/IP model is a four-layer framework that describes how data travels across networks. Each layer has specific responsibilities and protocols.

The Four Layers (Top to Bottom)

4. Application Layer

Closest to user. Provides network services to applications.
Protocols: HTTP, HTTPS, FTP, SMTP, DNS, POP, IMAP

3. Transport Layer

Splits data into packets, handles reliability and error checking.
Protocols: TCP (reliable), UDP (fast)

2. Network/Internet Layer

Handles addressing and routing packets across networks.
Protocols: IP, ICMP

Mnemonic: "All Teenagers Need Laptops"

Application → Transport → Network → Link

🎯 Order: Top → Bottom

1
2
3
4

📦 Layers