UDP: Difference between revisions

From Hackepedia
Jump to navigationJump to search
No edit summary
m what uses udp? explained here
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
UDP stands for User Datagram Protocol (sometimes jokingly called Unreliable Datagram Protocol).  It is a OSI layer 4 protocol.  UDP is explained in [[RFC]] 768.
[[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.
 
 
[[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.