UPD (User Datagram Protocol) is a simple protocol used to send messages from one computer to another.
- The protocol assumes that the Internet Protocol (IP) is used as the underlying protocol to route packets of data (datagrams) through the network.
- UDP does not set up a connection between the source and the destination.