A network technician is evaluating transport layer requirements for real-time application traffic. Which two features are characteristic of the User Datagram Protocol (UDP) rather than the Transmission Control Protocol (TCP)? (Select two.)
- Low fixed header size of 8 bytesAnswer
- BGuaranteed sequence delivery using acknowledgment numbers
- Connectionless datagram delivery without handshake overheadAnswer
- DDynamic flow control managed through sliding window adjustments
Answer
The characteristics unique to UDP are its low fixed header size of 8 bytes and its connectionless datagram delivery without handshake overhead.
The correct features of UDP are its minimal 8-byte header length and connectionless nature, which avoids connection setup delays.
Step-by-Step Solution
Key Concept
UDP is a lightweight, connectionless transport layer protocol with minimal header overhead (8 bytes) and no built-in flow control or reliability mechanisms.