1 — Network Performance
Purpose
[stub: network-performance]
Metadata
| Author | Amit Singh |
| Scope | networks |
Local graph
Related notes
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.
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.