3 — Compression
Purpose
[stub: compression]
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.
4 — Caching
Browser cache, CDN cache, reverse-proxy cache, and application cache as the layered caching strategy behind most low-latency systems.
5 — Network Benchmarking
iperf, wrk, k6, Vegeta, and tc as the tools used to actually measure and simulate network performance.