mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
ip6 ULA
This commit is contained in:
parent
df217ca623
commit
b7e2f7bc77
|
@ -160,6 +160,7 @@
|
|||
\newacronym{tosdr}{ToS;DR}{Terms of Service; Didn't Read}
|
||||
\newacronym{udld}{UDLD}{Unidirectional Link Detection}
|
||||
\newacronym{udp}{UDP}{User Datagram Protocol}
|
||||
\newacronym{ula}{ULA}{Unique Local Address}
|
||||
\newacronym{utc}{UTC}{Coordinated Universal Time}
|
||||
\newacronym{vlan}{VLAN}{Virtual Local Area Network}
|
||||
\newacronym{vpn}{VPN}{Virtual Private Network}
|
||||
|
|
|
@ -52,7 +52,7 @@ Have 3 different forms:
|
|||
\item Divided into 2 /8 \gls{ip6} blocks.
|
||||
\begin{enumerate}
|
||||
\item \texttt{fc00::/8} -- Not \textit{yet} officially allocated/defined by the \gls{ietf}.
|
||||
\item \texttt{fd..::/8} --
|
||||
\item \texttt{fd00::/8} -- Defined as /48 prefixes. The last 40 bits is randomly generated and appended to the first 8 significant bits {\small (i.e. \texttt{0xFD} aka. \texttt{11111101})}.
|
||||
\end{enumerate}
|
||||
\end{itemize}
|
||||
\item \itemhead[]{Solicited-node multicast address}
|
||||
|
|
|
@ -80,4 +80,12 @@
|
|||
year = "2017",
|
||||
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=IPv6&oldid=790986104}},
|
||||
note = "[Online; accessed 18-July-2017]"
|
||||
}
|
||||
|
||||
@misc{ wiki:Plagiarism,
|
||||
author = "Wikipedia",
|
||||
title = "{Plagiarism} --- {W}ikipedia{,} The Free Encyclopedia",
|
||||
year = "2017",
|
||||
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=791022465}},
|
||||
note = "[Online; accessed 19-July-2017]"
|
||||
}
|
Loading…
Reference in a new issue