This document discusses various network topologies including bus, ring, star, tree, mesh, and hybrid topologies. For each topology, it provides a brief description and then lists advantages and disadvantages. Some key points covered include:
- A bus topology connects all nodes to a single backbone cable and broadcasts messages to all nodes. It has simpler configuration but signal interference can occur.
- A ring topology connects nodes in an endless loop with unidirectional data flow. It is more reliable than bus but a single node failure disrupts the whole network.
- A star topology connects all nodes to a central hub/switch. Troubleshooting is efficient but the hub is a single point of failure.