UDP (User Datagram Protocol)

UDP is a connectionless transport protocol that sends data without establishing a connection, offering lower latency than TCP at the cost of reliability.

UDP is used for multicast IPTV delivery and as the transport layer for SRT. Unlike TCP, UDP does not retransmit lost packets, making it faster but requiring application-level error correction for reliable streaming.

Related Terms