|
|
|
|
|
by daniel_levine
4646 days ago
|
|
This. I've studied traffic extensively and if you ever wonder how it works, it is actually quite similar to any other network. Imagine road traffic is the same as traffic through your servers. There are hard bottlenecks at various points, but in practice what matters is planning for variability. Real-life situations like someone cutting you off, people rubber-necking, the natural commute tendencies etc tend to be much more impactful. Unlike with servers, you can't just spin up a new lane, and "packet loss" is pretty much unacceptable :) EDIT: For all you infra folks out there, imagine not being able to dynamically provision resources, no packet loss and worse, the packets can basically do what they want. That includes things like crashing into each other and stopping any other packets from making it through. |
|