The difference between TCP and UDP? 3 Answers How does an embedded system implement audio playback? 3 Answers The difference between NOR flash and NAND flash 3 Answers Join Goodix Developer Community and Win a FREE Ticket to CES 2020 ! 2 Answers [GIVEAWAY] Want a Free Ticket for Mobile World Congress 2020? Share Your Voice and Join Us! 2 Answers
What’s the difference between TCP and UDP?
TCP is connection-oriented while UDP is connection-free, that is, UDP
requires no link connection before sending data.
TCP guarantees data delivery while UDP only guarantees data transmission. UDP
does not guarantee that data is successfully delivered.
UDP supports four
connection mechanisms: point-to-point, point-to-multipoint, multipoint-to-point,
and multipoint-to-multipoint. TCP only supports point-to-point connection.
Hot Latest
3 Answers