Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the AAAA in an AAAA record mean?

Tags:

ip

ipv6

rfc

What does the AAAA in an AAAA record mean? I am guessing it is for address:address:address:address but couldn't even find a mention of AAAA in the IPv6 specification. Please provide a source.

like image 390
Elijah Lynn Avatar asked Nov 20 '25 13:11

Elijah Lynn


1 Answers

"In the standard DNS zone format you use AAAA records – or “quad-a”. A 32 bit IPv4 address is an A record. IPv6 is four times the size – 128 bits – so it ended up being a quad-A record."

Taken from: http://ipv6friday.org/blog/2012/01/ipv6-and-dn

like image 81
Nir Alfasi Avatar answered Nov 22 '25 02:11

Nir Alfasi