UDP: Difference between revisions

From Hackepedia
Jump to navigationJump to search
Frankk (talk | contribs)
No edit summary
m what uses udp? explained here
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Image:7osi.jpg]]
UDP stands for User Datagram Protocol (sometimes jokingly called Unreliable Datagram Protocol).  It is an [[OSI]] layer 4 protocol.  UDP is explained in [[RFC]] 768. Unlike TCP which requires negotiation, UDP is a stateless protocol.
UDP stands for User Datagram Protocol (sometimes jokingly called Unreliable Datagram Protocol).  It is an [[OSI]] layer 4 protocol.  UDP is explained in [[RFC]] 768. Unlike TCP which requires negotiation, UDP is a stateless protocol.
[[DNS]] is an important protocol carried over UDP.  Another important
tool that uses UDP is the BSD [[traceroute]] program.

Latest revision as of 09:48, 23 May 2008

UDP stands for User Datagram Protocol (sometimes jokingly called Unreliable Datagram Protocol). It is an OSI layer 4 protocol. UDP is explained in RFC 768. Unlike TCP which requires negotiation, UDP is a stateless protocol.


DNS is an important protocol carried over UDP. Another important tool that uses UDP is the BSD traceroute program.