312-38 · Question #85
Which of the following OSI layers establishes, manages, and terminates the connections between the local and remote applications?
The correct answer is D. Session layer. Session layer (D) is responsible for establishing, managing, and terminating communication sessions between local and remote applications - the three functions literally define what the Session layer does. Think of it as the "meeting organizer" that sets up the call, keeps it…
Question
Options
- AData Link layer
- BNetwork layer
- CApplication layer
- DSession layer
How the community answered
(57 responses)- A2% (1)
- B5% (3)
- C4% (2)
- D89% (51)
Explanation
Session layer (D) is responsible for establishing, managing, and terminating communication sessions between local and remote applications - the three functions literally define what the Session layer does. Think of it as the "meeting organizer" that sets up the call, keeps it running, and hangs up when done.
Why the distractors are wrong:
- A. Data Link handles node-to-node data transfer and framing on the same network segment - it deals with MAC addresses, not application sessions.
- B. Network handles logical addressing (IP) and routing packets across networks - it moves data between networks but has no concept of a "session."
- C. Application is the topmost layer that provides interfaces and protocols directly to end-user applications (HTTP, DNS, SMTP) - it uses sessions but doesn't manage them.
Memory tip: Use the mnemonic "Please Do Not Throw Sausage Pizza Away" (Physical, Data Link, Network, Transport, Session, Presentation, Application) to place Session at layer 5. Then remember the three S's of Session: Start, Sustain, Stop - it opens, maintains, and closes connections.
Topics
Community Discussion
No community discussion yet for this question.