ABSTRACT

UDP (as letters) abbr. A connectionless transport layer protocol. Short for User Datagram Protocol. RFC 768. Network packets sent via UDP cannot be larger than the MTU, can get lost in transmission, and could arrive out of order. If your application needs any of these things and can’t work around these problems easily, use TCP instead.