OSI Reference Model
Published: in a0b2782
The OSI Model is an architectural model that provides a common reference for discussing network protocols.
Layers
The model contains seven layers. Each layer is built on top of the previous. Each layer might have many protocols suitable to fulfill the functions of the layer.
Protocols on specific layer are only concerned with communicating with its peers, other implementations of the same protocol. Protocols are not concerned with the layers above or bellow.
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer