N10-005 · Question #919
Which of the following DNS records is used in conjunction with 192:168::1:10?
The correct answer is A. AAAA. The address '192:168::1:10' uses colon notation and a double-colon (::) for zero compression, which are hallmarks of an IPv6 address. DNS uses 'A' records to map hostnames to IPv4 addresses (e.g., 192.168.1.10), and 'AAAA' records to map hostnames to IPv6 addresses. Since this…
Question
Which of the following DNS records is used in conjunction with 192:168::1:10?
Options
- AAAAA
- BMX
- CTXT
- DPTR
How the community answered
(54 responses)- A91% (49)
- B2% (1)
- C2% (1)
- D6% (3)
Explanation
The address '192:168::1:10' uses colon notation and a double-colon (::) for zero compression, which are hallmarks of an IPv6 address. DNS uses 'A' records to map hostnames to IPv4 addresses (e.g., 192.168.1.10), and 'AAAA' records to map hostnames to IPv6 addresses. Since this address is IPv6, an AAAA record is the correct DNS record type. MX records point to mail servers, TXT records store arbitrary text, and PTR records are used for reverse DNS lookups (IP to hostname).
Topics
Community Discussion
No community discussion yet for this question.