1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-11-23 19:17:54 +00:00

Writing ipv6 address types

This commit is contained in:
netravnen 2017-07-19 01:10:24 +02:00
parent 479d38393b
commit 6f7793712b
2 changed files with 12 additions and 0 deletions

View file

@ -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}

View file

@ -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}