UDP: Difference between revisions
From Hackepedia
Jump to navigationJump to search
mNo edit summary |
m what uses udp? explained here |
||
Line 2: | Line 2: | ||
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.