The Presentation Layer
The presentation layer, layer 6, is getting very close to the end user.
It provides things that are commonly needed so we do not have to reimplement them in every application.
This includes stuff like standard encodings for characters (e.g., ASCII), integers (e.g., two's complement big endian) and floating point (e.g., IEEE), so that machines at either end can agree on how a stream of bits should actually be interpreted.
In this tutorial:
- Layering Models
- The Seven Layer Model
- The Physical Layer
- The Data Link Layer
- The Network Layer
- The Transport Layer
- The Session Layer
- The Presentation Layer
- The Application Layer
- How the Layers Fit Together
- Why Layers and Encapsulation?
- The Internet Model
- The Link Layer
- Models and Protocols
- Comparing OSI and Internet Models