Difficulty: Easy
Correct Answer: Define electrical/optical/radio characteristics and signaling between equipment
Explanation:
Introduction / Context:The OSI model partitions networking into seven layers to separate concerns. The Physical layer (Layer 1) deals with how bits are transmitted over a medium. Distinguishing Layer 1 responsibilities from Layers 2 and 3 prevents design and exam errors.
Given Data / Assumptions:
Concept / Approach:Layer 1 specifications include signal levels, encoding (e.g., NRZ, PAM), clocking, wavelength/frequency, connector pinouts, and maximum run lengths. Error control (ARQ/FEC) is typically Layer 2 or higher; packet construction and end-to-end delivery are Layer 3+ tasks.
Step-by-Step Solution:
1) Map each option to an OSI layer. 2) Electrical/optical/radio signaling → Layer 1. 3) Error detection/correction → Layer 2 (frame checks, ARQ/FEC). 4) Packet construction/end-to-end delivery → Layers 3–4.Verification / Alternative check:Standards such as IEEE 802.3 Physical Medium Attachment (PMA) sublayer, RS-232, and optical PHYs define only transmission characteristics and not frame logic or routing semantics.
Why Other Options Are Wrong:
Common Pitfalls:Assuming “error detection” is always physical; confusing signal integrity (attenuation, noise margins) with protocol-level error handling.
Final Answer:Define electrical/optical/radio characteristics and signaling between equipment
Discussion & Comments