diff --git a/acronyms.tex b/acronyms.tex index 3597e53..2f847aa 100644 --- a/acronyms.tex +++ b/acronyms.tex @@ -29,6 +29,7 @@ \newacronym{dhcp6}{DHCPv6}{Dynamic Host Control Protocol version 6} \newacronym{dknog}{DKNOG}{Danish Network Operators' Group} \newacronym{dns}{DNS}{Domain Name System} +\newacronym{dns6}{DNSv6}{Domain Name System version 6} \newacronym{dr}{DR}{Danmarks Radio} \newacronym{dsl}{DSL}{Digital Subscriber Line} \newacronym{dst}{dst}{destination} diff --git a/chapter/ip.tex b/chapter/ip.tex index 7674a74..d462aff 100644 --- a/chapter/ip.tex +++ b/chapter/ip.tex @@ -64,4 +64,10 @@ Have 3 different forms: \subsection{AAAA} +\gls{dns6} had 2 running proposals when first proposed, \rfc{2874} (1st), \rfc{3364} (later discussion), and \rfc{3363} thou deprecated this proposal to experimental status. + +The winning one was \rfc{3596} with the idea of doing \textit{quad}-A records and hierarchically divided by \textit{nibble} {\small (i.e. 4 bits)}. + +The idea is fx. \texttt{2001:db8:ef::2} is noted in ip6.arpa as \texttt{2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.f.e.0.0.8.b.d.0.1.0.0.2.ip6.arpa}. {\small Note the used of '.' between \textit{each} \textit{hexadecimal} character used, and that \textit{all zeroes} has been included. ip6.arpa does not allow any characters to be omitted from the original full-length \gls{ip6} address.}\footnote{Found description \href{https://stackoverflow.com/q/6619682}{here} on stackoverflow.com/q/6619682.} + \section[IPv4]{Internet Protocol v4} \ No newline at end of file