nerdexam
Cisco

200-301 · Question #1079

Drag and Drop Question Drag and drop the application protocols from the left onto the transport protocols that it uses on the right. Answer:

The correct answer is TCP: HTTP; TCP: SMTP; TCP: Telnet; UDP: DNS; UDP: RTP; UDP: SNMP. HTTP, SMTP, and Telnet use TCP because they require reliable, ordered, and error-checked delivery of data - TCP's connection-oriented nature ensures no data is lost during web page transfers, email transmission, or terminal sessions. DNS, RTP, and SNMP use UDP because they priori

Submitted by kwame.gh· Mar 5, 2026CompTIA Network+ / CCNA - Network Models and Protocols: Understanding the relationship between application-layer protocols and their underlying transport-layer protocols (TCP/UDP), including port numbers and protocol characteristics.

Question

Drag and Drop Question Drag and drop the application protocols from the left onto the transport protocols that it uses on the right. Answer:

Exhibit

200-301 question #1079 exhibit

Answer Area

Drag items

DNSHTTPRTPSMTPSNMPTelnet

Correct arrangement

  • TCP: HTTP
  • TCP: SMTP
  • TCP: Telnet
  • UDP: DNS
  • UDP: RTP
  • UDP: SNMP

Explanation

HTTP, SMTP, and Telnet use TCP because they require reliable, ordered, and error-checked delivery of data - TCP's connection-oriented nature ensures no data is lost during web page transfers, email transmission, or terminal sessions. DNS, RTP, and SNMP use UDP because they prioritize speed and low overhead over guaranteed delivery - DNS queries are small and fast, RTP streams real-time media where retransmission would cause worse problems than lost packets, and SNMP uses lightweight polling that doesn't require connection setup. UDP's connectionless nature makes it ideal when latency matters more than perfect reliability, while TCP's handshake and acknowledgment mechanisms suit applications where data integrity is critical.

Topics

#Transport Protocols#Application Layer Protocols#TCP vs UDP#Network Fundamentals

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice