A network technician is configuring traffic management rules for a set of new server applications. Which of the following operational characteristics are uniquely associated with User Datagram Protocol (UDP) as a connectionless transport layer protocol? (SELECT TWO)
- Low transmission overhead due to the absence of flow control and error recovery mechanismsAnswer
- Unreliable datagram delivery where dropped packets are not automatically retransmitted by the protocolAnswer
- CThree-way handshake session initialization prior to transmitting any data payload
- DGuaranteed sequence ordering of delivered segments using acknowledgment numbers
- EOperation exclusively at Layer 3 of the OSI model to route packets between remote networks
Answer
The correct characteristics of UDP as a connectionless protocol are low transmission overhead due to the absence of flow control and error recovery mechanisms, and unreliable datagram delivery where dropped packets are not automatically retransmitted by the protocol.
Connectionless protocols such as UDP operate on a best-effort basis without establishing a formal connection prior to transmission. Consequently, UDP has very low header overhead (8 bytes compared to TCP's 20 bytes) and does not provide transport-layer error recovery, sequence tracking, or retransmission of lost packets.
Step-by-Step Solution
Key Concept
Connection-Oriented vs Connectionless Transport Protocols (TCP vs UDP)