Subdomain 1.1: OSI model layers
1.The Session layer (Layer 5) of the OSI model is responsible for managing the dialogue between two computers. Which of the following are primary functions of this layer?(Select 2)
- A.Establishing, maintaining, and terminating connections
- B.Routing packets across multiple networks
- C.Keeping different applications' data separate
- D.Encrypting data for secure transmission
- E.Converting data into electrical signals
- F.Providing physical MAC addressing
Show answer & explanation
Correct answers: A, C — Establishing, maintaining, and terminating connections; Keeping different applications' data separate
- A. Correct. The Session layer's primary role is to establish, manage, and terminate sessions between applications on different devices. This includes coordinating the dialogue and managing the exchange of data so that it can be resumed if interrupted.
- B. Incorrect. Routing packets and logical addressing are functions of the Network layer (Layer 3).
- C. Correct. The Session layer is responsible for session multiplexing or dialog control, which ensures that data streams from various concurrent applications are kept distinct and do not interfere with each other.
- D. Incorrect. Data encryption, formatting, and translation are handled by the Presentation layer (Layer 6).
- E. Incorrect. Converting data into electrical, optical, or radio signals for physical transmission is the responsibility of the Physical layer (Layer 1).
- F. Incorrect. MAC (Media Access Control) addressing and framing occur at the Data Link layer (Layer 2).