Question:medium

Explain Bus Topology with diagram.

Show Hint

Bus topology connects all devices via a single backbone cable; it's simple but has limitations in fault tolerance.
Updated On: Jan 14, 2026
Show Solution

Solution and Explanation

Bus Topology: A network configuration where all devices connect to a single, central cable (the bus or backbone). This backbone serves as the shared communication pathway, broadcasting data to all connected nodes.
  • Devices connect to the bus using connectors.
  • Data travels bidirectionally along the bus until it reaches its destination.
  • Terminators at each end of the bus absorb signals, preventing reflection.
\includegraphics[width=1\linewidth]{image65.png} \begin{center} Figure: Bus Topology Diagram \end{center} Advantages:
  • Simple to set up and expand.
  • More economical in terms of cabling compared to topologies like star.
Disadvantages:
  • A single bus failure incapacitates the entire network.
  • Constraints exist on cable length and the quantity of connected devices.
  • Diagnosing issues can be challenging.
Bus topology is prevalent in smaller networks and older systems.
Was this answer helpful?
0