4 — Caching
Purpose
[stub: caching]
Metadata
| Author | Amit Singh |
| Scope | networks |
Local graph
Related notes
1 — Network Performance
Bandwidth vs. latency, bufferbloat, tail latency, and head-of-line blocking as the performance concepts that separate a fast network from a merely working one.
2 — Connection Management
Connection pools, keep-alive, timeouts, retries, and circuit breakers as the client-side levers for managing unreliable network connections.
3 — Compression
gzip, Brotli, and HTTP compression as the payload-optimization techniques that trade CPU for bandwidth.
5 — Network Benchmarking
iperf, wrk, k6, Vegeta, and tc as the tools used to actually measure and simulate network performance.