Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UDP (User Datagram Protocol)

The User Datagram Protocol (UDP) is a very simple layer over the host-to-host Internet Protocol (IP). It only adds 16-bit source and destination port numbers for multiplexing between different applications on the pair of hosts, and 16-bit length and checksum fields. It has been defined in RFC 768.

...

There are other protocols layered on top of UDP, for example the Real-time Transport Protocol (RTP) used in real-time media applications. UDT,VFER, RBUDP, Tsunami, and Hurricane are examples of UDP-based bulk transport protocols.


References


  • RFC 768, User Datagram Protocol, J. Postel, August 1980

...