CCNA: Cisco Certified Network Associate — Question 1311

Why is UDP more suitable than TCP for applications that require low latency such as VoIP?

Answer options

Correct answer: D

Explanation

UDP is better for low-latency applications like VoIP because it does not require acknowledgments for each packet, allowing for faster transmission. In contrast, TCP's acknowledgment process can introduce delays, making it less suitable for real-time applications. The other options incorrectly describe the behaviors of UDP and TCP regarding packet delivery, sequencing, and congestion control.