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:
parent
479d38393b
commit
6f7793712b
|
@ -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}
|
||||
|
|
|
@ -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}
|
Loading…
Reference in a new issue