Difficulty: Easy
Correct Answer: Half-duplex
Explanation:
Introduction / Context: Duplex terminology describes whether endpoints can send and receive simultaneously. Choosing the correct mode is essential when designing serial links, radios, and shared media systems. The question asks for the mode that permits bidirectional communication, but not at the same instant—transmissions must alternate direction.
Given Data / Assumptions:
Concept / Approach: Half-duplex allows both endpoints to transmit and receive, but not simultaneously. Classic examples include push-to-talk radios and older Ethernet hubs during collision recovery. Simplex allows one-way only (e.g., broadcast TV). Full-duplex allows simultaneous two-way transmission (e.g., modern switched Ethernet). “Three-quarters duplex” is not standard terminology.
Step-by-Step Solution:
Match “two-way but not simultaneous” to half-duplex.Exclude simplex (one-way) and full-duplex (simultaneous two-way).Ignore nonstandard terms; select half-duplex.Verification / Alternative check: RS-485 multidrop and many radio systems demonstrate half-duplex behavior: devices take turns transmitting while all others listen.
Why Other Options Are Wrong:
Simplex: cannot send both ways.Three-quarters duplex: not a defined mode.Full-duplex: simultaneous send/receive, not turn-taking.None of the above: incorrect because half-duplex fits exactly.Common Pitfalls: Confusing hardware capability with configured link behavior; some links can operate either half- or full-duplex.
Final Answer: Half-duplex.
Discussion & Comments