From b3c88a29bb254bdfd31c948640604d187d9cc891 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 19 Jul 2017 23:35:33 +0200 Subject: [PATCH] ip6 Solicited-node multicast address --- acronyms.tex | 1 + chapter/ip.tex | 8 +++++++- references-wikipedia.bib | 14 +++++++++++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/acronyms.tex b/acronyms.tex index 12eef2f..72651b1 100644 --- a/acronyms.tex +++ b/acronyms.tex @@ -100,6 +100,7 @@ \newacronym{msg}{msg}{message} \newacronym{mst}{MST}{Multiple Spanning Tree} \newacronym{nac}{NAC}{Network Admission Control} +\newacronym{nd}{ND}{Neighbor Discovery} \newacronym{nlri}{NLRI}{Network Layer Reachability Information} \newacronym{nms}{NMS}{Network Management Software} \newacronym{nsa}{NSA}{National Security Agency} diff --git a/chapter/ip.tex b/chapter/ip.tex index f1b0d13..1b80b10 100644 --- a/chapter/ip.tex +++ b/chapter/ip.tex @@ -55,7 +55,13 @@ Have 3 different forms: \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} + \item \itemhead[]{Solicited-node multicast address}\cite{wiki:Solicited-node_multicast_address} + \begin{itemize} + \item Consist of the prefix \texttt{ff02::1:ff00:0/104} for the first 104 bits. + \item The last 24 bits represents the target address within the prefix. + \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. + \end{itemize} \end{itemize} \item \itemhead[]{Global Addressing} \begin{itemize} diff --git a/references-wikipedia.bib b/references-wikipedia.bib index c28f582..bdfd516 100644 --- a/references-wikipedia.bib +++ b/references-wikipedia.bib @@ -82,10 +82,18 @@ note = "[Online; accessed 18-July-2017]" } -@misc{ wiki:Plagiarism, +@misc{ wiki:Unique_local_address, author = "Wikipedia", - title = "{Plagiarism} --- {W}ikipedia{,} The Free Encyclopedia", + title = "{Unique local address} --- {W}ikipedia{,} The Free Encyclopedia", year = "2017", - howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=791022465}}, + howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Unique\%20local\%20address&oldid=791265343}}, + note = "[Online; accessed 19-July-2017]" +} + +@misc{ wiki:Solicited-node_multicast_address, + author = "Wikipedia", + title = "{Solicited-node multicast address} --- {W}ikipedia{,} The Free Encyclopedia", + year = "2017", + howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Solicited-node\%20multicast\%20address&oldid=787116453}}, note = "[Online; accessed 19-July-2017]" } \ No newline at end of file