UDP, the User Datagram Protocol, is a transport layer protocol. It is unreliable in the sense that a packet is not guaranteed to arrive at its destination, but provides greater flexibility to an application that wishes to do its own flow control, and can be used in places where a connection-oriented approach is not appropriate (like multicast.)

NFS, DNS, and RealPlayer use UDP.