Chapter 9. User Datagram Protocol

There are two protocols at the Transport Layer that TCP/IP applications typically use for transporting data: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). This chapter describes the characteristics of UDP and the fields in the UDP header.

Introduction to UDP

UDP, defined in RFC 768, has the following characteristics:

  • Connectionless. Nodes send UDP messages, consisting of a UDP header and a message, without having to negotiate a connection between communicating peers.

  • Unreliable. Nodes send UDP messages as datagrams without sequencing or acknowledgment. The Application Layer protocol ...

Get Windows Server® 2008 TCP/IP Protocols and Services 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.