15. Review Questions

Conceptual Questions

  1. Why is TCP more vulnerable to state-exhaustion attacks than IP?
  2. Why does DNS caching improve performance but also create security risk?
  3. What is the difference between phishing and pharming?
  4. Why can a low-rate Shrew attack still be highly damaging?
  5. Why is source-IP spoofing especially useful in some DoS attacks?
  6. What makes buffer overflow a control-flow problem and not just a crash problem?
  7. Why are worms typically more dangerous at internet scale than viruses?
  8. Why can SYN scanning reveal open ports without fully establishing connections?
  9. Why are salted password hashes more resistant to rainbow-table attacks?
  10. Why is Slowloris considered an application-layer attack?
  11. What is the difference between SQL injection and XSS?
  12. Why do standard protocols such as IRC or HTTP help botnets hide?
  13. Why can spear phishing succeed even in well-engineered networks?
  14. Why does sandboxing help mobile security?
  15. Why are side-channel attacks different from ordinary software-input attacks?

Applied Questions

  1. A server shows many half-open connections. Which attack should you suspect first, and why?
  2. A resolver suddenly sends users to the wrong IP address for a legitimate domain. What attack categories should you investigate?
  3. Authentication logs show repeated attempts for usernames like admin, root, and oracle. What is the likely attack type?
  4. A web server remains responsive to pings but new HTTP clients hang. Which attack classes could explain this?
  5. A browser executes injected script after a victim clicks a crafted link. What type of vulnerability is this?
  6. A company sees thousands of compromised webcams sending traffic to one target. What major security story does this resemble?
  7. A smartcard reveals secret-dependent timing variation. What attack family does that indicate?


Back to top

Educational material for undergraduate network security students.

This site uses Just the Docs, a documentation theme for Jekyll.