AQA GCSE Computer Science (8525) · Networks

Fundamentals of computer networks: free AQA GCSE Computer Science practice questions

Section 3.5 is a topic of pairs. LAN against WAN, wired against wireless, star against bus, switch against router, MAC address against IP address. Most of the topic is deciding which of a pair applies and why. Learn the pairs and the reasons come with them.

Practice

Free practice questions

Networks

What is the main difference between a LAN and a WAN?

Based on: AQA 8525 · 3.5.1

Networks

Give one advantage of a wired connection over a wireless one.

Based on: AQA 8525 · 3.5.2

Networks

In a star topology, what happens if one cable fails?

Based on: AQA 8525 · 3.5.3

Networks

Why are protocols needed on a network?

Based on: AQA 8525 · 3.5.4

The mistakes that cost the most marks

Each of these confuses one half of a pair with the other.

  • Saying a MAC address and an IP address do the same job. The MAC address is fixed and identifies the device locally. The IP address can change and is used to route between networks.
  • Saying HTTPS stops hackers. It encrypts data in transit so intercepted traffic cannot be read. It does nothing about a weak password or malware on your machine.
  • Confusing a switch with a router. A switch works within one network. A router connects networks together.
  • Saying wireless is always slower without the reasons. The exam wants interference, distance, obstacles and sharing the channel.
  • Describing layering as making the network faster. The benefits are that layers can be changed independently and that different vendors can build different layers.
  • Saying a bus topology is better because it is cheaper, without saying that one break in the backbone takes down the whole network.

What a network is and what it costs

A network is two or more computers connected so they can share data and resources. The benefits are sharing files, sharing hardware such as printers, central backup and central management of software and users. The costs are the equipment and cabling, the need for someone to manage it, and the fact that one attack or one failure can reach many machines at once. A LAN covers a small geographical area, such as one site, and the organisation usually owns the cabling. A WAN covers a large area and uses infrastructure the organisation does not own, such as leased lines. The internet is the best known example of a WAN.

Wired against wireless, star against bus

Wired connections, usually twisted pair copper or fibre optic, are faster, more reliable and more secure, because you have to physically connect to them. Wireless is more convenient and cheaper to install, but it is slower, more affected by distance and obstacles, and easier to intercept. In a star topology every device has its own connection to a central switch. One cable failing affects only that device and performance stays good under load, but it needs more cable and the central device is a single point of failure. In a bus topology all devices share one backbone cable with terminators at each end. It uses less cable and is cheap, but a break in the backbone brings the whole network down, and performance falls as traffic rises because devices compete for the one cable.

Protocols and layering

A protocol is an agreed set of rules for how devices communicate. Without shared protocols, devices from different manufacturers could not talk to each other. Networks are built in layers, where each layer does one job and provides a service to the layer above. Layering means a change in one layer does not force a rewrite of the others, and different companies can build different layers. TCP splits data into packets, checks they all arrive and reassembles them in the right order. IP handles addressing and routing packets between networks.

The protocols you have to name

HTTP transfers web pages. HTTPS is HTTP with encryption, so data sent to and from the site cannot be read if it is intercepted. FTP transfers files between computers. SMTP sends email. IMAP retrieves email from a server while leaving it there, so the same mailbox looks the same on every device. Encryption on a network scrambles data so that anyone intercepting it cannot read it without the key. On wireless networks that is essential, because the signal is available to anyone in range.

Addresses and hardware

A MAC address is a physical address burned into a network interface card by the manufacturer and does not change. It identifies a device within a local network. An IP address identifies a device on a network and can change, for example when you connect to a different network. It is used to route data between networks. The hardware a network needs is the network interface card in each device, a switch to connect devices within a LAN and send traffic only where it is needed, a router to connect different networks and route traffic between them, and the transmission media that carry the signal. A switch sends a frame only to the port the destination device is on, which is why a switched star network handles heavy traffic much better than a shared bus.

Star topology and bus topology
StarBus
Every device has its own cable to a central switch.All devices share one backbone cable with terminators at each end.
One cable failing affects only that device.A break in the backbone brings the whole network down.
Performance stays good under load because the switch sends traffic only where it is needed.Performance falls as traffic rises because devices compete for one cable.
Needs more cable, and the switch is a single point of failure.Uses less cable and is cheap to set up.
FAQ

Frequently asked questions

What is the difference between a LAN and a WAN?

A LAN covers a small area, such as one site, and the organisation usually owns the infrastructure. A WAN covers a large area using infrastructure the organisation does not own, such as leased lines. The internet is the best known WAN.

What is the difference between a MAC address and an IP address?

A MAC address is fixed by the manufacturer of the network interface card and identifies a device within a local network. An IP address can change and is used to route data between networks.

What does HTTPS actually protect?

Data in transit. It is HTTP with encryption, so intercepted traffic cannot be read. It does nothing about a weak password or malware already on your machine.

What is the difference between a switch and a router?

A switch connects devices within one network and sends each frame only to the port the destination device is on. A router connects different networks and routes traffic between them.

Why are networks built in layers?

Each layer does one job and provides a service to the layer above. A change in one layer does not force a rewrite of the others, and different companies can build different layers. Speed is not the reason.

RiverMap Learning apps are independent study tools. They are not affiliated with, endorsed by, or connected to any government body or examination authority. Question content is original and based on publicly available official study materials.