UDP

User Datagram Protocol (UDP) is a connectionless, stateless, and unreliable protocol that was designed for applications that do not need to have a reliable transport mechanism, such as NTP, DNS (for lookup queries), and NFS. UDP relies on the network to provide the reliability, and the actual application handles any retransmission of lost data. Consequently, UDP requires less processing overhead than TCP, because there is no setup and termination of a virtual connection and no acknowledgement mechanism.

UDP uses datagrams as its basic units of transfer, which are shorter than TCP segment headers and contain fewer fields. The format of the UDP datagram header is shown in Figure 9.4.

Figure 9.4. UDP header format.

UDP uses the following UDP ...

Get Solaris™ 9 Network Administrator Exam Cram™ 2 (Exam CX-310-044) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.