Network Hardware and Topologies

GCSE Computer Science · Networks

Network Hardware and Topologies

A computer network is two or more devices connected together to share data and resources. This note covers the hardware needed to build networks and the topologies (layouts) used to connect devices.

---

Types of Network

TypeDescriptionRangeExample
LAN (Local Area Network)Covers a small geographical areaSingle building/siteSchool network
WAN (Wide Area Network)Covers a large geographical areaCities/countriesThe Internet

Key Differences

FeatureLANWAN
SizeSmall (one site)Large (multiple sites)
OwnershipOwned by one organisationUses third-party infrastructure
SpeedGenerally fasterGenerally slower
HardwareSwitches, access pointsRouters, leased lines

---

Network Hardware

Network Interface Card (NIC)

  • Hardware inside every networked device
  • Has a unique MAC address (burned into the hardware)
  • Converts data into signals for transmission
  • Can be wired (Ethernet) or wireless (Wi-Fi)

Switch

  • Connects devices within a LAN
  • Receives data and forwards it only to the intended recipient using MAC addresses
  • More efficient than a hub (which sends data to all ports)
  • Operates at the data link layer

Router

  • Connects different networks together (e.g. your LAN to the Internet)
  • Uses IP addresses to direct (route) data packets to their destination
  • Chooses the best path for data to travel
  • Operates at the network layer

Wireless Access Point (WAP)

  • Allows wireless devices to connect to a wired network
  • Broadcasts a Wi-Fi signal
  • Acts as a bridge between wireless and wired parts of the network

Modem

  • Converts digital data from a computer into analogue signals for transmission over telephone lines (and vice versa)
  • Often built into the router in home networks ("router" is often actually a modem-router)

Transmission Media

MediumTypeSpeedDistanceCost
Ethernet cable (Cat5e/6)WiredUp to 10 Gbps~100mLow
Fibre opticWiredUp to 100+ GbpsMany kmHigh
Wi-FiWirelessUp to ~1 Gbps~50m indoorsMedium

---

Network Topologies

A topology is the arrangement of devices and connections in a network. The three you need to know are star, mesh, and bus.

Star Topology

All devices connect to a central switch or hub.

Advantages:

  • If one cable fails, only that device is affected — the rest of the network continues working
  • Easy to add new devices without disrupting the network
  • Faults are easy to isolate and fix
  • Better performance — no data collisions (with a switch)

Disadvantages:

  • If the central switch fails, the entire network goes down
  • Requires more cabling than bus (each device needs its own cable)
  • More expensive due to the switch and extra cables

Mesh Topology

Every device connects to every other device (full mesh) or to several others (partial mesh).

Advantages:

  • No single point of failure — if one connection breaks, data can take an alternative route
  • Very reliable and robust
  • Data can be transmitted from multiple devices simultaneously
  • Fast communication — data takes the shortest available path

Disadvantages:

  • Very expensive — lots of cabling and network ports needed
  • Complex to set up and manage
  • Full mesh is impractical for large networks (too many connections)
  • Maintenance is difficult due to the number of connections

Bus Topology

All devices connect to a single central cable (the backbone or bus). Terminators are placed at each end to prevent signal reflection.

Advantages:

  • Cheap to set up — uses less cabling
  • Simple to install for small networks
  • Easy to extend by adding devices to the backbone

Disadvantages:

  • If the backbone cable fails, the entire network goes down
  • Performance degrades as more devices are added (more collisions)
  • Data is sent to all devices — security risk and slower
  • Difficult to isolate faults
  • Limited cable length and number of devices

---

Topology Comparison

FeatureStarMeshBus
CostMediumHighLow
ReliabilityMediumHighLow
PerformanceGoodExcellentPoor (many devices)
Single point of failureCentral switchNoneBackbone cable
ScalabilityEasyComplexLimited
Best forMost LANsCritical systemsSmall/temporary networks

---

Client-Server vs Peer-to-Peer

FeatureClient-ServerPeer-to-Peer (P2P)
Central serverYes — manages resourcesNo — all devices are equal
SecurityCentralised, strongEach device manages its own
BackupsCentralisedEach user responsible
CostHigher (server hardware)Lower
ScalabilityGoodPoor
ExampleSchool networkHome file sharing

---

Exam Tips

  • Draw and label topologies clearly in diagram questions
  • Always discuss advantages AND disadvantages — a comparison question needs both sides
  • Remember: star has a single point of failure at the switch, bus at the backbone cable, mesh has no single point of failure
  • Know the difference between a switch (uses MAC addresses, same network) and a router (uses IP addresses, connects different networks)
  • The Internet is a WAN that uses a mesh topology
Don't understand a part?

Sign in and ask our AI tutor to explain any passage in plain English.

Try AI explanations →

More on Networks

Networks: Types and Topologies Protocols, Layers and the Internet Network Protocols and Layers

← All GCSE Computer Science notes