nerdexam
CompTIA

220-1101 · Question #497

Which of the following is considered a connectionless protocol?

The correct answer is D. UDP. UDP (User Datagram Protocol) is connectionless - it sends data packets (datagrams) directly to the destination without first establishing a dedicated connection, performing a handshake, or guaranteeing delivery or order. This makes it fast and suitable for real-time applications

Networking

Question

Which of the following is considered a connectionless protocol?

Options

  • ASSH
  • BTCP
  • CHTTPS
  • DUDP

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    89% (34)

Explanation

UDP (User Datagram Protocol) is connectionless - it sends data packets (datagrams) directly to the destination without first establishing a dedicated connection, performing a handshake, or guaranteeing delivery or order. This makes it fast and suitable for real-time applications like video streaming, VoIP, and DNS queries. TCP (B) is connection-oriented and uses a three-way handshake (SYN, SYN-ACK, ACK) before data transfer. SSH (A) and HTTPS (C) are application-layer protocols that run on top of TCP, inheriting its connection-oriented nature.

Topics

#Protocols#UDP#Connectionless protocols#Transport Layer

Community Discussion

No community discussion yet for this question.

Full 220-1101 Practice