nerdexam
GIAC

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.

Reconnaissance, Scanning, and Enumeration

Question

Which of the following protocols uses only User Datagram Protocol (UDP)?

Options

  • APOP3
  • BFTP
  • CICMP
  • DTFTP

How the community answered

(17 responses)
  • B
    6% (1)
  • C
    6% (1)
  • D
    88% (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.

APOP3

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.

BFTP

FTP uses TCP on port 21 for control commands and port 20 for data transfer, requiring TCP's connection-oriented reliability for file integrity.

CICMP

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.

DTFTPCorrect

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

#TFTP#UDP protocol#network protocols#protocol fundamentals

Community Discussion

No community discussion yet for this question.

Full GCIH Practice