Skip to content

✍ 09: Network Risk Management — Exercises

Network Systems

Module 09: Network Risk Management 12 questions

Home Notes All Exercises Quiz

Tip

Practice — try each question first, then expand the answer to check your reasoning.

Work through each question, then click ▶ Show answer to check yourself. Review the notes if you get stuck.


🔹 Q1. Define vulnerability, threat, and risk, and state the relationship.

Show answer - **Vulnerability** — a weakness. - **Threat** — something that could exploit it. - **Risk** — the **likelihood × impact** of that exploitation. Controls reduce likelihood and/or impact.

📁 Q2. Map each to the CIA triad: (a) ransomware encrypting files, (b) altering a bank balance, (c) eavesdropping on unencrypted traffic.

Show answer - (a) Ransomware → **Availability** (and often Confidentiality). - (b) Altering a balance → **Integrity**. - (c) Eavesdropping → **Confidentiality**.

🔹 Q3. Distinguish a vulnerability scan from a penetration test.

Show answer A **vulnerability scan** automatically *finds and reports* known weaknesses. A **penetration test** *actively exploits* them (with authorization) to demonstrate real-world impact.

🔹 Q4. A user gets an urgent email "from IT" asking for their password. Name the attack category and the best organizational defense.

Show answer **Social engineering (phishing)**. Best defense: **user security-awareness training** (plus email filtering and **MFA** so a stolen password isn't enough).

🔹 Q5. Distinguish a virus, a worm, and a Trojan.

Show answer - **Virus** — needs a host file + user action to spread. - **Worm** — self-replicates across networks, no user action. - **Trojan** — disguised as legitimate software; the user runs it.

❓ Q6. What is a zero-day vulnerability?

Show answer A flaw that is **exploited before the vendor has a patch** (defenders have had "zero days" to fix it) — especially dangerous because signature defenses may not detect it.

🔹 Q7. What do CVE and CVSS refer to?

Show answer - **CVE** — a uniquely numbered, publicly cataloged known vulnerability (e.g., CVE-2021-44228). - **CVSS** — a **severity score** (0–10) based on exploitability and impact, used to prioritize remediation.

🔹 Q8. What are the four risk responses? Give an example of each.

Show answer - **Mitigate** — reduce with controls (add a firewall). - **Transfer** — shift the cost (cyber-insurance). - **Avoid** — stop the risky activity (discontinue a service). - **Accept** — tolerate a low/low risk.

🔹 Q9. Explain least privilege and separation of duties.

Show answer - **Least privilege** — give each user/process only the minimum access needed, shrinking the attack surface and containing damage. - **Separation of duties** — split critical tasks among people (e.g., request vs. approve) so no one can complete a sensitive process alone.

🔹 Q10. A company sets RTO = 4 hours and RPO = 1 hour. What does each require operationally?

Show answer - **RTO = 4 h** — the service must be restorable within 4 hours (drives redundancy/DR readiness). - **RPO = 1 h** — no more than 1 hour of data loss (backups/replication must run at least hourly).

❓ Q11. What is the 3-2-1 backup rule, and why does it defend against ransomware?

Show answer **3 copies**, on **2 different media**, with **1 offsite** (ideally offline/immutable). The offline/immutable copy is unreachable by ransomware, so recovery is still possible.

🔐 Q12. Name one physical and one detective security control.

Show answer - **Physical:** badge reader, lock, mantrap, or fence. - **Detective:** CCTV footage, IDS alerts, log review, or audits (they reveal that an event happened).

⬅️ Prev: Module 08 · 📚 All Exercises · Next: Module 10 — Security in Network Design ➡️