Turning Point Academy · Network Essentials

OSI and TCP/IP Model Reference


One-page companion for the whole course. Print it, keep it beside you.

The two models, side by side

OSI #OSI layerParcel (PDU)Typical residentsTCP/IP layer
7ApplicationDataHTTP/HTTPS, DNS, DHCP, SMTP/IMAP, SSHApplication
6PresentationDataEncodings, compression (in practice: inside apps)Application
5SessionDataDialogue open/close (in practice: TCP + apps)Application
4TransportSegment (TCP) / Datagram (UDP)TCP, UDP — ports live hereTransport
3NetworkPacketIP (v4/v6), ICMP, routers, firewallsInternet
2Data LinkFrameEthernet, Wi-Fi, ARP, switches, NICs, APsNetwork Access
1PhysicalBits / signalsCables, hubs, repeaters, radio, connectorsNetwork Access

Memory aid (bottom → top): Please Do Not Throw Sausage Pizza Away.

Encapsulation at a glance

SEND (wrap, top→down)                    RECEIVE (open, bottom→up)
application data                          read the data
  + TCP/UDP header  = SEGMENT               open segment (port → application)
    + IP header     = PACKET                  open packet (is this my IP?)
      + MAC header  = FRAME (+ trailer)         open frame (is this my MAC?)
        → signals on the medium             ← signals from the medium

Device / decision map

DeviceDecides usingLayer
Hub, repeater (historic)Nothing — repeats signals1
Switch, bridge, access pointMAC address2
Router, traditional firewallIP address3
Load balancer / NGFW (app-aware)Ports and application data4-7

Layer placements people get wrong

Troubleshooting ladder (bottom-up)

  1. Physical — plugged in? link light? interface up?
  2. Data link — on the right network/VLAN? frames flowing?
  3. Networkping yourself → gateway → far host.
  4. Transport — right port open? service listening?
  5. Application — service configured? name lookup working? app errors?

Cheapest checks first: each passed test certifies every layer below it.


Course: Network Essentials — Turning Point Academy. Academic backbone: Al-Doori, Network Essentials, Chapters 2 and 5. Current TCP spec: RFC 9293.