Difficulty: Easy
Correct Answer: Thin Ethernet (10Base2)
Explanation:
Introduction / Context: Early Ethernet implementations used a coaxial bus topology before the widespread adoption of twisted-pair star wiring. Recognizing which variant required BNC T-connectors and end-of-line terminators is a common historical networking question and helps diagnose legacy installations still in service.
Given Data / Assumptions:
Concept / Approach: 10Base2 (Thin Ethernet) uses RG-58 coaxial cable with BNC T-connectors to attach NICs to the bus and 50-ohm terminators at both ends to prevent signal reflections. Token Ring typically uses MAUs with shielded twisted pair; 10Base-T uses star topology with UTP and has no coax terminators; FDDI employs fiber dual-rings, again without BNC T-connectors or 50-ohm terminators.
Step-by-Step Solution:
Identify the only coax bus among the options: 10Base2.Recall BNC T-connectors attach NICs inline on the bus.Confirm need for 50-ohm terminators at both physical ends.Verification / Alternative check: Vendor guides and certification materials depict 10Base2 with T-connectors and terminators, reinforcing the selection.
Why Other Options Are Wrong:
FDDI: fiber dual-ring; no BNC T-connectors.Token Ring: uses MAUs; not a coax bus with BNC T’s.10Base-T: UTP star; no coax terminators.None of the above: incorrect, because 10Base2 fits exactly.Common Pitfalls: Confusing 10Base5 (thick coax/vampire taps) with 10Base2; both used coax and termination, but T-connectors specifically identify 10Base2.
Final Answer: Thin Ethernet (10Base2).
Discussion & Comments