QuestionQ72

IP Services

Drag and drop the application protocols on the left to the transport protocols they use on the right.

Drag & Drop
DHCP
FTP
SMTP
SSH
SNMP
TFTP
TCP
UDP
Explanation

FTP, SMTP, and SSH require reliable, connection-oriented delivery, so they use TCP. DHCP, SNMP, and TFTP are classically implemented over UDP: DHCP uses UDP for client/server discovery and address assignment, SNMP uses UDP for queries and traps, and TFTP is designed as a simple file transfer protocol over UDP.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!