1. Network Topologies and LAN Hardware
A network topology is the arrangement of computers and devices on a network. Two common topologies for Local Area Networks (LANs) are bus and star. A bus topology connects all devices to a single central cable, called the bus or backbone. Data sent by one device travels along the bus and is seen by all other devices. A star topology connects every device to a central hub or switch. If a device sends data, it goes to the central device which then forwards it to the destination. To build a LAN, you need specific hardware. A Network Interface Card (NIC) is installed in each computer to provide a physical connection to the network. Devices are connected using cables (like twisted-pair Ethernet cables) or wirelessly. A hub is a simple central device for a star network that broadcasts any incoming data to all connected devices. A switch is a more intelligent device that learns the addresses of connected devices and sends data only to the intended recipient, improving efficiency and reducing traffic.
Key term
Examiner insight
Common pitfall
Fun fact
Worked example 14 marks
A small office with 5 computers is setting up a new LAN. Draw a diagram for a star topology and a bus topology that could be used. Label the key components.
- 1
Star Topology Diagram: Draw a central box labelled 'Switch'. Draw 5 smaller boxes labelled 'Computer'. Draw a straight line from each computer to the central switch.
- 2
Bus Topology Diagram: Draw a single horizontal line labelled 'Backbone Cable'. Draw a small vertical line at each end of the backbone, labelled 'Terminator'. Draw 5 smaller boxes labelled 'Computer' and connect each one to the backbone with a short line.
Worked example 23 marks
A school is upgrading its network from using hubs to using switches in its star topology. Explain one advantage of this change.
- 1
A switch is more intelligent than a hub. It keeps a table of the unique MAC addresses of the devices connected to each of its ports.
- 2
When a data frame arrives, the switch reads the destination MAC address and forwards the frame only to the port connected to the destination device.
- 3
This reduces unnecessary network traffic (collisions) compared to a hub, which broadcasts the frame to all devices, leading to improved network performance and speed.
Recap
- A network topology describes the layout of a network.
- Bus topology uses a single backbone cable with terminators at each end.
- Star topology connects all devices to a central device, like a hub or a switch.
- A Network Interface Card (NIC) allows a computer to connect to a network.
- A switch is more efficient than a hub because it sends data only to the intended device.
Quick check
- What is the function of a terminator in a bus topology?1 mark
- State the key difference between a hub and a switch.2 marks