UDP

The User Datagram Protocol (UDP) is a computer communication protocol that provides packet switching services on the Internet. By default, UDP uses IP as the lower-layer protocol. UDP provides the simplest protocol mechanism that sends information to a user application. UDP is transaction-oriented and does not support delivery or duplicate protection. TCP, however, is required by applications for reliable data transmission. Figure 1 shows the format of a UDP datagram.

Figure 1 UDP datagram format
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >