CCNA: Cisco Certified Network Associate — Question 577

Why is TCP desired over UDP for applications that require extensive error checking, such as HTTPS?

Answer options

Correct answer: D

Explanation

The correct answer is D because TCP provides reliable communication by confirming receipt of each packet, which is crucial for applications requiring error checking like HTTPS. In contrast, UDP does not send acknowledgments, leading to potential data loss without notification. The other options incorrectly describe the functionalities of UDP and TCP.