Network Topologies Flashcards
What is a ring network?
Consists of a number of nodes connect together without the need for a file server. Each node is connected to two other adjacent nodes. All data travels in only one direction.
What are the advantages of a ring network?
-avoids collisions
-cheap to set up
What are the disadvantages of a ring network?
-it is difficult to add nodes as the existing cables have to be severed
-a broken connection in the main cable will cause the network to fail
-the more nodes, the slower the network
What is a bus network?
All nodes are connected to the main cable. Data can be transmitted in both directions. Every node can transfer data directly to another node.
What are the advantages of a bus network?
-the network can still operate if one node fails
-easy to add nodes
What are the disadvantages of a bus network?
-if more nodes are added, the network becomes slower
-collisions can occur
What is a star network?
There is a central file server and each node is connected to the file server by its own cable. The host computer controls all communication.
What are the advantages of a star network?
-if a node fails the whole network can still operate
-adding a new node is easy
What are the disadvantages of a star network?
-if the file server manfunctions, the whole network will fail.