Multiple choice

Which protocol would NOT use UDP?

  1. TFTP

  2. DNS

  3. DHCP

  4. SSH

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SSH (Secure Shell) requires a reliable, connection-oriented transport to ensure data integrity and order, which is provided by TCP. TFTP, DNS, and DHCP are typically connectionless and use UDP.