TCP and UDP
- The transport layer is implemented by either TCP or UDP.
- The Transmission Control Protocol make sure that
all packets are received, and in order. It uses numbering
and re-sending. RFC 761
- User datagrams allow lost and unordered
packets. It is thus faster than TCP. RFC 768
José M. Vidal
.
5 of 24