From LQWiki
UDP = User Datagram Protocol. UDP is a connectionless or "best effort" protocol. Because it doesn't provide error checking, it has less overhead than a protocol like TCP which is connection-oriented, and is thus a much faster protocol.
UDP = User Datagram Protocol. UDP is a connectionless or "best effort" protocol. Because it doesn't provide error checking, it has less overhead than a protocol like TCP which is connection-oriented, and is thus a much faster protocol.