Network topologies Flashcards
What is a Network topology?
A Network topology refers to the layout of computer systems on a network. Devices are often called ‘nodes’.
Advantages of a bus topology
cheap- uses minimal cables
easy to add another node
easy to set up
Disadvantages of bus
single point failure
not secure- all nodes see data
likely to have data collisions
Advantages of star topology
- Damaged link only affects the attached node
- can easily add new nodes
- works well under a heavy load
Disadvantages of star topology
more cables than bus and ring
single point of failure
Advantages of the ring topology
performs better than the bus topology under a heavy load.
no need for network servers.
data collisions are avoided as it all travels in one direction.
Disadvantages of the ring topology
single point of failure.
not very secure-all nodes see the data.
the whole network is as slow as its slowest link.
advantages of the mesh topology
no central node-no single point failure.
data uses the most direct route.
works well under heavy load.
Disadvantages of the mesh topology
increased cables, which makes it more expensive.
far more complicated to manage and maintain.