login | register
Sun 20 of Jul, 2008 [07:03 UTC]

voip-info.org

History

UDP

Created by: jcollie,Last modification on Thu 07 of Oct, 2004 [17:06 UTC]
UDP: User Datagram Protocol


A protocol for transmitting data. As contrasted to TCP, UDP is:
  • packet-based
    Data is sent as discrete packets. No buffering is performed and packets are sent as soon as the sending application generates them.
  • unreliable
    UDP has no mechanism to notify the sending application whether a packet was delivered succesfully or was lost in transmission.
  • unordered
    No guarantees are made as to the order that data is presented to the receiving application.

See:


Comments