//UDP document.writeln('
An acronym for User Datagram Protocol. The protocol within the TCP/IP suite of protocols which is used instead of TCP on an IP network and unlike TCP does not guarantee the delivery of packets. It is mostly used to transmit realtime audio and video traffic, where there is no niether time nor need to retrasmit the lost packet.
');