CCNA: Cisco Certified Network Associate — Question 114

What are two benefits that the UDP protocol provide for application traffic? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Option A is correct because UDP indeed has lower overhead than TCP, making it faster for certain applications. Option E is also correct as UDP allows applications to use checksums for verifying data integrity. The other options are incorrect because UDP does not have a built-in recovery mechanism (B), does not use a three-way handshake (C), and does not maintain connection state (D).