Difficulty: Easy
Correct Answer: physical
Explanation:
Introduction:
The Open Systems Interconnection (OSI) model separates networking into layers with distinct responsibilities. Knowing which layer directly interfaces with the physical transmission medium is essential for troubleshooting and design.
Given Data / Assumptions:
Concept / Approach:
The Physical layer (Layer 1) is closest to the medium. It defines voltage levels, line coding, modulation, connectors, pinouts, and timing. Above it, the Data Link layer frames bits and manages MAC addressing; Network routes packets; Transport ensures end-to-end delivery semantics.
Step-by-Step Solution:
1) Identify tasks: signal transmission and physical interfaces.2) Map these tasks to OSI layers: Layer 1 handles them by definition.3) Exclude functions of higher layers (framing, routing, reliability).4) Conclude: the Physical layer is the correct answer.
Verification / Alternative check:
Standards such as Ethernet 100BASE-TX, 1000BASE-SX, and Wi-Fi PHYs define Layer 1 parameters (frequencies, modulation, coding, power) that directly touch the medium.
Why Other Options Are Wrong:
Common Pitfalls:
Attributing MAC addressing (Layer 2) or IP addressing (Layer 3) to Layer 1; those are higher-layer concepts.
Final Answer:
physical
Discussion & Comments