About this document
Overview of User Datagram Protocol by akash is a document available to read on EtoBox.
User Datagram Protocol (UDP) is a simple transport layer protocol that provides process-to-process communication by adding demultiplexing to allow multiple applications on each host to share the network. UDP uses ports to identify the destination process and has a small 8-byte header that includes source/destination ports and length/checksum fields. It is a connectionless protocol that does not ensure delivery, order, or duplicate protection but is faster than TCP since it does not require handshaking or ac
- Author
- akash
- Language
- EN