UDP isn’t really connection-less, it just doesn’t verify the connection.
TCP protocol has a handshake that establishes a connection, something like:
– Hey Remote System, Sender here, I have some data for you
– Remote System here, ready and waiting for your data
– Ok, here’s your data
– Thank you Sender, I got got your data
In UDP, Sender just sprays data at Remote System, and whatever happens to it happens to it, not Sender’s problem
Latest Answers