Show understanding of the purpose and benefits of networking devices
2.1 Networks – Purpose and Benefits of Networking Devices
Learning objective
Show understanding of the purpose and benefits of networking devices and how they support different network types, topologies and services required by the Cambridge AS & A‑Level Computer Science syllabus (Topic 2.1).
Subnetting – Divides a network into smaller logical segments using a subnet mask (e.g., /24 = 255.255.255.0). Improves security and reduces broadcast traffic.
Public vs private addresses – Public addresses are routable on the Internet; private ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are used internally and require NAT for Internet access.
Static vs dynamic allocation – Static addresses are manually configured; dynamic addresses are assigned by a DHCP server.
URL resolution and DNS
When a user enters https://www.example.com/index.html the following steps occur:
The browser extracts the domain name www.example.com.
A DNS query is sent to a resolver, which returns the corresponding IP address (e.g., 93.184.216.34).
The browser opens a TCP connection to that IP address on port 443 and requests /index.html.
Bit‑streaming concepts
Real‑time streaming – Data is consumed as it arrives (e.g., live video conference). Requires steady bandwidth and low latency.
On‑demand streaming – Content is buffered before playback (e.g., Netflix). Allows variable bandwidth but still benefits from high throughput.
Security implications of networking devices
Firewalls – Block unauthorised inbound/outbound traffic; can perform stateful inspection and application‑layer filtering.
VPN routers – Encrypt traffic for secure remote access over public networks.
Switch security – MAC address filtering, VLAN segregation, and port security prevent unauthorised devices from connecting.
Wireless security – Use WPA3 encryption, hide SSID where appropriate, and optionally enable MAC‑address filtering.
Using a switch that isolates frames by MAC address reduces collisions, so more bits are successfully transferred in the same time interval, increasing throughput.
Suggested diagram
Figure: Simple LAN layout – a router connects to the Internet, a firewall protects the internal network, a switch links multiple PCs, an access point provides Wi‑Fi, and a server hosts a web application. NICs are shown on each host.
Summary
Networking devices are the building blocks that make modern computer networks possible. They provide the physical links, logical segregation, traffic control, security and scalability required for LANs, WANs and cloud‑based services. Understanding each device’s purpose, the OSI layer it operates in, and the benefits it brings equips students to design, evaluate and troubleshoot real‑world network solutions in line with the Cambridge AS & A‑Level syllabus.