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
Question
Which of the following is considered a connectionless protocol?
Options
- ASSH
- BTCP
- CHTTPS
- DUDP
How the community answered
(38 responses)- A5% (2)
- B3% (1)
- C3% (1)
- D89% (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
Community Discussion
No community discussion yet for this question.