From 6f7793712b878098f58c4a2e2fd9c03152f9018a Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 19 Jul 2017 01:10:24 +0200 Subject: [PATCH] Writing ipv6 address types --- acronyms.tex | 1 + chapter/ip.tex | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/acronyms.tex b/acronyms.tex index 4987899..3597e53 100644 --- a/acronyms.tex +++ b/acronyms.tex @@ -23,6 +23,7 @@ \newacronym{cix}{CIX}{Commercial Internet Exchange} \newacronym{cph}{CPH}{Copenhagen} \newacronym{cwdm}{CWDM}{} +\newacronym{dad}{DAD}{Duplicate Address Detection} \newacronym{db}{DB}{Database} \newacronym{dhcp}{DHCP}{Dynamic Host Control Protocol} \newacronym{dhcp6}{DHCPv6}{Dynamic Host Control Protocol version 6} diff --git a/chapter/ip.tex b/chapter/ip.tex index f50dd72..8bbb8dc 100644 --- a/chapter/ip.tex +++ b/chapter/ip.tex @@ -37,6 +37,17 @@ Have 3 different forms: \wikicommons{Ipv6_header} +\subsection{Address Types} + +\begin{itemize} + \item \itemhead[]{Link-Local} + \begin{itemize} + \item Address assigned from the fe80::/7 prefix. + \item Either derived with the EUI-64\footnote{The EUI-64 involves the MAC address and injecting fffe into the middle making it 64 bits and using this as host bits} method or randomly selected. Then assigned after \gls{dad} has been run on the network segment. + \end{itemize} + \item \itemhead[]{Global Addressing} +\end{itemize} + \subsection{Multicast} \section[IPv4]{Internet Protocol v4} \ No newline at end of file