Question:medium

Explain the different types of network topologies (Bus, Star, Ring, Mesh).

Show Hint

  • {Bus} -- Single backbone cable.
  • {Star} -- All devices connected to a central hub.
  • {Ring} -- Devices connected in a circular path.
  • {Mesh} -- Every device connected to every other device.
Bus is the simplest, Star is the most commonly used in LANs, Ring ensures orderly data flow, and Mesh provides maximum reliability.
Updated On: Mar 10, 2026
Show Solution

Solution and Explanation

Was this answer helpful?
0