Difficulty: Easy
Correct Answer: full-duplex lines
Explanation:
Introduction / Context:
Interactive systems—remote shells, collaborative sessions, customer support terminals—need bidirectional data flow without “taking turns.” The duplex capability of a link determines whether both endpoints can send at the same time or must alternate.
Given Data / Assumptions:
Concept / Approach:
Full-duplex links allow simultaneous transmission and reception, enabling smooth conversational exchanges. Half-duplex requires turn-taking (like push-to-talk radios), introducing delay and inefficiency for interactive tasks. Simplex is one-way only and unsuitable for response-driven applications. “Biflex-line” is not a standard category in data communications.
Step-by-Step Solution:
Identify the critical requirement: concurrent two-way data flow.Match to capability: only full-duplex provides this.Reject alternatives that restrict or alternate direction.
Verification / Alternative check:
Think of a telephone call (full-duplex) versus a walkie-talkie (half-duplex). Interactive computing mirrors the phone model for best user experience.
Why Other Options Are Wrong:
simplex lines: One-way; cannot support interactive response.
Common Pitfalls:
Assuming bandwidth alone defines interactivity. Duplex capability is just as important as raw rate for responsiveness.
Final Answer:
full-duplex lines
Discussion & Comments