TCP vs UDP: When to Use What, and How TCP Relates to HTTP
UDP :
UDP stands for User Datagram Protocol. It works at Transport Layer of the OSI Model.
UDP is an unreliable and connectionless transport protocol.
Sending a small message using UDP takes much less interaction between the sender and receiver th...
shubhamagnihotri.hashnode.dev3 min read