Question:

In the ISO/OSI reference model, which layer is responsible for dialog control, token management, and synchronization?

Show Hint

If the question mentions Checkpoints, Dialog, or Tokens, the answer is always the Session Layer.
Updated On: Jul 4, 2026
  • Presentation Layer
  • Session Layer
  • Transport Layer
  • Data Link Layer
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept:
The OSI model is a 7-layer framework for network communication. While the lower layers (1-4) focus on moving data bits and packets, the upper layers (5-7) focus on application-specific services. The Session Layer (Layer 5) acts as the "manager" of the connection.

Step 1:
Understanding Dialog Control.
The Session Layer determines how two systems communicate. It can be half-duplex (one at a time) or full-duplex (both simultaneously). This management of "who's turn it is to talk" is known as dialog control.

Step 2:
Token Management.
In some protocols, it is essential that two parties do not attempt to perform the same critical operation at the exact same time. The Session Layer manages "tokens" that grant the right to perform these operations, ensuring orderly communication.

Step 3:
Synchronization and Checkpointing.
This is perhaps the most vital role. The Session Layer allows a process to add "checkpoints" into a stream of data. If the connection fails during a large 100MB file transfer, the session can be resumed from the last checkpoint (e.g., at 80MB) rather than starting from zero.
Was this answer helpful?
0
0