Show in graph
NET

Software → Computer Networks

OSI Model

A seven-layer reference model for reasoning about network communication responsibilities and protocol boundaries.

Why it matters

The OSI Model gives engineers a common vocabulary for locating network behavior and diagnosing failures.

The seven layers

  1. Physical moves signals.
  2. Data Link moves frames on a local link.
  3. Network routes packets between networks.
  4. Transport provides end-to-end delivery.
  5. Session coordinates conversations.
  6. Presentation represents and transforms data.
  7. Application exposes network services to software.

Practical use

Real protocols do not always fit neatly into one layer, but the model is valuable for separation of concerns and troubleshooting.