Difficulty: Easy
Correct Answer: Defines the electrical characteristics of signals passed between the computer and communication devices
Explanation:
Introduction / Context:
The OSI reference model separates networking into layered responsibilities. Accurately mapping functions to layers helps in protocol analysis and troubleshooting. The Physical layer is the foundation, dealing with raw bit transmission and hardware signaling, while upper layers handle framing, addressing, routing, and reliability.
Given Data / Assumptions:
Concept / Approach:
The Physical layer defines electrical, mechanical, and procedural interfaces for transmitting bits. This includes voltage levels, timing, modulation, connector pinouts, optical wavelengths, and radio characteristics. Data Link (Layer 2) builds frames and provides error detection/correction, while Network (Layer 3) constructs packets and performs routing. Therefore, only the statement about electrical characteristics aligns with Layer 1.
Step-by-Step Solution:
Verification / Alternative check:
Consult examples: Ethernet PHY chips, fiber-optic transceivers, RJ-45 pinouts, and Wi-Fi radio parameters are Physical layer topics. CRC checks and MAC addressing belong to Data Link, while IP addressing and routing belong to Network—confirming the layer separation.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing 'bits on the wire' (L1) with framing (L2) and packet delivery (L3), and assuming error correction is always handled at the physical level—it is generally handled in L2 and above in the OSI model context.
Final Answer:
Defines the electrical characteristics of signals passed between the computer and communication devices
Discussion & Comments