Practice Flashcards
What does a firewall do?
Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.
All Flashcards in Topic 2.4
Below are all 20 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.
2.4.15 cards
What does a firewall do?
Sits where the network meets the outside world and inspects every packet crossing it, allowing or dropping each one by rule — on outgoing traffic as well as incoming.
What is the difference between a whitelist and a blacklist?
A whitelist allows only what is listed and blocks everything else: safe by default but restrictive. A blacklist blocks only what is listed: convenient, but anything not yet known about gets through, so it is always a step behind.
Why do outgoing firewall rules matter?
They stop an already-infected machine sending stolen data out or contacting whoever controls it. Most answers mention only incoming traffic, so this is a reliable extra mark.
Name three things a firewall cannot protect against.
Traffic that never crosses it, such as malware on a USB stick or one internal machine infecting another; the contents of encrypted connections, which it cannot read; and attacks delivered over ports the rules legitimately allow.
How does NAT contribute to security, and what are its limits?
Internal machines have private addresses that are not routable, so nothing outside can address them directly — only reply to conversations they start. But NAT does nothing about outgoing traffic, what an allowed connection carries, or anything inside the network.
2.4.25 cards
Vulnerability, attack or threat?
A **vulnerability** is the weakness. An **attack** is someone using it. A **threat** is the person or group who might.
Virus or worm?
A **virus** needs a user to run the infected file. A **worm** spreads **by itself** across a network, which is why it moves so fast.
What does packet sniffing require?
**Unencrypted** traffic passing the attacker's machine. Encryption makes what is captured unreadable.
Why does blocking one address not stop a DDoS?
It is **distributed** — traffic arrives from many machines at once, usually ordinary computers that were themselves compromised.
Why are people the weakest link?
**Urgency defeats caution** and authority is rarely questioned. One person in a thousand clicking is enough, and emailing thousands costs nothing.
2.4.35 cards
What is defence in depth?
Layered controls, so that **one failing does not end the matter** — assume the firewall will eventually be got past.
Which single control gives the most protection?
**Multi-factor authentication.** It turns a stolen password into a failed login, and stolen passwords cause most breaches.
What does a firewall not stop?
Anything **already inside**, and anything carried over a connection it was configured to **allow** — such as malware in ordinary web traffic.
Why must backups be tested and offline?
An untested backup fails when needed, and one reachable from the network can be **encrypted by ransomware along with everything else**.
Why can a strict policy reduce security?
People **work around** what they cannot follow — writing passwords down, using personal accounts, and not reporting mistakes.
2.4.45 cards
What is the difference between symmetric and asymmetric cryptography?
Symmetric uses one key to both lock and unlock — fast, but the key must reach the other end safely. Asymmetric uses two matched keys: a public one anyone may have and a private one that never leaves, so nothing secret has to travel.
Which key encrypts and which decrypts in asymmetric cryptography?
For confidentiality, the recipient's public key encrypts and only their matching private key can decrypt. That is why the public key can be handed to anyone without weakening anything.
What is a digital certificate?
An organisation's public key together with its identity, signed by a certificate authority the browser already trusts. It proves the public key really belongs to who it claims, which a bare public key cannot.
Why does HTTPS use both symmetric and asymmetric encryption?
Asymmetric solves the problem of agreeing a key safely but is slow. So it is used once to agree a symmetric key, and all the actual traffic is then encrypted symmetrically because that is much faster for bulk data.
Why does key management matter as much as the encryption itself?
Keys must be generated properly, stored where nobody else can reach them, replaced periodically and revoked immediately if they leak. A private key that escapes makes every message ever sent with it readable, however strong the algorithm.
Topic 2.4 study notes
Full notes & explanations for Network security
Computer Science exam skills
Paper structures, command terms & tips
Want smart review reminders?
Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.
Start Free