nerdexam
Cisco

200-301 · Question #768

Which of the following services use UDP? (Choose three.)

The correct answer is B. TFTP C. SNMP D. DNS. Certain network services rely on UDP (User Datagram Protocol) for fast, connectionless communication, typically where low latency and efficiency are prioritized over guaranteed delivery.

Submitted by fatema_kw· Mar 5, 2026Network Fundamentals

Question

Which of the following services use UDP? (Choose three.)

Options

  • ATelnet
  • BTFTP
  • CSNMP
  • DDNS
  • ESMTP
  • FHTTP

How the community answered

(55 responses)
  • A
    2% (1)
  • B
    95% (52)
  • F
    4% (2)

Why each option

Certain network services rely on UDP (User Datagram Protocol) for fast, connectionless communication, typically where low latency and efficiency are prioritized over guaranteed delivery.

ATelnet

Telnet is an application layer protocol used for remote terminal access and operates over TCP port 23, providing a reliable, connection-oriented session.

BTFTPCorrect

TFTP (Trivial File Transfer Protocol) is a lightweight protocol that uses UDP port 69 for transferring files, often used for booting diskless workstations or transferring configuration files.

CSNMPCorrect

SNMP (Simple Network Management Protocol) primarily uses UDP ports 161 for manager-to-agent communication and 162 for agent-to-manager traps, as it prioritizes quick, periodic updates.

DDNSCorrect

DNS (Domain Name System) primarily uses UDP port 53 for resolving domain names to IP addresses, which is essential for fast query responses, although TCP port 53 is used for zone transfers.

ESMTP

SMTP (Simple Mail Transfer Protocol) is used for sending email messages and operates over TCP port 25, requiring reliable delivery for email communication.

FHTTP

HTTP (Hypertext Transfer Protocol) is the foundation of data communication for the World Wide Web and operates over TCP port 80 (or 443 for HTTPS), providing reliable, connection-oriented data transfer.

Concept tested: UDP-based network services

Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml

Topics

#UDP#TFTP#SNMP#DNS

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice