User Tools

Site Tools


glossary:udp

User Datagram Protocol (UDP)

UDP is the Internet's connectionless communication protocol. UDP provides a best-effort delivery of datagrams from a client process to a server process. It provides no reliability guarantees, nor does it have flow or congestion control. It however has no connection overhead so it can be more efficient for time-sensitive applications that can tolerate some data loss.


Glossary : A | B | C | D | E | F | G | H | I | J | K | L | M | N | P | Q | R | S | T | U | V | W | X | Y | Z

glossary/udp.txt · Last modified: 2011/01/14 12:47 by 127.0.0.1