Home Page : Glossary : "U" : UDP

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.

Relevant links:

2. UseNet Death Penalty. cf UseNet.

Relevant links:

Can you add to this definition? If so please Report an Observation. Do you know of a relevant link to add under this definition? If so please Add a Link.