JN0-105 · Question #59
What are two attributes of the UDP protocol? (Choose two.)
The correct answer is C. UDP is best effort. D. UDP is connectionless. UDP (User Datagram Protocol) is known for being connectionless (D) and providing best-effort delivery without the reliability mechanisms present in TCP (C). This means that UDP does not establish a connection before sending data and does not guarantee delivery, order, or error…
Question
What are two attributes of the UDP protocol? (Choose two.)
Options
- AUDP is more reliable than TCP.
- BUDP is always slower than TCP.
- CUDP is best effort.
- DUDP is connectionless.
How the community answered
(27 responses)- A19% (5)
- B11% (3)
- C70% (19)
Explanation
UDP (User Datagram Protocol) is known for being connectionless (D) and providing best-effort delivery without the reliability mechanisms present in TCP (C). This means that UDP does not establish a connection before sending data and does not guarantee delivery, order, or error checking, making it faster but less reliable than TCP.
Topics
Community Discussion
No community discussion yet for this question.