Question 1 · Difficulty 2/5
Which port number does the Trivial File Transfer Protocol (TFTP) use by default? (Select the best answer.)
Show answer & explanation
Correct answer: A
UDP 69
TFTP uses UDP port 69 by default. It relies on UDP because it is a lightweight protocol with no connection establishment, authentication, or error recovery beyond basic retransmission. TCP 21 is the FTP control port, TCP 20 is the FTP data port, and UDP 67 is the DHCP server port; none of these are associated with TFTP.