
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
The Session Layer of OSI Model
The session layer (layer 5) is responsible for establishing, managing, synchronizing and terminating sessions between end-user application processes.
The main functions of the session layer are as follows −
- It works as a dialog controller. It allows the systems to communicate in either half-duplex or full-duplex mode of communication.
- It is responsible for token management. Through this, it prevents the two users to simultaneously attempt the same critical operation.
- It synchronizes communication. It adds synchronization points or checkpoints in data streams for long communications. This ensures that data streams up to the checkpoints are successfully received and acknowledged. In case of any failures, only the streams after the checkpoints have to be re-transmitted.
- Related Questions & Answers
- The Physical Layer of OSI Model
- The Network Layer of OSI Model
- The Transport Layer of OSI Model
- The Presentation Layer of OSI Model
- The Application Layer of OSI Model
- The Data Link Layer of OSI Model
- The OSI Reference Model
- Explain the functions of Session Layer.
- What is the session layer?
- Advantages and Disadvantages of the OSI Model
- What is the OSI Reference Model?
- Computer Networks – Layers of OSI Model
- OSI Model in Computer Networking
- What are the critiques of OSI Model and Protocols?
- Explain the advantages and disadvantages of the OSI reference Model
Advertisements