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:
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:
Common Pitfalls:
Confusing hardware capability with configured link behavior; some links can operate either half- or full-duplex.
Final Answer:
Half-duplex.
Discussion & Comments