Networking / Beginners

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.

[Previous] [Contents] [Next]