nerdexam
(ISC)2

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

Submitted by brentm· Apr 18, 2026Network and Communications Security

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)
  • A
    2% (1)
  • B
    4% (2)
  • C
    93% (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

#TCP/UDP#Transport layer protocols#Networking fundamentals

Community Discussion

No community discussion yet for this question.

Full SSCP Practice