Which OSI layer there manages establishing, maintaining and terminating sessions between applications
Session Layer
What is a session in networking
A logical dialogue / ongoing data exchange between two applications
Main jobs of the session layer
Establish session, keep session alive and synchronized, gracefully terminate session
What is checkpointing/ session recovery
If connection drops , session Layer can resume from last checkpoint instead of starting over
Classic real world protocol that operates a layer five
NetBIOS(used by SMB for windows file sharing)
Another common layer 5 protocol used for remote procedure goals
RPC (Remote Procedure Call)
In practice, where do we actually see most session layer functions today
Handled inside the application itself or by protocols like SMB, RPC ,SIP
Which layers responsible for dialogue control and session recovery checkpointing
Session Layer