A network administrator is conducting a comprehensive protocol audit across an enterprise infrastructure to ensure proper layer delegation. Match each specific operational network responsibility on the left to the corresponding layer of the Open Systems Interconnection (OSI) reference model on the right where that process primarily operates.
- Negotiating data syntax, converting character encodings (such as ASCII to EBCDIC), and executing data compression or payload encryption.Presentation Layer (Layer 6)
- Establishing, maintaining, and terminating logical dialogues between applications, including inserting synchronization checkpoints for session recovery.Session Layer (Layer 5)
- Segmenting upper-layer data payloads, reassembling out-of-order sequence numbers, and enforcing sliding window flow control.Transport Layer (Layer 4)
- Encapsulating network layer packets into discrete frames, managing physical node addressing via MAC addresses, and performing CRC error detection.Data Link Layer (Layer 2)
Answer
Data syntax negotiation, character encoding conversion, and payload encryption correspond to the Presentation Layer (Layer 6). Dialogue management and synchronization checkpoints correspond to the Session Layer (Layer 5). Data segmentation, sequence numbering, and sliding window flow control correspond to the Transport Layer (Layer 4). Frame encapsulation, MAC addressing, and CRC error detection correspond to the Data Link Layer (Layer 2).
Each operation correctly maps to its distinct OSI layer responsibility. The Presentation Layer (Layer 6) formats and encrypts data. The Session Layer (Layer 5) maintains dialogue checkpoints and session state. The Transport Layer (Layer 4) executes segmentation and flow control. The Data Link Layer (Layer 2) governs frame construction, MAC addressing, and local bit integrity verification.
Step-by-Step Solution
Key Concept
OSI Reference Model Layer Functions and Responsibilities