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

Reformatted text

This commit is contained in:
netravnen 2017-07-23 19:49:39 +02:00
parent e5ed97fa56
commit 69c543098a

View file

@ -61,9 +61,9 @@ Have 3 different forms:
\subsection{Address Types} \subsection{Address Types}
\subsubsection{Link-Local}
\begin{itemize} \begin{itemize}
\item \itemhead[]{Link-Local}
\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.
\item \itemhead[]{Unique Link Local}\cite{wiki:Unique_local_address} \item \itemhead[]{Unique Link Local}\cite{wiki:Unique_local_address}
@ -84,9 +84,11 @@ Have 3 different forms:
\item Solicited-node multicast address is segment only traffic. I.e. the traffic does not flow \textit{between} \gls{l3} \gls{ip} segments. \item Solicited-node multicast address is segment only traffic. I.e. the traffic does not flow \textit{between} \gls{l3} \gls{ip} segments.
\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}
\begin{itemize} \subsubsection{Global Addressing}
\begin{itemize}
\item Address types \item Address types
\begin{itemize} \begin{itemize}
\item Unicast: Identifies each \gls{nic}. \item Unicast: Identifies each \gls{nic}.
@ -94,7 +96,6 @@ Have 3 different forms:
\item Multicast: Used to deliver content to multiple \glspl{nic} at once. Traffic is a single flow from the source (i.e. not multiple unicast streams). \item Multicast: Used to deliver content to multiple \glspl{nic} at once. Traffic is a single flow from the source (i.e. not multiple unicast streams).
\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}