Networks and their types
Why connect computers?
- A network is a set of devices connected so they can communicate and share resources.
- Networking is why we have the internet, the cloud, and shared printers at school.
- First, the benefits and the main network types.
Benefits of a network
- Share resources — one printer, file server or internet link for everyone (cheaper).
- Share data — many users open the same files.
- Central management — install software, manage users and back up once, on a server.
- Communication — email, video calls, messaging — and remote access from anywhere.
Select all the genuine benefits of using a network.
Sharing resources, central backup, and communication are all benefits. Networks do not make computers slower.
LAN vs WAN
- A LAN (local area network) covers a small area (home, office, school), is usually owned by the organisation, and is fast with low latency.
- A WAN (wide area network) covers a large area (city, country, world) using telecom infrastructure, with lower speeds and higher latency.
- The internet is the largest WAN; a WAN connects LANs together.
Which best describes a LAN?
A LAN covers a small area (home/office/school), is usually organisation-owned, and is fast with low latency. A WAN covers a large area.
Client-server vs peer-to-peer
- Client-server: powerful servers provide services (files, web, email); clients request them. Central and easy to manage, but the server is a single point of failure unless backed up.
- Peer-to-peer (P2P): every machine is an equal peer — each is both client and server, with no central server. Robust to one failure, but harder to secure and keep consistent.
A weakness of the client-server model is that:
Everything depends on the central server, so if it fails (and is not backed up) the service is lost. Its strength is easy central management.
In a peer-to-peer network:
P2P has no central server — each peer can both request and provide resources, which is robust but harder to secure.
Thin vs thick clients
- A thin client does little processing locally and relies on a powerful server (web terminals, remote desktops).
- A thick client has strong local processing and storage and runs full applications itself (a normal desktop PC).
- Thin → high server load, high network reliance; thick → the opposite.
A thin client:
A thin client offloads most work to the server (high network reliance); a thick client does its own processing and storage.
Wired vs wireless, and the cloud
- Wired (Ethernet over twisted-pair or fibre): faster, lower latency, more secure.
- Wireless (Wi-Fi, Bluetooth, cellular): convenient and mobile, but slower and prone to interference and eavesdropping.
- Cloud computing delivers servers/storage/software over the internet, hosted by a third party: scalable and accessible anywhere, but needs internet and hands your data to a third party.
Compared with wireless, a wired connection is generally:
Wired wins on speed, latency, reliability and security; wireless wins on convenience and mobility.
You've got it
- networks share resources/data, allow central management and communication
- LAN = small, owned, fast; WAN = large, telecom, slower (internet = biggest WAN)
- client-server = central server (single point of failure); P2P = equal peers, no server
- thin client relies on the server; thick does its own work · wired faster, wireless convenient · cloud = services over the internet