Question

Difficulty: MediumOSI Model Layers and Functions

A network technician is organizing documentation for the Open Systems Interconnection (OSI) reference model to train new staff members. Which description of functions, address types, and Protocol Data Units (PDUs) correctly matches each specified OSI layer?

  • Presentation Layer (Layer 6)Handles syntax formatting, data compression, and encryption/decryption.
  • Transport Layer (Layer 4)Provides end-to-end segmentation, port addressing, and flow control using Segments/Datagrams.
  • Network Layer (Layer 3)Manages logical IP addressing and path determination across network segments using Packets.
  • Data Link Layer (Layer 2)Manages physical MAC addressing, media access control, and node-to-node transit using Frames.

Answer

Presentation Layer (Layer 6) matches syntax formatting, compression, and encryption/decryption. Transport Layer (Layer 4) matches end-to-end segmentation, port addressing, and flow control using Segments/Datagrams. Network Layer (Layer 3) matches logical IP addressing and path determination using Packets. Data Link Layer (Layer 2) matches physical MAC addressing, media access, and node-to-node transit using Frames.
Each OSI layer serves a specific role in data transmission: Layer 6 (Presentation) formats and encrypts data; Layer 4 (Transport) segments data and manages flow control using port numbers; Layer 3 (Network) handles logical IP addressing and routing packets across networks; Layer 2 (Data Link) handles physical MAC addressing and node-to-node framing.

Step-by-Step Solution

1
Identify Layer 6 (Presentation Layer) functions.
Layer 6 deals with how data is formatted, encrypted, decrypted, and compressed for application consumption.
The Presentation Layer ensures that data sent from the Application layer of one system is readable by the Application layer of another system.
2
Identify Layer 4 (Transport Layer) functions.
Layer 4 manages end-to-end transport using TCP or UDP ports, breaking data into segments and ensuring reliability or session flow.
Transport protocols focus on process-to-process communication using port numbers.
3
Identify Layer 3 (Network Layer) functions.
Layer 3 provides logical addressing (IP addresses) and routes packets across internetwork boundaries.
Routers operate at Layer 3 to inspect IP packet headers and forward traffic across networks.
4
Identify Layer 2 (Data Link Layer) functions.
Layer 2 organizes raw bits into frames with source and destination physical MAC addresses for transmission within a local broadcast domain.
Switches operate at Layer 2 using hardware MAC addresses to deliver frames locally.

Key Concept

OSI Model Layer Responsibilities and Protocol Data Units
Estimated Time:1m 30s
Rate this question