Open In App

Design issues in Session Layer

Last Updated : 20 Jan, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Session Layer is one of the Seven Layers of OSI Model. Physical layer, Data Link Layer and Network Layer lack some services such as establishment of a session between communicating systems. This is managed by Session Layer which particularly behaves as a dialog controller between communicating system thus facilitating interaction between them. 

Before looking into design issues, here are some of functions of Session Layer: 
 

  1. Dialog Control – 
    Session layer allows two systems to enter into a dialog exchange mechanism which can either be full or half-duplex.
  2. Managing Tokens – 
    The communicating systems in a network try to perform some critical operations and it is Session Layer 
    which prevents collisions which might occur while performing these operations which would otherwise result in a loss. 
     
  3. Synchronization – 
    Checkpoints are the midway marks that are added after a particular interval during stream of data 
    transfer. These points are also referred to as synchronization points. The Session layer permits process to add these checkpoints. 

    For example, suppose a file of 400 pages is being sent over a network, then it is highly beneficial to set up a checkpoint after every 50 pages so that next 50 pages are sent only when previous pages are received and acknowledged.

Design Issues with Session Layer : 
 

  1. Establish sessions between machines – 
    The establishment of session between machines is an important service provided by session layer. This session is responsible for creating a dialog between connected machines. The Session Layer provides mechanism for opening, closing and managing a session between end-user application processes, i.e. a semi-permanent dialogue. This session consists of requests and responses that occur between applications.
  2. Enhanced Services – 
    Certain services such as checkpoints and management of tokens are the key features of session layer and thus it becomes necessary to keep enhancing these features during the layer’s design.
  3. To help in Token management and Synchronization – 
    The session layer plays an important role in preventing collision of several critical operation as well as ensuring better data transfer over network by establishing synchronization points at specific intervals. Thus it becomes highly important to ensure proper execution of these services.

 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads