2 — Connection Management
Purpose
[stub: connection-management] — see also patterns/04-microservice-patterns/07-circuit-breaker for real, non-stub content on the circuit-breaker mechanics.
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.
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.