awesome-everything RU
↑ Back to the climb

Networking & Protocols

Putting it together: multiple-choice review

Crux Cross-track multiple-choice synthesis for the networking capstone — one URL through DNS, TCP/QUIC, TLS, proxy gates, render, and the cascade defenses that keep it standing.
Your altitude — climbing toward senior
ZeroJuniorMiddleSenior
You are at senior altitude — in orbit
◷ 13 min

Six questions that each cut across several chapters of the track at once. None is a single-lesson definition — each is a decision a senior engineer makes when a real page load misbehaves and the cause could live in any layer.

Goal

Confirm you can reason about the whole stack as one system: which layer owns a symptom, which optimisation removes round-trips versus shortens them, and how a single slow dependency turns into a site-wide outage.

Quiz

A returning user loads a CDN-fronted page. You want the biggest single cut to time-to-first-byte. Which lever wins, and why?

Quiz

On a warm return visit over HTTP/3 the request is sent inside the QUIC Initial packet, before the server replies. The handler creates an order row. What is the correct server behaviour and why?

Quiz

A botnet of 10,000 residential IPs each sends about 1 req/s. Your per-IP rate limit is 5 req/s and your WAF sees ordinary browser fingerprints. The origin is buckling. What actually stops this?

Quiz

The network finishes in 150 ms but LCP fires at 3.2 s. The hero image is injected by JavaScript after framework boot. What is the root cause and the highest-leverage fix?

Quiz

A third-party API slows to 5 s. Within 30 s the whole site is down, though that API powers only checkout. Which combination of defenses would have contained the blast radius?

Quiz

A commuter on a train reports the app reloads each time the train enters a tunnel and the phone hops WiFi to cellular. The app runs HTTP/3. Where is the deployment bug?

Recap

The through-line of the whole track is one system: a fixed phase chain (DNS, TCP/QUIC, TLS, proxy gates, origin, render) where round-trip count is the latency lever, and where removing round-trips (edge cache, 0-RTT, pooling) beats shortening them. The same composition fails as a system — distributed floods slip past per-IP limits, a late-discovered hero defeats the preload scanner, one slow dependency cascades through uncoordinated retries, and a connection-ID-blind load balancer breaks QUIC migration. Senior debugging is knowing which layer owns the symptom and which defense bounds the blast radius.

Continue the climb ↑Putting it together: 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.