How a packet travels from one device to another
Every message you send — an email, a web page, a ping — is chopped up, wrapped in layers, and carried across cables and switches and routers to reach its destination. This site shows you the whole journey, step by step, using the OSI model and real Cisco terminology.
L1–L7 The OSI Model
The 7-layer model that every network engineer uses to describe how data is prepared, carried, and delivered.
Explore the 7 layersSame network Host to Host (LAN)
Two PCs on the same subnet. Follow the data down one host's stack, through a switch, and up the other's — no router needed.
Watch the journeyDifferent networks Across the internet
Two PCs in different subnets. Now the data needs a router (default gateway), a routing table, and lots of de-encapsulation.
Watch the journeyThe big idea
When you send data, each layer of the OSI model adds a header (and sometimes a trailer) to the data from the layer above. That is called encapsulation. The receiving device then strips those headers off one by one — de-encapsulation — until the original data is handed to the application.
Each step down adds one more wrapper. The official name for "data at a given layer" is the Protocol Data Unit (PDU): data (L7–L5), segment (L4), packet (L3), frame (L2), and bits (L1).
Cisco terms you will meet
Cisco devices run an operating system called IOS. Switches are Layer 2 devices that forward frames using MAC addresses. Routers are Layer 3 devices that forward packets using IP addresses and a routing table. The address of the router your device sends to when the destination isn't local is your default gateway.
show arp).show mac address-table).show ip route).Where to start
New to networking? Read The OSI Model first — it gives you the vocabulary. Then watch the same-network journey, and finally the cross-network journey to see how routers stitch networks together.