A network administrator is configuring a real-time voice streaming service for an office network. The application requires minimal protocol overhead and low latency, and it can tolerate minor packet loss without requiring retransmissions. Which transport layer protocol is best suited for this application?
- User Datagram Protocol (UDP)Answer
- BTransmission Control Protocol (TCP)
- CInternet Protocol (IP)
- DInternet Control Message Protocol (ICMP)
Answer
User Datagram Protocol (UDP) is the correct choice because it is a connectionless transport layer protocol optimized for speed and low latency.
User Datagram Protocol (UDP) is a connectionless Layer 4 protocol. It operates without establishing a session, tracking sequence numbers, or retransmitting missing packets, providing the lightweight, low-latency delivery required for real-time voice traffic.
Step-by-Step Solution
Key Concept
Connectionless vs Connection-Oriented Transport Protocols