101 · Question #658
Which type of DNS request should the client send to its configured server?
No correct answer was provided for this question; based on standard DNS client behavior, a client resolving a hostname to an IPv4 address sends a type A request to its configured DNS server.
Question
Which type of DNS request should the client send to its configured server?
Options
- Atype MX
- Btype AAAA
- Ctype NS
- Dtype A
Why each option
No correct answer was provided for this question; based on standard DNS client behavior, a client resolving a hostname to an IPv4 address sends a type A request to its configured DNS server.
Type MX records identify mail exchange servers for a domain and are used only for email routing, not for general client hostname-to-IP resolution.
Type AAAA records resolve hostnames to 128-bit IPv6 addresses; this is not the standard query type unless the client is explicitly configured for IPv6 name resolution.
Type NS records identify authoritative name servers for a domain zone and are used in DNS delegation lookups, not for client-to-IP address resolution.
Concept tested: DNS query types and IPv4 hostname resolution
Source: https://www.rfc-editor.org/rfc/rfc1035
Topics
Community Discussion
No community discussion yet for this question.