Update on Overleaf.

This commit is contained in:
Jan Philipp Timme 2018-01-03 19:58:58 +00:00 committed by overleaf
parent d7ea126a2b
commit d7cffd5948
1 changed files with 38 additions and 7 deletions

View File

@ -179,7 +179,6 @@ Aus IPv4 bekannt als \texttt{127.0.0.1/8} \newline
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}{Adressklassen: Link-lokale Unicast Adresse\footnote{Kapitel 2.5.6. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}} \begin{frame}{Adressklassen: Link-lokale Unicast Adresse\footnote{Kapitel 2.5.6. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}}
Ähnlich zu \texttt{169.254.0.0/16} \newline Ähnlich zu \texttt{169.254.0.0/16} \newline
\newline \newline
@ -201,7 +200,6 @@ Beispiel: \texttt{fe80::7ae4:ff:fecf:8a50/64}
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[fragile]{Adressklassen: Unique Local Adress (ULA)\footnote{Definiert in RFC 4193, 2005/11 - Unique Local IPv6 Unicast Addresses}} \begin{frame}[fragile]{Adressklassen: Unique Local Adress (ULA)\footnote{Definiert in RFC 4193, 2005/11 - Unique Local IPv6 Unicast Addresses}}
Ähnlich zu privaten IPv4-Adressen wie z.B. \texttt{192.168.0.0/24} \newline Ähnlich zu privaten IPv4-Adressen wie z.B. \texttt{192.168.0.0/24} \newline
\newline \newline
@ -266,20 +264,53 @@ Erst einmal die Link-lokale Adresse ableiten\footnote{Kapitel 5.3. in RFC 2462,
Hier: Interface-ID aus MAC-Adresse ableiten\footnote{Alternative Verfahren sind möglich} Hier: Interface-ID aus MAC-Adresse ableiten\footnote{Alternative Verfahren sind möglich}
\begin{itemize} \begin{itemize}
\item MAC-Adresse ermitteln $\rightarrow$ \texttt{7\colorbox{hlr}{8}-E4-00-CF-8A-50} \item MAC-Adresse ermitteln $\rightarrow$ \texttt{7\colorbox{hlb}{8}-E4-00-CF-8A-50}
\item Bit mit Wertigkeit 2 in erstem Byte invertieren\footnote{2.5.1. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture} \item Bit mit Wertigkeit 2 in erstem Byte invertieren\footnote{Kapitel 2.5.1. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}
\item Bytefolge \texttt{FF-FE} mittig einfügen $\rightarrow$ \texttt{7\colorbox{hlr}{6}-E4-00-FF-FE-CF-8A-50} \item Bytefolge \texttt{FF-FE} mittig einfügen $\rightarrow$ \texttt{7\colorbox{hlb}{6}-E4-00-FF-FE-CF-8A-50}
\item Ergebnis als Interface-ID für Präfix \texttt{fe80::/10} verwenden \item Ergebnis als Interface-ID für Präfix \texttt{fe80::/10} verwenden
\end{itemize} \end{itemize}
$\rightarrow$ \texttt{fe80::78e4:00ff:f3cf:8a:50} $\rightarrow$ \texttt{fe80::78e4:00ff:f3cf:8a:50}
\end{frame} \end{frame}
\begin{frame}{} \begin{frame}{Abgeleitete Adresse auf Verwendung überprüfen}
Noch ist nicht gesichert, dass die Adresse \texttt{fe80::78e4:00ff:f3cf:8a:50} frei ist. \newline
\begin{itemize}
\item Neighbor Solicitation\footnote{Kapitel 4.3. in RFC 4861, 2007/09 - Neighbor Discovery for IP version 6 (IPv6)} abschicken (ICMPv6 Nachrichtentyp 135)
\begin{itemize}
\item Quelladresse \texttt{::}
\item Zieladresse \texttt{fe80::78e4:00ff:f3cf:8a:50}
\end{itemize}
\item Einige Zeit warten
\item Falls Antwort kommt: Von vorne beginnen oder aufgeben
\item Falls keine Antwort: Adresse kann verwendet werden
\end{itemize}
\end{frame} \end{frame}
\subsection{Neighbor Discovery Protocol}
\begin{frame}{Neigbor Discovery Protocol}
\begin{itemize}
\item
\end{itemize}
\end{frame}
\subsection{Stateless Address Autoconfiguration} \subsection{Stateless Address Autoconfiguration}
\subsection{Neighbor Discovery Protocol} \begin{frame}{}
\begin{itemize}
\item
\end{itemize}
\end{frame}
\begin{frame}{}
\begin{itemize}
\item
\end{itemize}
\end{frame}
\subsection{DHCPv6} \subsection{DHCPv6}