Difficulty: Easy
Correct Answer: Bus
Explanation:
Introduction / Context:
Different topologies distribute signals in different ways. A passive topology does not rely on powered intermediary devices to repeat or switch signals. Understanding this distinction helps in analyzing cost, fault tolerance, and performance characteristics of legacy and modern LANs.
Given Data / Assumptions:
Concept / Approach:
In a bus topology, all stations tap into a common coaxial cable segment. The cable itself does not actively boost or direct the signal; it simply carries it, with proper termination at both ends. In contrast, star topologies use hubs/switches (active), and token ring uses active MAUs with signal regeneration and management.
Step-by-Step Solution:
Define passive: no active electronics required for distribution.Examine bus: a single backbone with terminators; passive medium.Contrast with star and ring: central devices or MAUs are active.Select “Bus.”
Verification / Alternative check:
Topology diagrams and IEEE 802.3 historical standards confirm that early Ethernet buses required only proper impedance matching and terminators, not active distribution hardware.
Why Other Options Are Wrong:
Ring: requires active token handling and MAUs.Star: relies on hubs/switches that regenerate and direct frames.Mesh: consists of many active links and devices.Cross: not a standard topology type in this context.
Common Pitfalls:
Final Answer:
Bus
Discussion & Comments