/
UDP versus TCP
UDP versus TCP
UDP does not guarantee that data will be received.
TCP can be thought of as a layer of abstraction on top of UDP which guarantees order of delivery - so under the hood there has to be retry logic etc.
, multiple selections available,
Related content
TCP/IP is a stream protocol
TCP/IP is a stream protocol
More like this
What is a TCP/IP server?
What is a TCP/IP server?
More like this
TCP/IP Framing Protocol
TCP/IP Framing Protocol
More like this
Product X can handle any type of TCP/IP protocol
Product X can handle any type of TCP/IP protocol
More like this
A brief history of sockets
A brief history of sockets
More like this
Handling large amounts of data with sockets and an event loop
Handling large amounts of data with sockets and an event loop
More like this