Difficulty: Easy
Correct Answer: Serial
Explanation:
Introduction / Context:
Plain Old Telephone Service (POTS) and similar links carry information as a single channel with relatively low bandwidth. To traverse such media, data is sent one bit at a time over a single pair—this is serial transmission. Timing can be synchronous (shared clocking or framing) or asynchronous (start/stop), but both are serial. The question asks you to choose the transmission “mode” used along telephone lines in contrast to parallel wiring between chips or inside a computer.
Given Data / Assumptions:
Concept / Approach:
Telephone lines support serial transmission. Parallel requires multiple wires carrying bits simultaneously and is limited to very short distances (inside a device or chassis). Synchronous and asynchronous describe timing within serial transmission; they are not alternatives to serial for the physical medium choice here.
Step-by-Step Solution:
Verification / Alternative check:
Modem standards (V.32, V.34, etc.) all encapsulate serial bitstreams over the phone line; legacy RS-232 to modem connections produce serial frames carried over the network.
Why Other Options Are Wrong:
Common Pitfalls:
Treating synchronous/asynchronous as mutually exclusive with serial; they are subtypes of serial transmission.
Final Answer:
Serial.
Discussion & Comments