|
UDP: This is a communications
transport protocol layer that is an alternative
to the Transmission Control Protocol (TCP) layer.
Like TCP, it interfaces with the Internet Protocol
(IP) layer. UDP, however, does not provide the
data gathering reliability of TCP. For example,
it does not provide sequencing of the packets
that the data arrives in. This means that the
application program must be able to provide these
services.
|