TCP vs UDP: When to Use What, and How TCP Relates to HTTP
What are TCP and UDP?
TCP (Transmission Control Protocol)
TCP establishes a connection before data transmission.
Makes sure data is not lost
Sends data in the correct order
If something is lost, TCP resends it
Accuracy is more important than spee...
1tcpudp.hashnode.dev3 min read