What is the main difference between a LAN and a WAN?
Based on: AQA 8525 · 3.5.1
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.
What is the main difference between a LAN and a WAN?
Based on: AQA 8525 · 3.5.1
Give one advantage of a wired connection over a wireless one.
Based on: AQA 8525 · 3.5.2
In a star topology, what happens if one cable fails?
Based on: AQA 8525 · 3.5.3
Why are protocols needed on a network?
Based on: AQA 8525 · 3.5.4
Each of these confuses one half of a pair with the other.
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 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.
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.
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.
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 | Bus |
|---|---|
| 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. |
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.
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.
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.
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.
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.