It separates communication functions into physical, data link, network, transport, session, presentation, and application layers. Standards bodies, designers, and operators use the model to organize responsibilities and discuss where protocols and controls act.
Each layer provides services to the layer above and uses services from the layer below in the formal model. In practical networks, the mapping is not always exact: one protocol may span functions associated with several layers, and the widely deployed TCP/IP suite does not reproduce the seven-layer structure one for one.
Key points
Layers 1–2Physical transmission and data-link functions such as framing, media access, and communication over a local link.
Layers 3–4Network-layer addressing and forwarding, followed by end-to-end transport functions between application endpoints.
Layers 5–7Session coordination, representation of information, and services used by applications, as defined by the reference model.
Operational useLocate dependencies and troubleshooting evidence, then name the actual protocol, interface, and trust boundary rather than relying only on a layer number.
Important limitationThe OSI model is not an implementation specification or a security architecture. Describing a control as “Layer 7,” for example, does not prove that it understands every application, encrypted exchange, or business action.