UDP
User Datagram Protocol
is an efficient but unreliable, connectionless protocol that is layered over IP (as is
TCP (Transmission Control Protocol)). Application programs must supplement the protocol to
provide error processing and retransmitting data. UDP is an OSI Layer 4 protocol.