இரண்டுமே layered models ஆகும், network communication எவ்வாறு ஒழுங்கமைக்கப்படுகிறது என்பதை விவரிக்கின்றன: ஒவ்வொரு layer ஒரு விஷயத்தைக் கையாள்கிறது, தனக்கு நேரடியாக மேலே மற்றும் கீழே உள்ள layer களுடன் மட்டுமே பேசுகிறது. OSI model என்பது 7-layer கருத்தியல் reference; TCP/IP model என்பது உண்மையான internet இயங்கும் 4-layer model. அவை ஒன்றுடன் ஒன்று ஒப்பிடப்படுகின்றன:
OSI (7 layers, conceptual) TCP/IP (4 layers, practical) Examples
┌──────────────────────────┐ ┌──────────────────────────┐
│ 7 Application │ │ │
│ 6 Presentation ─┼──────▶ │ Application │ HTTP, DNS, TLS
│ 5 Session ─┘ │ │
├──────────────────────────┤ ├──────────────────────────┤
│ 4 Transport │──────▶ │ Transport │ TCP, UDP
├──────────────────────────┤ ├──────────────────────────┤
│ 3 Network │──────▶ │ Internet │ IP, ICMP
├──────────────────────────┤ ├──────────────────────────┤
│ 2 Data Link ─┼──────▶ │ Link (Network Access) │ Ethernet, Wi-Fi,
│ 1 Physical ─┘ │ │ ARP, cables
└──────────────────────────┘ └──────────────────────────┘
