GCIH · Question #240
Which of the following protocols uses only User Datagram Protocol (UDP)?
The correct answer is D. TFTP. TFTP is the only protocol listed that operates exclusively over UDP, using port 69, because it was designed as a lightweight connectionless file transfer mechanism.
Question
Which of the following protocols uses only User Datagram Protocol (UDP)?
Options
- APOP3
- BFTP
- CICMP
- DTFTP
How the community answered
(17 responses)- B6% (1)
- C6% (1)
- D88% (15)
Why each option
TFTP is the only protocol listed that operates exclusively over UDP, using port 69, because it was designed as a lightweight connectionless file transfer mechanism.
POP3 uses TCP on port 110, relying on TCP's reliable, ordered delivery to ensure email messages are fully and correctly retrieved from a mail server.
FTP uses TCP on port 21 for control commands and port 20 for data transfer, requiring TCP's connection-oriented reliability for file integrity.
ICMP operates directly at the network layer over IP as protocol number 1 and does not use either TCP or UDP as a transport, making it outside the scope of the question entirely.
TFTP (Trivial File Transfer Protocol) was intentionally designed to use only UDP on port 69, forgoing TCP's connection establishment and reliability overhead. This makes it suitable for simple use cases such as network booting (PXE) and transferring router configurations where minimal protocol complexity is required, as defined in RFC 1350.
Concept tested: Transport protocol usage - TFTP operating over UDP only
Source: https://datatracker.ietf.org/doc/html/rfc1350
Topics
Community Discussion
No community discussion yet for this question.