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:
Identify the physical constraint: a single low-bandwidth channel over long distance.Match to serial transmission (one bit at a time on one channel).Note that synchronous/asynchronous are serial timing methods, not separate physical modes for this context.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:
Parallel: requires multiple conductors in parallel; not feasible over PSTN distances.Synchronous / Asynchronous: timing styles within serial; they do not replace serial as the physical transfer mode.None of the above: incorrect because serial is correct.Common Pitfalls: Treating synchronous/asynchronous as mutually exclusive with serial; they are subtypes of serial transmission.
Final Answer: Serial.
Discussion & Comments