AlgoPlus//networking / osi-model
Read the theory

OSI & TCP/IP Model

How data is wrapped layer by layer on the way down, and unwrapped on the way up.

Side
Layer
Headers
Legend
Active layer
IP header
Frame header/trailer
AI Tutor Workspace
In a nutshell
The OSI model breaks networking into seven layers, from the application at the top down to the physical wire at the bottom. Sending data adds a header at each layer (encapsulation); receiving strips them off in reverse order. Each layer only ever deals with its counterpart on the other machine.
Ready
Press play to begin the cinematic walkthrough.
Every layer talks only to the layer above and below it. Sending wraps the data in a stack of headers; receiving peels them off in reverse — like nested envelopes.
Key terms
Go deeper in the lesson
Read the full theory, intuition & complexity for OSI & TCP/IP Model.