icon
Published on

What every developer should know about TCP

Authors

Content

What every developer should know about TCP | Roberto Vitillo's Blog

https://robertovitillo.com/what-every-developer-should-know-about-tcp/

  • https://robertovitillo.com/what-every-developer-should-know-about-tcp/
  • What every developer should know about TCP
  • Why do you need to place your servers geographically close to your users? One of the reasons is to achieve lower latencies. That makes a lot of sense when you are sending short bursts of data that should be delivered as quickly as possible. But what about large files, such as videos? Surely there is a latency penalty for receiving the first byte, but shouldn’t it be smooth sailing after that?