Topic 1 - The cyber security landscape
1.1.1 Cyber security: definition and importance
Cyber security is the practice of protecting digital systems, networks, devices, data and information from unauthorised access, damage, theft and disruption.
Devices and everyday activities are more connected than ever, so more data is created, transmitted and stored. That increases the number of ways data can be accessed, destroyed or used without the owner knowing.
The unit is assessed through a scenario that develops through the paper. Whenever you define a term, add a sentence that ties it to the organisation in the scenario, because PO2 marks are for application, not recall.
1.1.2 The CIA triad
The CIA triad is the three-part model used to describe the goals of any security system: Confidentiality, Integrity and Availability.
Why maintaining all three matters: losing confidentiality exposes personal or classified data; losing integrity means decisions are made on wrong data and records cannot be trusted as evidence; losing availability stops the organisation trading. The three also pull against each other, so security design is a balance. Heavy encryption strengthens confidentiality but harms availability if a key is lost, and wide open access improves availability while destroying confidentiality.
Do not just list the three words. Marks come from saying which element a control protects and how, for example "a daily offsite backup protects availability because data can be restored after ransomware encrypts the live copy".
1.1.3 IAAA principles
IAAA is the four-stage framework that controls and records who gets to do what on a system.
Purpose: to make sure only known users get in, that they only reach what their role needs, and that every action leaves a traceable record.
Benefits: blocks unauthorised access; limits the damage of a compromised account because privileges are restricted; deters insider misuse because users know actions are logged; provides the audit trail needed for an incident report or a legal case; supports compliance with UK GDPR and ISO 27001.
1.1.4 Risk management
Purpose of risk management: to identify what could go wrong, judge how bad it would be and how likely it is, then reduce that risk to a level the organisation is willing to accept, using a limited budget.
Identifying threats and vulnerabilities: asset inventories, vulnerability scanning and penetration testing, audits of policies and of physical access, staff reporting, supplier assessments, threat intelligence feeds, and reviews of past incidents.
The risk management process:
- Identify the assets that matter: data, devices, services and people.
- Identify the threats to each asset and the vulnerabilities they could exploit.
- Assess the impact and the probability of each risk and score it.
- Prioritise, highest risk first, comparing the cost of the control against the cost of the incident.
- Choose a response: treat (add mitigations), tolerate (accept), transfer (insure or outsource) or terminate (stop the activity).
- Implement the mitigations and record them in a risk register.
- Monitor, test and review regularly, because threats and systems keep changing.
Benefits: a limited budget is spent where risk is highest; the likelihood and impact of incidents fall; the organisation is prepared and recovers faster; compliance is evidenced and insurance can be cheaper; stakeholder confidence improves.
Limitations: it takes time, money and expertise; scores are estimates and can be wrong; it cannot predict every threat, including zero-day exploits; it is out of date as soon as the system changes, so it needs constant review; risk can be reduced but never removed.
1.2 Types of cyber security incidents
Accidental incidents have no malicious intent: an email sent to the wrong recipient, a spilled drink, a deleted folder, a lost USB stick, a misconfigured permission, a builder cutting a fibre line.
Deliberate incidents are intentional acts: ransomware, phishing campaigns, insider data theft, DDoS attacks, sabotage of hardware. Both types are reportable incidents and both can breach UK GDPR.
Examiners often ask you to categorise an incident from the scenario. Name the incident type, say whether it was accidental or deliberate, and state which part of the CIA triad it damaged.
1.3.1 Targets: human
| Target | How they are targeted | Why they are targeted |
|---|---|---|
| Individuals | Phishing and smishing messages, fake websites and shopping scams, social engineering phone calls, malware on personal devices, weak or reused passwords, public Wi-Fi, oversharing on social media. | Bank and card details, personal data for identity theft, account credentials to resell, and devices to add to a botnet. Individuals usually have the weakest defences and the least training, and an employee is also a route into their employer. |
| Organisations | Spear phishing of named staff, ransomware, DDoS, exploiting unpatched public-facing servers, insiders, third party and supplier access, stolen credentials. | Money and ransom payments, large volumes of customer data, intellectual property and industrial secrets, competitive advantage, disruption of a rival or a disliked company, and use as a stepping stone into their customers. |
| Nation states | Long-running, well-funded campaigns against government and critical national infrastructure, espionage against defence and research, disinformation, supply chain compromise, zero-day exploits. | Military and political advantage, intelligence gathering, economic gain and theft of research, destabilising an opponent, retaliation for sanctions or earlier attacks, and the ability to disrupt power, water or transport during a conflict. |
The spec says this section "does not include details of methods of attack". Answer at the level of who is targeted and why, and save the technical detail for Topic 2.
1.3.2 Targets: system
Data and information is targeted by classification and by state:
Infrastructure: devices. Consoles, desktops, laptops, smartphones and tablets or hybrids are targeted because they hold credentials and data, are often used off-site, and are the easiest place to trick a user. Portable devices add the risk of loss and theft.
Infrastructure: servers. Servers are high value because one machine serves many users:
Networking and communications. Wired links can be tapped, but that needs physical access to cable, patch panels or switches. Wireless links can be reached from outside the building, so they are attacked through weak encryption, rogue access points and evil twin networks. Routers, switches and access points are themselves targets because they carry all traffic.
Data storage location. Onsite storage is under the organisation's own physical and logical control, but it carries the full cost of protection and is exposed to local disasters. Cloud storage moves some responsibility to the provider, but adds an internet-facing account that can be misconfigured or have its credentials stolen.
1.4.1 Actors
1.4.2 Motivations
Accidental: there is no intent to cause harm. Caused by human error, lack of training or ignoring a procedure, for example emailing a spreadsheet to the wrong address or losing an unencrypted USB stick. It is still a reportable incident with real impact.
Intentional motivations named in the spec:
Questions frequently pair an actor with a motivation. Justify the link, for example "a hacktivist defaced the site rather than stealing the data because the motivation is publicity for the cause, not income generation".
Topic 2 - Cyber security vulnerabilities
2.1 Vulnerability vectors
A vulnerability vector is the route an attacker uses to reach data or a system. The spec expects you to explain how access can be gained through each one, and to weigh its advantages and disadvantages for the organisation that uses it.
| Vector | How access is gained | Advantages and disadvantages |
|---|---|---|
| Cloud | Stolen or reused account credentials, misconfigured storage left public, weak or missing MFA, insecure APIs, and attacks on the shared platform itself. | Advantages: provider handles patching and physical security, data is available anywhere, backups and scaling are built in. Disadvantages: internet-facing by design, control is handed to a third party, one credential leak exposes everything, and a provider outage takes the data with it. |
| Direct access to the network | Plugging a device into a live wall port or switch, using an unlocked and unattended workstation, connecting a rogue device, or accessing server rooms and comms cabinets. | Advantages: fast and reliable for staff, easy to monitor because it needs presence on site. Disadvantages: bypasses perimeter defences completely, and often gives trusted internal access straight away. |
| Email and social media | Phishing and spear phishing, malicious attachments and links, spoofed senders, and profile information used to research and impersonate staff. | Advantages: essential for communication and marketing, cheap and instant. Disadvantages: the single most common entry route, relies entirely on user judgement, and oversharing hands attackers free reconnaissance. |
| Removable media | Infected USB sticks and external drives, deliberately dropped devices, and data copied out by an insider. | Advantages: cheap, portable, works with no network. Disadvantages: easily lost or stolen, can carry malware straight past the firewall, and is hard to track once data leaves the building. |
| Third party access (suppliers and vendors) | Compromise of a supplier that already has legitimate access, malicious updates in the supply chain, and remote support links left open. | Advantages: gives access to expertise and support the organisation does not have in-house. Disadvantages: the organisation inherits the supplier's weaknesses and has little control over their security. |
| Third party access (workers) | Contractors, agency staff and cleaners with physical or account access, often with weaker screening and no training. | Advantages: flexible staffing and specialist skills at short notice. Disadvantages: temporary accounts are often over-privileged and left active after the contract ends. |
| Wireless networks | Cracking weak encryption such as WEP or WPA, default router passwords, rogue access points and evil twin hotspots, and interception on public Wi-Fi. | Advantages: mobility, low cabling cost, easy to add devices and guests. Disadvantages: the signal leaves the building so it can be attacked without entering it, and it is easier to intercept than cable. |
2.2.1 Physical vulnerabilities: human based
People are the most exploited weakness in any system. The spec splits human vulnerabilities into mistakes, manipulation and deliberate acts.
Access control weaknesses are the physical side of the same problem:
For each human vulnerability, be ready to say how it increases risk, for example "recycled door codes mean an ex-employee still has physical access to the server room, so an insider attack cannot be ruled out and there is no audit trail of who entered".
2.2.2 Physical vulnerabilities: natural disasters
Impact on cyber security: natural disasters attack availability above all, and can destroy data permanently if backups are held on the same site. They also create confidentiality risk, because damaged or displaced hardware can be lost or looted, and pressure to restore service quickly leads to controls being skipped.
Why they must be planned for: the organisation cannot prevent them, only prepare. Planning covers offsite and cloud backups, a disaster recovery and business continuity plan, geographic separation of sites, UPS and generators, fire suppression, raised flooring, and siting equipment above known flood levels.
2.3 System vulnerabilities: digital methods
Link each digital method to the vector it attacks, as the spec requires. For example, malicious spam and phishing attack the email vector; man in the middle attacks the wireless vector; a malicious update attacks the third party vector.
Topic 3 - Impact of cyber security events
3.1 Disruption
Effects across different targets: an individual loses access to their accounts and personal files; a business loses trading time and customers; a public service such as a hospital or school cannot deliver care or teaching; and disruption to national infrastructure affects an entire region.
3.2 Loss
| Type of loss | Short term | Long term |
|---|---|---|
| Data availability | Files, systems and records cannot be reached, so work stops and orders are lost. | Data destroyed with no clean backup is gone permanently, taking historic records, research and evidence with it. |
| Financial | Stolen funds, fraudulent transactions, ransom payments, lost sales during downtime, incident response and recovery costs. | ICO fines, legal claims and compensation, higher insurance premiums, lost contracts, and investment diverted from growth into security. |
| Identity | Stolen personal data is used to open accounts, take out credit or impersonate the victim. | Damaged credit rating, years of disputes, and continued resale of the same data on criminal markets. |
| Integrity | Records have been altered, so nothing in the system can be trusted until it is verified. | Decisions and published figures based on corrupted data must be revisited, audits fail, and evidence may be inadmissible. |
| Reputation / customer confidence | Negative press and social media, customers cancelling, staff and partners losing trust. | Long-term loss of market share, difficulty winning contracts and recruiting, and a brand that is linked to the breach for years. |
Extended response questions on impact are usually levels of response. Cover more than money: separate short term from long term, and cover at least two different stakeholders, such as the organisation and its customers.
3.3 Safety
Safety impacts are why critical national infrastructure is regulated and treated differently from ordinary commercial systems: the worst case is not lost money, it is loss of life.
Topic 4 - Cyber security mitigations
4.1 Endpoint mitigation: data and software measures
Endpoint mitigation means the controls placed on the devices and entry points at the edge of a system, the laptops, desktops, phones, servers and connections where users and attackers actually meet the network. Each measure counters a specific risk, and each has a cost.
4.1 Endpoint mitigation: access, network and physical measures
Nine mark questions usually ask you to recommend and justify mitigations for the scenario. Choose two or three, say which risk each one counters, give a limitation of each, and finish with a judgement about which matters most for that organisation.
4.2 Detection measures
Mitigation stops attacks; detection finds the ones that get through, and finds them quickly enough to limit the damage.
The classic exam contrast is IDS against IPS: an IDS detects and alerts, an IPS detects and blocks. State the trade-off, which is that automatic blocking risks stopping legitimate traffic.
4.3 Intelligence assessment
Both forms feed the same cycle: collect information, assess how credible and relevant it is, turn it into a judgement about threat, and then change controls, training or monitoring in response.
Topic 5 - Policies, procedures and event handling
5.1 Policies and procedures
A policy is a formal written document that states the rules, expectations and responsibilities for a particular area of the organisation. The procedures inside it say how those rules are carried out step by step.
Why policies are required: they set one consistent standard so staff are not left to decide for themselves; they make expectations enforceable, which supports disciplinary action; they evidence compliance with UK GDPR, the DPA and ISO 27001; they support training and induction; and they reduce human error, which is the largest single cause of incidents.
The spec states this section "does not include details of each policy's contents". You need the purpose of each policy, the kinds of procedure it covers, and how it improves security. You do not need to reproduce a full policy document.
5.2 Event handling
Responding to a cyber security event follows a set sequence so that evidence is preserved and the damage is contained:
- Identify the event and confirm it is genuine, not a false positive.
- Report it immediately through the agreed channel, no matter who noticed it.
- Contain it: isolate affected devices, disable compromised accounts, block the source.
- Preserve evidence: capture logs and images before wiping anything, and record actions and times.
- Eradicate the cause: remove malware, close the vulnerability, apply patches.
- Recover: restore from clean backups, verify integrity, and monitor closely for reinfection.
- Notify stakeholders, and the ICO within 72 hours where personal data is involved.
- Review: hold a post-incident review, write the incident report and update controls, policies and training.
Roles and responsibilities during a response:
Components of a cyber security incident report:
How the report is used: as the record of what happened and what was done; as evidence for the ICO, insurers, auditors and any legal case; to identify the root cause so the same incident cannot recur; to spot trends across many small incidents; and to justify future security spending.
The spec says you will not be asked to create an incident report from scratch. You will be asked to identify components, complete or interpret parts of one, and explain how it is used.
5.3 Legislation, regulations and standards
Main purpose: to make unauthorised access to and interference with computer systems a criminal offence.
Offences: unauthorised access to computer material; unauthorised access with intent to commit a further offence; unauthorised acts with intent to impair operation, including deleting data and running DoS attacks; unauthorised acts causing serious damage; and making, supplying or obtaining tools for use in these offences.
Impact on cyber security: hacking is illegal even where no damage is done and no data is taken, so penetration testing must have written permission first. This is what separates a white hat from a grey hat.
Compliance steps: authorise testing in writing and define its scope, control and log access rights, make the AUP explicit about what is unauthorised, and report offences to the police.
Non-compliance: criminal prosecution, fines and imprisonment, ranging from up to two years for basic unauthorised access to life imprisonment where an act causes serious damage to human welfare or national security.
Main purpose: to control how personal data is collected, processed, stored and shared, and to give individuals rights over their own data. It also covers areas UK GDPR does not, including law enforcement and intelligence processing.
Impact on cyber security: security is a legal duty, not just good practice. Personal data must be protected by appropriate technical and organisational measures, which means encryption, access control, backup and staff training.
Compliance steps: identify what personal data is held and why, keep it accurate and no longer than needed, apply security controls, honour subject access requests, appoint a Data Protection Officer where required, and report qualifying breaches to the ICO within 72 hours.
Non-compliance: ICO enforcement notices, audits, fines, compensation claims and reputational damage.
Main purpose: to set the principles and rights governing the processing of personal data.
Seven principles: lawfulness, fairness and transparency; purpose limitation; data minimisation; accuracy; storage limitation; integrity and confidentiality (the security principle); and accountability.
Individual rights include: to be informed, of access, to rectification, to erasure, to restrict processing, to data portability, to object, and rights relating to automated decision making.
Impact on cyber security: the security principle and accountability principle require documented, tested controls and the ability to prove they exist.
Compliance steps: have a lawful basis for processing, minimise what is collected, secure it, keep records of processing, run data protection impact assessments for high-risk processing, and report a personal data breach to the ICO within 72 hours, telling affected individuals without undue delay where the risk to them is high.
Non-compliance: fines of up to £17.5 million or 4% of global annual turnover, whichever is higher, plus enforcement action and civil claims.
Main purpose: to provide a recognised framework for managing information security risk systematically, rather than control by control.
Impact on cyber security: it forces a risk-based approach, defined responsibilities, documented policies and continual improvement, rather than a one-off fix.
Compliance steps: define the scope of the ISMS, gain management commitment, carry out a risk assessment, select controls and record them in a Statement of Applicability, write the policies and procedures, train staff, run internal audits and management reviews, then pass a certification audit by an accredited body, followed by regular surveillance audits.
Benefits of meeting the standard: fewer and less severe incidents, evidence of due diligence that supports UK GDPR compliance, credibility with customers, and access to contracts and tenders that require certification.
The spec says you do not need to know the detailed contents of each Act, regulation or standard. You do need the latest version, the main purpose, the effect on cyber security, the steps to comply and the consequences of not complying. Learn the two headline numbers: 72 hours to report a breach, and £17.5m or 4% of global turnover.
Topic 6 - Job roles and responsibilities
6.1 General cyber security roles
The spec says this "does not include a detailed job description for each job role and qualifications required". Learn the main responsibilities and, above all, be able to say which role you would give a task from the scenario to, and why.
6.2 Communication skills
How communication skills increase cyber security risk: staff discussing systems in public or on social media hand attackers free reconnaissance; over-sharing on a support call gives away credentials or internal names; vague or jargon-heavy instructions mean controls are applied wrongly; unreported incidents stay hidden because nobody knew who to tell; and persuasive communication is the attacker's main tool, since social engineering, phishing and vishing all succeed through communication rather than code.
How communication skills contribute to mitigation development: interviewing staff and stakeholders surfaces the real working practices behind a vulnerability; clear written policies mean rules are actually followed; awareness training only works if delivered in language the audience understands; and persuading management to fund a control depends on explaining risk in terms of business impact, not technical detail.
How communication skills are used in incident response: taking a clear initial report from the person who noticed the event, using probing questions to establish exactly what happened and when; coordinating the response team calmly; keeping management updated with accurate, non-alarming summaries; notifying customers and the ICO in precise, factual terms; and writing the incident report so that others can act on it later.
Topic 1 - Network types, models, topologies and services
1.1 Network types
| Type | Purpose, use and characteristics | Advantages and disadvantages |
|---|---|---|
| PAN Personal Area Network | Connects one person's devices over a few metres, typically by Bluetooth, for example a phone to earbuds, a smartwatch or a car. | Advantages: cheap, no infrastructure, low power, quick to pair. Disadvantages: very short range, low data rates, few devices, and pairing can be abused if left discoverable. |
| LAN Local Area Network | Connects devices across one site such as an office, school or home. Owned and managed by the organisation, usually Ethernet cabled with switches. | Advantages: high speed, low latency, full control, easy resource and file sharing. Disadvantages: limited to one geographic site, cabling and hardware cost, and malware spreads quickly once inside. |
| Intranet | A private network of internal websites and services, available only to staff inside the organisation, used for policies, forms and internal news. | Advantages: central, controlled internal information, not reachable from the internet. Disadvantages: needs maintaining and quickly goes stale, and offers no access for external partners. |
| Extranet | A controlled extension of the intranet that lets named external parties such as suppliers, clients or partners access specific resources, normally over a login and a VPN. | Advantages: collaboration with partners without giving full network access. Disadvantages: extends the attack surface to third parties, and needs careful authentication and access rights. |
| WLAN Wireless LAN | A LAN where devices connect over Wi-Fi through wireless access points, using IEEE 802.11 standards. | Advantages: mobility, easy to add devices, little cabling. Disadvantages: slower and less reliable than cable, affected by interference and distance, and the signal leaves the building so it is easier to attack. |
| MAN Metropolitan Area Network | Connects sites across a town or city, for example a council's offices or a university's campuses, often over fibre. | Advantages: high speed across a city, links multiple LANs under one organisation. Disadvantages: expensive to build and maintain, and often depends on a third party provider's infrastructure. |
| WAN Wide Area Network | Connects sites over large distances, between cities or countries, using leased lines and public infrastructure. The internet is the largest WAN. | Advantages: connects an organisation nationally or globally and supports remote sites. Disadvantages: highest cost, higher latency, lower speeds than a LAN, and relies on third party links. |
| SAN Storage Area Network | A dedicated high-speed network that presents pooled block storage to servers, so the storage appears local to them. Used in data centres and virtualisation. | Advantages: very fast, highly scalable, centralised backup, no load on the main LAN. Disadvantages: expensive, complex, and needs specialist skills and hardware. |
| VPN Virtual Private Network | Creates an encrypted tunnel across a public network so a remote user or site behaves as though it is on the private network. | Advantages: secure remote access, cheaper than leased lines, protects traffic on public Wi-Fi. Disadvantages: reduces speed, adds latency and licensing cost, and a compromised remote device gains a trusted route in. |
1.2 Network models
1.3 Network topologies
A physical topology is how the devices and cables are actually laid out. A logical topology is how the data actually flows between them, which is often different: a wireless network is physically a set of independent radio links but logically behaves as a star centred on the access point.
The spec explicitly excludes bus and ring topologies from F194. Do not spend revision time on them, and do not offer them as an answer.
1.4 Network services
Topic 2 - Network layers, protocols and addressing
2.1 Network layers: the TCP/IP model
The TCP/IP layer model divides communication into four layers. Each layer has one job and provides a service to the layer above it, so protocols and hardware can be changed at one layer without rewriting the others.
| Layer | Function | Examples | Data unit |
|---|---|---|---|
| Application | Provides network services directly to the user's software, and formats the data being sent. | HTTP, HTTPS, FTP, SMTP, IMAP, POP, DNS, DHCP, NTP | Data |
| Transport | Splits data into segments, controls the end-to-end conversation, and adds port numbers so the data reaches the right application. Handles reliability, ordering and flow control where TCP is used. | TCP, UDP | Segment (TCP) or datagram (UDP) |
| Internet | Adds logical (IP) addressing and routes packets across networks between source and destination. | IP, ICMP, ARP | Packet |
| Network access | Puts data onto the physical medium and delivers it on the local link using physical (MAC) addresses. Covers the cabling, signalling and network card. | Ethernet, Wi-Fi (802.11) | Frame, then bits |
Encapsulation happens as data travels down the layers on the sending device. Each layer wraps the data from the layer above in its own header, so the application layer hands its data down, the transport layer adds port numbers, the internet layer adds source and destination IP addresses, and the network access layer adds MAC addresses and a trailer for error checking.
Decapsulation is the reverse on the receiving device. Data moves up the layers and each layer strips off and reads its own header, then passes the payload upward, until the original data reaches the correct application.
F194 uses the four-layer TCP/IP model only. The spec states it "does not include the OSI model", so do not answer with seven layers.
2.2 Network protocols
A protocol is an agreed set of rules that governs how devices format, transmit and receive data, so that equipment from different manufacturers can communicate.
The TCP against UDP comparison is a near-certain question. Answer with the three points that earn marks: connection-oriented against connectionless, reliable with acknowledgements and retransmission against no guarantee of delivery, and higher overhead and latency against lower overhead and speed. Then give a suitable use for each.
2.3 Network addressing
How devices obtain an IP address. Either it is entered manually as a static address, or DHCP assigns one through the four-step DORA exchange: Discover, the client broadcasts a request for a server; Offer, a DHCP server offers a free address; Request, the client asks to take that address; Acknowledge, the server confirms and issues the lease with the mask, gateway and DNS details. If no server replies, the client falls back to APIPA.
Worked subnet calculation. A company has 192.168.1.0/24 and needs four subnets.
Two addresses are always lost per subnet: the network address (all host bits 0) and the broadcast address (all host bits 1), which is why usable hosts are 2h minus 2, where h is the number of host bits.
Show your working for subnet questions, since method marks are available even if the final figure is wrong. Write down the number of borrowed bits, the mask, the block size, and then the ranges.
Topic 3 - Wired network components
3.1 Communications media
Transmission media fall into two categories in F194: copper media, which carry data as electrical signals, and optical media, which carry it as pulses of light.
Justify a choice of medium against the scenario: fibre for a long run between buildings or where interference is a problem, STP for a factory floor, UTP for ordinary office desks, and note the 100 metre limit on copper if the distance in the question is greater.
3.2 Network connection devices
The classic comparison is router against switch: a switch connects devices inside one network using MAC addresses, a router connects separate networks using IP addresses. Say which layer each works at, and give a use for each in the scenario.
3.3 Host devices
A host is any end device that uses the network to send or receive data, as opposed to the infrastructure that moves the data.
Topic 4 - Mobile and wireless networks
4.1 Wireless transmission media
4.2 Connectivity: cellular technologies and hardware
4.2.1 Technologies used in connecting cellular and mobile networks. All of these are ways of letting many users share the same limited radio spectrum.
4.2.2 Hardware used in connecting mobile and wireless networks.
4.3.1 Mobile and wireless network concepts
4.3.2 Radio Frequency (RF) concepts
4.3.3 Mobile network antennas
Antenna choice is a favourite application question. Match the pattern to the shape of the space: omni-directional for an open office, bi-directional for a corridor or warehouse aisle, semi-directional to cover one area or to aim a link at a nearby building.
4.4 Networking standards
4.4.1 Mobile networking standards: broadband cellular generations.
| Generation | Key properties | What it enabled |
|---|---|---|
| 1G | Analogue voice, no encryption, low capacity. | Mobile phone calls only. |
| 2G | Digital, GSM based on TDMA, SIM cards, encrypted air interface. | Clearer calls, SMS, basic data, roaming. |
| 3G | Higher data rates, packet data alongside circuit-switched voice. | Mobile internet, email and video calling. |
| 4G / LTE | All-IP and fully packet switched, OFDM-based, much lower latency. | HD streaming, video conferencing and app-driven services. |
| 5G | Very high data rates, very low latency, and support for a huge density of connected devices, using both sub-6 GHz and millimetre wave spectrum. | IoT at scale, remote control of machinery, AR and VR, and fixed wireless broadband. Millimetre wave has very short range, so many small cells are needed. |
Wideband wireless digital communication systems.
4.4.2 Wireless networking standards.
4.5 Global Positioning System (GPS)
Purpose: to provide position, velocity and precise time anywhere on Earth, using a constellation of satellites in orbit.
How it works: each satellite continuously broadcasts its position and a very accurate timestamp. The receiver measures how long each signal took to arrive and calculates its distance from that satellite. With signals from at least four satellites it can fix latitude, longitude and altitude by trilateration, the fourth being needed to correct the receiver's own clock error.
Features and properties: the receiver is passive, meaning it only listens and transmits nothing, so an unlimited number of users can be served at once. The service is free at the point of use, works worldwide, and provides the accurate timing that many networks and financial systems depend on.
Uses: navigation and mapping, vehicle and asset tracking, fleet management, geofencing and location-based apps, emergency service dispatch, surveying, and time synchronisation of network equipment.
Topic 5 - Network performance
5.1 Network performance indicators
Do not treat bandwidth and throughput as the same thing. Bandwidth is the theoretical maximum, throughput is what is really achieved, and latency is the delay, which is independent of both. A satellite link can have high bandwidth and terrible latency.
5.2.1 Units of data transfer rate measurement
Data transfer rate is the amount of data moved per unit of time, normally quoted in bits per second (bps), and scaled as kbps, Mbps, Gbps. File sizes, by contrast, are quoted in bytes, so almost every calculation needs a conversion.
Binary and metric units are not the same thing, and mixing them is a common source of lost marks:
| Binary (powers of 1024) | Value | Metric / decimal (powers of 1000) | Value |
|---|---|---|---|
| Kibibyte (KiB) | 1024 bytes | Kilobyte (KB) | 1000 bytes |
| Mebibyte (MiB) | 1024 KiB | Megabyte (MB) | 1000 KB |
| Gibibyte (GiB) | 1024 MiB | Gigabyte (GB) | 1000 MB |
| Tebibyte (TiB) | 1024 GiB | Terabyte (TB) | 1000 GB |
| Pebibyte (PiB) | 1024 TiB | Petabyte (PB) | 1000 TB |
| Exbibyte (EiB) | 1024 PiB | Exabyte (EB) | 1000 PB |
Converting between units: multiply by 8 to go from bytes to bits, and divide by 8 to go from bits to bytes. Then scale by 1000 for metric units or 1024 for binary units.
What counts as a good data transfer rate depends entirely on what the network has to carry. A VOIP call needs roughly 100 kbps, standard definition video around 3 Mbps, HD video 5 to 10 Mbps and 4K video around 25 Mbps, so a good rate is one that covers the peak demand of all simultaneous users with headroom to spare.
Typical rates by network type and medium:
| Medium or network | Typical data transfer rate |
|---|---|
| Bluetooth (PAN) | 1 to 3 Mbps, and lower for Bluetooth Low Energy |
| Wi-Fi (WLAN) | Tens of Mbps to over 1 Gbps depending on the 802.11 standard, band and distance |
| Ethernet over twisted pair (LAN) | 100 Mbps, 1 Gbps or 10 Gbps |
| Fibre optic backbone | 10 Gbps and above |
| 4G cellular | Tens of Mbps |
| 5G cellular | Hundreds of Mbps, up to around 1 Gbps in good conditions |
| WAN and leased lines | Whatever is purchased, and normally the slowest link in the chain |
5.2.2 Network performance calculations
Three formulae are named in the spec and must be learned:
Worked example 1: bandwidth requirements. An office runs three applications at the same time.
Worked example 2: duration of a transfer. A 2 GB backup is sent over a 50 Mbps link.
Worked example 3: data transfer speed. A 500 MB file arrives in 40 seconds.
Best case against typical calculations. A best case calculation uses the full advertised bandwidth of the link, assuming no overheads, no other users and perfect conditions. A typical calculation uses the throughput realistically achieved, which is lower because of protocol overheads, contention with other users, interference and retransmissions. The typical figure is the honest one to give a client.
Set every calculation out in steps, and state the units at each stage. The two errors that cost marks are forgetting to convert bytes to bits by multiplying by 8, and mixing binary units with metric units in the same calculation.
5.3 Factors affecting network performance
| Factor | Effect on performance | How it is resolved |
|---|---|---|
| Bandwidth | If the capacity of the link is lower than demand, traffic queues and everything slows during busy periods. | Upgrade the connection, apply quality of service to prioritise voice and video, schedule backups and large transfers out of hours. |
| Data Transfer Rate | A low rate makes transfers take longer and delays access to files and services. | Faster media and hardware, compression, caching, and removing the slowest link in the path. |
| Distance | Signals attenuate over distance, causing errors, retransmission and a drop in speed, and copper is limited to 100 metres. | Repeaters or switches within the run, fibre for long distances, and additional access points for wireless coverage. |
| Environmental | Heat, damp, dust and unstable power cause devices to throttle, fail or restart. | Air conditioning and ventilation in comms rooms, clean filtered power with a UPS, and proper enclosures. |
| Interference | Electromagnetic interference from motors, lighting and other radio equipment corrupts data, forcing retransmission. Neighbouring Wi-Fi on the same channel does the same. | STP or fibre in noisy areas, route cables away from power lines, change the Wi-Fi channel or move to 5 GHz, and run a site survey. |
| Intervening objects | Walls, floors, metal shelving, lift shafts and water absorb or reflect wireless signals, creating dead spots. | Reposition access points, add more of them, use appropriate antennas, or cable the area instead. |
| Jitter | Variation in packet arrival times, which breaks up voice and video even when average speed is fine. | Quality of service prioritisation, jitter buffers, reducing congestion, and using wired links for voice. |
| Latency | Delay before data starts to arrive, making interactive applications feel unresponsive. | Fewer hops, local caching or content delivery networks, faster hardware, and hosting services closer to users. |
| Medium | The cable or radio technology sets the ceiling: Cat5e cannot match Cat6a, and copper cannot match fibre. | Upgrade the cabling category or move to fibre for backbones and long runs. |
| Reliability | Faulty hardware, damaged cable and dropped connections cause errors, retransmission and outages. | Replace failing components, use redundant links and devices, monitor proactively, and keep firmware patched. |
| Signal strength | A weak wireless signal forces devices onto slower, more robust modulation schemes, so throughput falls with distance. | Move closer or add access points, use higher-gain or directional antennas, and remove obstructions. |
| Throughput | Actual delivered data can be far below the headline bandwidth because of overheads and contention, which is what users notice. | Reduce congestion, segment the network with VLANs to cut broadcast traffic, upgrade switches, and use full duplex links. |
Topic 6 - Cloud networks
6.1.1 Cloud types
6.1.2 Cloud service models
The models differ in how much the provider manages and how much the customer manages. Moving from IaaS to SaaS means less control and less responsibility.
6.1.3 Cloud computing techniques
6.2 Network virtualisation
Virtualisation creates a software-based version of a physical resource, so that one set of hardware can be divided into many logical resources, or many resources can be presented as one.
Link virtualisation back to cyber security in F193: segmentation and isolation limit lateral movement, snapshots speed up recovery, and desktop virtualisation keeps data off endpoints. The trade-off to mention is that the hypervisor becomes a single high-value target.