LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What are the functions of the Presentation Layer and Session Layer?

Presentation formats, compresses, and encrypts/decrypts data so both ends understand it; session creates, maintains, and restarts the dialogs between the two applications.

These two OSI layers are folded into the single TCP/IP Application layer, but it helps to understand them separately. The presentation layer is about making the data itself usable: it converts it into a common format both ends agree on (a JPG opens the same on any machine), shrinks it to save bandwidth, and scrambles it for privacy in transit. The session layer is about the conversation around that data — it sets up the dialog between the two applications, keeps it alive, and can restart it if the link drops, so an app does not have to start over after a brief interruption.

Presentation layer and session layer functions

* Presentation (L6) makes data usable — format, compress, encrypt; Session (L5) manages the dialog — create, maintain, restart. *

Presentation Layer (OSI Layer 6) - Three Functions:

  1. Formatting/Presenting data - Converts data at the source into a compatible format for the destination device
  2. Compressing data - Reduces data size in a way that can be decompressed by the destination
  3. Encrypting data - Encrypts for transmission and decrypts upon receipt

Common formats: MKV, MPG, MOV, GIF, JPG, PNG

Session Layer (OSI Layer 5) - Functions:

  1. Creates and maintains dialogs between source and destination applications
  2. Handles exchange of information to:
    • Initiate dialogs
    • Keep sessions active
    • Restart sessions that are disrupted or idle for a long period

Go deeper:

From Quiz: NETW1 / Application Layer | Updated: Jul 05, 2026