Which of the following topologies is highly reliable?
-
Star
-
Bus
-
Fully connected Mesh
-
All of the above
C
Correct answer
Explanation
A fully connected mesh topology provides the highest reliability because every node has a direct connection to every other node. If any single link fails, communication can still occur through alternative paths. Star topology fails if the central hub fails, bus topology fails if the backbone is cut, and ring topology fails if any link breaks.