Back to all Computer Science topics
Topic 2.4Computer Science SL10 flashcards

Network security

Practice Flashcards

Flip cards to reveal answers
Card 1 of 102.4.1
2.4.1
Question

What does a firewall do?

Click to reveal answer

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 10 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.

2.4.15 cards

Card 1definition
Question

What does a firewall do?

Answer

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.

Card 2comparison
Question

What is the difference between a whitelist and a blacklist?

Answer

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.

Card 3concept
Question

Why do outgoing firewall rules matter?

Answer

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.

Card 4concept
Question

Name three things a firewall cannot protect against.

Answer

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.

Card 5concept
Question

How does NAT contribute to security, and what are its limits?

Answer

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.45 cards

Card 6comparison
Question

What is the difference between symmetric and asymmetric cryptography?

Answer

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.

Card 7concept
Question

Which key encrypts and which decrypts in asymmetric cryptography?

Answer

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.

Card 8definition
Question

What is a digital certificate?

Answer

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.

Card 9process
Question

Why does HTTPS use both symmetric and asymmetric encryption?

Answer

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.

Card 10concept
Question

Why does key management matter as much as the encryption itself?

Answer

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.

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
IB Computer Science SL Topic 2.4 Flashcards | Network security | Aimnova