TCP vs UDP: When to Use What, and How TCP Relates to HTTP
What are TCP and UDP (at a very high level)
TCP (Transmission Control Protocol)
“I care that everything arrives correctly.”
Makes sure all data is delivered
Sends data in the right order
If something is lost, it resends it
Slower, but reliable
...
thewebdevsite.hashnode.dev4 min read