← All tools

TCP/IP Model Reference

The 4 TCP/IP layers with OSI mapping and example protocols.

TCP/IP LayerOSI MappingExample ProtocolsRole
ApplicationOSI 5–7HTTP, DNS, SMTP, FTP, SSH, DHCPUser services and application data.
TransportOSI 4TCP, UDPPorts, segments, reliability vs speed.
InternetOSI 3IP, ICMP, IGMPLogical addressing and routing.
Network Access (Link)OSI 1–2Ethernet, ARP, Wi-FiPhysical framing and LAN delivery.

How to read the result

TCP/IP merges OSI's top three layers into Application and bottom two into Network Access. Internet and Transport map 1:1 to OSI L3/L4.

Example

Transport ≈ OSI L4 → TCP/UDP ports and segments.

FAQ

How does TCP/IP map to OSI?

Application covers OSI 5–7, Transport is OSI 4, Internet is OSI 3, Network Access covers OSI 1–2.

Which layer is IP on?

Internet layer (OSI Layer 3). TCP and UDP sit one up, at Transport.