UDP

UDP

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