CCNA: Cisco Certified Network Associate — Question 226

What is the difference regarding reliability and communication type between TCP and UDP?

Answer options

Correct answer: D

Explanation

The correct answer is D because TCP provides reliable, ordered, and error-checked delivery of data, operating as a connection-oriented protocol. In contrast, UDP is a connectionless protocol that does not guarantee reliability, making it suitable for applications where speed is more critical than accuracy, such as video streaming or online gaming. The other options incorrectly assign the reliability and connection types of TCP and UDP.