5 — Network Benchmarking
Purpose
[stub: network-benchmarking]
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.
4 — Caching
Browser cache, CDN cache, reverse-proxy cache, and application cache as the layered caching strategy behind most low-latency systems.