It's the Latency, Stupid
Stuart Cheshire
Argues that many performance problems blamed on insufficient bandwidth are actually caused by latency, which no amount of added bandwidth can fix.
link checked 17 Sept 2026Computer Science · Computer Networks
A topic within Computer Networks, itself one of 11 topics in that field and part of Computer Science.
No prior grounding assumed.
It's the Latency, Stupid
Stuart Cheshire · 1996
Argues that many performance problems blamed on insufficient bandwidth are actually caused by latency, which no amount of added bandwidth can fix.
Assumes you know the vocabulary.
The Tail at Scale
Jeffrey Dean & Luiz André Barroso · 2013
Argues that once a single request touches thousands of servers, tail latency rather than average latency determines what a user actually experiences,…
Primary sources and full treatments.
End-to-End Arguments in System Design
Jerome H. Saltzer, David P. Reed & David D. Clark · 1984
Argues a function should be implemented at the network's endpoints rather than inside the network itself whenever the endpoints must check it anyway,…
3 works
Stuart Cheshire
Argues that many performance problems blamed on insufficient bandwidth are actually caused by latency, which no amount of added bandwidth can fix.
link checked 17 Sept 2026Jeffrey Dean & Luiz André Barroso
Argues that once a single request touches thousands of servers, tail latency rather than average latency determines what a user actually experiences, and shows techniques such as hedged requests that tame it.
link checked 17 Sept 2026Jerome H. Saltzer, David P. Reed & David D. Clark
Argues a function should be implemented at the network's endpoints rather than inside the network itself whenever the endpoints must check it anyway, since duplicating it lower down only adds cost.
link checked 17 Sept 2026