December 2015
Intermediate to advanced
292 pages
6h 16m
English
There are several differences between TCP and UDP. These differences include the following:
When a packet is sent using TCP, the packet is guaranteed to arrive. If it is lost, then it is re-sent. UDP does not offer this guarantee. If the packet does not arrive, then it is not re-sent.
TCP preserves the order that packets are sent in, while UDP does not. If the TCP packets arrive at a destination in a different order than how they were sent, TCP will reassemble the packets in their original order. With UDP, this ordering is not preserved. ...
Read now
Unlock full access