During an operational review of network infrastructure policies across an enterprise gateway router, a network specialist is defining classification parameters for transport layer protocols. Which two statements accurately describe the architectural characteristics and operational mechanics of the User Datagram Protocol (UDP) compared to Transmission Control Protocol (TCP)? (Select two.)
- UDP operates as a connectionless protocol that avoids state maintenance and establishment handshakes prior to transmitting data.Answer
- UDP utilizes a fixed 8-byte header field structure that lacks sequence numbering and receiver window fields.Answer
- CUDP guarantees segment arrival by automatically retransmitting lost packets when application-layer acknowledgments are missed.
- DUDP dynamically controls sender transmission speeds using a variable windowing field in response to network congestion.
Answer
The correct statements are that UDP operates as a connectionless protocol without maintaining connection state, and that UDP utilizes a compact fixed 8-byte header that excludes sequence numbers and windowing controls.
The statements confirming UDP's connectionless operation and its fixed 8-byte header without sequence or window fields are correct. UDP avoids pre-transmission handshakes to reduce latency and maintains minimal protocol overhead by using an 8-byte header consisting solely of Source Port, Destination Port, Length, and Checksum.
Step-by-Step Solution
Key Concept
UDP vs TCP Transport Protocol Characteristics and Header Comparison