PCCET · Question #214
What type of DNS record maps an IPV6 address to a domain or subdomain to another hostname?
The correct answer is C. AAAA. An AAAA record is a type of DNS record that maps a domain name or a subdomain to an IPv6 address. IPv6 is the latest version of the Internet Protocol (IP) that uses 128-bit addresses to identify devices on the internet. An AAAA record is similar to an A record, which maps a…
Question
What type of DNS record maps an IPV6 address to a domain or subdomain to another hostname?
Options
- ASOA
- BNS
- CAAAA
- DMX
How the community answered
(66 responses)- A2% (1)
- B3% (2)
- C89% (59)
- D6% (4)
Explanation
An AAAA record is a type of DNS record that maps a domain name or a subdomain to an IPv6 address. IPv6 is the latest version of the Internet Protocol (IP) that uses 128-bit addresses to identify devices on the internet. An AAAA record is similar to an A record, which maps a domain name or a subdomain to an IPv4 address, but with a different format and length. An example of an AAAA record is: example-website.com. IN AAAA 2001:db8::1234 In the example above, the record is made up of the following elements: example-website.com.: The domain name or the subdomain that is mapped to an IPv6 address. IN: The class of the record, which indicates that it is on the internet. AAAA: The type of the record, which indicates that it is an IPv6 address record.
Topics
Community Discussion
No community discussion yet for this question.