www.cryer.co.uk
Brian Cryer's Web Resources

UDP

UDP
1. User Datagram Protocol. Like TCP, UDP sits above IP, but unlike TCP it is a connectionless communications protocol (meaning there is no handshaking between the sender and receiver). It provides a "best-effort" delivery, and neither the arrival or correct sequencing of datagrams is guaranteed. Datagrams can therefore go missing without any form of notification.

UDP is used by applications that do not require an acknowledgement and which send only small amounts of data. It is typically used to broadcast information over a network.

For more information see:

2. UseNet Death Penalty. cf UseNet.

For more information see: