A2.1.1 Describe the purpose and characteristics of networks.

A2.1.1 Describe the purpose and characteristics of networks. 
• Networks: local area network (LAN), wide area network (WAN), personal area network (PAN), virtual private network (VPN)

The big idea

Computer networks are engineered systems that interconnect digital devices so they can exchange data and share resources efficiently and securely. By abstracting distance and hardware differences, a network turns many separate computers into a single cooperative platform.


Purposes and key characteristics of the four syllabus network types

Network typePrincipal purposeTypical geographic scopeOwnership & administrationTechnical traitsExample scenario
Local Area Network (LAN)Share high-speed data and peripherals among devices in the same physical locationSingle room, floor, building or campus (≈ 10 m – 1 km)Usually private (enterprise, school, home)Ethernet or Wi-Fi; ≤ 10 Gb/s; low latency; limited propagation errors; easy to extendSchool lab PCs, printers, NAS on one switch
Wide Area Network (WAN)Link LANs over large distances to support inter-site operationsCity-to-global (≥ 10 km up to trans-continental)Often shared carrier services (leased fibre, MPLS, Internet) plus customer routersHeterogeneous media; lower throughput/higher latency than LAN; uses routing & QoS; diverse topologiesA multinational’s London, Singapore and NYC offices linked via MPLS backbone
Personal Area Network (PAN)Connect an individual’s personal devices for data/voice transfer without cablesWithin a few metres of a person (≈ 1 – 10 m)Individual user; ad-hoc setupLow-power radios (Bluetooth, Zigbee, NFC, UWB); ≤ 2 Mb/s (classic BT) to 480 Mb/s (UWB); battery-optimisedSmartphone tethered to wireless earbuds and smartwatch
Virtual Private Network (VPN)Provide logical, encrypted tunnels across an untrusted network to emulate a private linkOverlays existing LAN/WAN/Internet; geographic scope = underlying transportLogical network; security policy enforced by organisationEncryption (IPsec, SSL/TLS); authentication; encapsulation; may use split-tunnelling; adds overhead & latencyRemote employee securely accesses the company LAN via IPsec tunnel over home Internet

Putting it together

  1. Purpose
    All four network forms exist to extend communication reach while honouring boundaries of distance, ownership or security:
    • LANs optimise speed and manageability on-site.
    • WANs overcome geography with carrier infrastructure.
    • PANs emphasise convenience and mobility at body range.
    • VPNs overlay cryptography and tunnelling on any underlying transport to preserve privacy and integrity.
  2. Characteristics
    They differ in scale, media, data rate, latency, security model and administrative control, which drive design decisions such as cabling versus radio, switching versus routing, or clear-text versus encrypted payloads.

Understanding these distinctions lets a computer scientist select or design the right network architecture for a given technical and organisational context, and to articulate that choice in the level of detail the command term Describe demands.