mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Reformatted text
This commit is contained in:
parent
e5ed97fa56
commit
69c543098a
|
@ -61,8 +61,8 @@ Have 3 different forms:
|
||||||
|
|
||||||
\subsection{Address Types}
|
\subsection{Address Types}
|
||||||
|
|
||||||
\begin{itemize}
|
\subsubsection{Link-Local}
|
||||||
\item \itemhead[]{Link-Local}
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Address assigned from the \texttt{fe80::/10} prefix.
|
\item Address assigned from the \texttt{fe80::/10} 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.
|
\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.
|
||||||
|
@ -85,7 +85,9 @@ Have 3 different forms:
|
||||||
\item Used in combination with \gls{nd} to replace \glspl{ip4} \gls{arp} functionality.
|
\item Used in combination with \gls{nd} to replace \glspl{ip4} \gls{arp} functionality.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item \itemhead[]{Global Addressing}
|
|
||||||
|
\subsubsection{Global Addressing}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Address types
|
\item Address types
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
@ -95,7 +97,6 @@ Have 3 different forms:
|
||||||
\item Broadcast: \textit{Not} implemented. Replaced by use of multicast groups.
|
\item Broadcast: \textit{Not} implemented. Replaced by use of multicast groups.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\subsubsection{Multicast}
|
\subsubsection{Multicast}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue