Network
Topologies

index > 2.1.6 Computer communications and networking

There are different ways to layout the network which allows them to perform things differently.

Bus

All the devices are connected to a single backbone cable. At the ends of that cable are terminators which prevent information from bouncing back and forth, interfering with other data being transmit.

Advantages Disadvantages
Does not require expertise so is easy to setup. If the backbone cable fails, the entire network collapses.
Doesn’t require a lot of cabling so is very cheap. Data collisions arise from information being sent both ways along one cable. This slow the the network down and can cause corrupt data.
Because all workstation are connected directly, every workstation can see the data on other workstations so there is a security risk.

Ring

Each device is connected to two other devices. This forms a ring for the signals to travel around. The data on the network only travels in one direction and each device transmits the data until it reaches its destination. Each device acts as a repeater which continues the signal.

Advantages Disadvantages
Can transfer data very quickly. If any cable fails, the whole network goes down.
No data collision because all data travels in the same direction. Data transfer can be slow if the request is coming from a device that is multiple devices away.
Data can travel along long distances because the workstations act as repeaters to keep the connection strong. Has security risks because the data has to go through multiple devices.

Star

In a star network each devices has it’s own cable that connects to a switch or hub. A hub sends data to every device whereas a switch only sends data to the intended device. This means a switch has less security risks because not every device gets the data.

Advantages Disadvantages
Very reliable as it will continue to work if some wires are disconnected. Expensive because it uses a lot of cables and hardware like hubs/switches.
High speed data transfer because there is no data collision. If the hub or switch fail, the whole network goes down.