nerdexam
Cisco

300-715 · Question #42

What is a characteristic of the UDP protocol?

The correct answer is B. UDP offers best-effort delivery. UDP (User Datagram Protocol) is a connectionless transport protocol that provides best-effort delivery, meaning it sends packets without establishing a connection, without acknowledgment, and without guaranteed delivery or ordering. It does not perform error checking or…

Architecture and Deployment

Question

What is a characteristic of the UDP protocol?

Options

  • AUDP can detect when a server is down.
  • BUDP offers best-effort delivery
  • CUDP can detect when a server is slow
  • DUDP offers information about a non-existent server

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    88% (15)
  • C
    6% (1)

Explanation

UDP (User Datagram Protocol) is a connectionless transport protocol that provides best-effort delivery, meaning it sends packets without establishing a connection, without acknowledgment, and without guaranteed delivery or ordering. It does not perform error checking or retransmission. UDP has no mechanism to detect server availability or slowness - those are characteristics associated with connection-oriented protocols like TCP. Option A and C describe TCP-like behaviors, while Option D is not a function of any transport protocol.

Topics

#UDP#Networking Protocols#Transport Layer

Community Discussion

No community discussion yet for this question.

Full 300-715 Practice