SSCP · Question #810
Which of the following is an advantage that UDP has over TCP?
The correct answer is C. UDP is faster than TCP.. UDP (User Datagram Protocol) is faster than TCP because it is connectionless and has no overhead for establishing connections, acknowledgments, sequencing, or retransmission of lost packets. This makes UDP ideal for time-sensitive applications like video streaming, VoIP, DNS look
Question
Which of the following is an advantage that UDP has over TCP?
Options
- AUDP is connection-oriented whereas TCP is not.
- BUDP is more reliable than TCP.
- CUDP is faster than TCP.
- DUDP makes a better effort to deliver packets.
How the community answered
(45 responses)- A2% (1)
- B4% (2)
- C93% (42)
Explanation
UDP (User Datagram Protocol) is faster than TCP because it is connectionless and has no overhead for establishing connections, acknowledgments, sequencing, or retransmission of lost packets. This makes UDP ideal for time-sensitive applications like video streaming, VoIP, DNS lookups, and online gaming where speed matters more than guaranteed delivery. TCP is connection-oriented (not UDP), TCP is more reliable (not UDP), and TCP makes a 'best effort' with guaranteed delivery mechanisms - not UDP. UDP's speed advantage comes precisely from the reliability and connection features it lacks.
Topics
Community Discussion
No community discussion yet for this question.