200-301 · Question #842
Which two statements about DNS lookup operations are true? (Choose two.)
The correct answer is D. They use destination port 53. E. The client sends a request for domain name to IP address resolution to the DNS server.. DNS lookup operations primarily involve clients requesting resolution of domain names to IP addresses, and these requests utilize destination port 53.
Question
Which two statements about DNS lookup operations are true? (Choose two.)
Options
- AWhen the primary IP address of the destination is down, the DNS server can forward the client to
- BThe client sends a request for IP address to domain name resolution to the DNS server.
- CThe DNS server pings the destination to verify that is available.
- DThey use destination port 53.
- EThe client sends a request for domain name to IP address resolution to the DNS server.
How the community answered
(26 responses)- A4% (1)
- C4% (1)
- D92% (24)
Why each option
DNS lookup operations primarily involve clients requesting resolution of domain names to IP addresses, and these requests utilize destination port 53.
DNS servers are responsible for name-to-IP resolution, not for determining the liveness of a destination IP address or redirecting clients based on network reachability.
While reverse DNS lookups (IP to domain name) are possible, the primary and most common client request to a DNS server is for domain name to IP address resolution.
DNS servers do not perform ICMP pings to verify the availability of destination hosts; their function is strictly name resolution.
DNS (Domain Name System) queries and responses primarily use UDP port 53 for iterative and recursive lookups, while TCP port 53 is used for zone transfers.
The fundamental purpose of a DNS lookup is for a client to send a query to a DNS server to resolve a human-readable domain name into its corresponding IP address.
Concept tested: DNS lookup fundamentals (ports, query types)
Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/what-is-dns
Topics
Community Discussion
No community discussion yet for this question.