User Datagram Protocol (UDP)

UDP is a widely used #Transport Layer Protocol# (defined by #Open Systems Interconnection (OSI) Model for the #Internet Protocol Suite (TCP/IP). Unlike Transmission Control Protocol (TCP), it is an unreliable and connectionless protocol which is great for real time communication such as voice chat or video streaming. UDP doesn’t guarantee that the packets or datagram (its Protocol Data Units (PDU))# will reach their destination or arrive in order as there is no mean to acknowledge such state. It has a rather small segment headers, with only 8 bytes, and provides fine application control over data transmission, which allow application-specific error recovery at Application Layer# for reliability.

traceroute utilises UDP for displaying possible routes and transit delays by sending UDP against the destination port.

Examples of UDP:

Links to this page
#networking