awesome-everything RU
↑ Back to the climb

Networking & Protocols

Network security: multiple-choice review

Crux Multiple-choice synthesis across the network-security unit: attack vectors, amplification economics, rate-limiting tradeoffs, WAF tuning, mTLS identity, and RPKI/ROV.
Your altitude — climbing toward senior
ZeroJuniorMiddleSenior
You are at senior altitude — in orbit
◷ 13 min

Six questions that cut across the whole unit. Each mirrors a call you make mid-incident — which layer is failing, which knob actually moves the attacker’s cost — not a definition to recite.

Goal

Confirm you can connect attack vector to defense layer: which tool stops which attack, why amplification and Rapid Reset bypass naive limits, and why some defenses (RPKI without ROV, HSTS without preload) are cosmetic on their own.

Quiz

An attacker rents a botnet pushing 1 Gbps directly, then pivots to memcached reflection at a 1,024x amplification factor with the same 1 Gbps of upstream. What changes, and why is it harder to stop?

Quiz

A public API uses a strict fixed-window limit of 100 req/min per IP. A scraper consistently pulls ~200 requests in a few seconds without ever being blocked. What is the mechanism, and which algorithm fixes it cheaply?

Quiz

Black Friday is in three days. Your WAF at PL2 blocks ~70% of an ongoing L7 attack; raising it to PL4 reaches ~95% coverage but pushes legitimate-customer false positives to ~5%. What is the senior move?

Quiz

A platform team proposes locking down service-to-service traffic with network IP allowlists (only pods in subnet 10.2.0.0/16 may call payments). Why does a senior engineer push for mTLS instead?

Quiz

Your prefixes all have valid RPKI ROAs published, yet a hijacked announcement from an unauthorized AS still pulls a chunk of your traffic away for an hour. How is that possible?

Quiz

You front everything with a CDN, rate limits, and a WAF. The attacker switches to GET requests with a unique ?x=random per request against your most expensive query; cache-hit rate collapses from 95% to 5% and the origin database melts. Which layer actually saves you?

Recap

The through-line is one map: attack vector to defense layer. Amplification turns a small attacker into a volumetric flood you must absorb at an anycast edge, not blocklist. Rate-limiter choice is a tradeoff — fixed window leaks at the boundary, the sliding-window counter fixes it at O(1). WAF paranoia trades coverage for false positives, so you pair a moderate WAF with load-reactive adaptive concurrency rather than chasing perfect content matching. mTLS gives identity that IP allowlists cannot. And RPKI without ROV — like HSTS without preload — is only half a control. No single layer stops every vector; that is the entire premise of defense in depth.

Continue the climb ↑Network security: free-recall review
shortcuts expand
search
K
prev piece
k
next piece
j
cycle tier
t
this menu
?
sources3
expand
  1. 01
  2. 02
  3. 03

Trademarks belong to their respective owners. Editorial reference only.