UDP, User Datagram Protocol


A basic way of sending small messages

On top of the standard IP header, the UDP packet contains source and destination port numbers that are used to decide which application gets the packet

Still unreliable, but useful for certain applications because of low overhead

UDP header diagram (addition to IP header):

Next ->


Steve VanDevender
Last modified: Thu Jun 24 11:43:00 PDT 2004