1202
How TCP and UDP packets come to the world
(lemmy.one)
Post funny things about programming here! (Or just rant about your favourite programming language.)
No no, it's not "broadcasted". It still has a fixed sender and receiver IP address, but UDP doesn't verify whether the receiver got the data or not. You can implement that over UDP, but you have to do it yourself.
With TCP, the packet will retransmitted automatically if the receiver didn't tell the sender "yep, I got it".