Question 1 · Difficulty 2/5
Which OSI layer is responsible for converting data into bits for transmission across the physical medium? (Select the best answer.)
Show answer & explanation
Correct answer: B
Layer 1. Physical
Layer 1 (Physical) defines the electrical, optical, and mechanical means of transmitting raw bits over a medium, it operates on the PDU called 'bits.' Layer 2 (Data Link) uses frames, not raw bit-level signaling, and handles MAC addressing and error detection. Layer 3 (Network) routes packets between networks. Layer 4 (Transport) segments data and manages end-to-end delivery using TCP or UDP.