Update on Overleaf.
This commit is contained in:
parent
58be89f713
commit
feca00ef5b
53
main.tex
53
main.tex
|
@ -69,7 +69,7 @@
|
|||
\begin{document}
|
||||
\tableofcontents[hideallsubsections]
|
||||
|
||||
\section{Einstieg IPv6}
|
||||
\section{Einstieg in IPv6}
|
||||
|
||||
\begin{frame}{Neuigkeiten mit IPv6}
|
||||
\begin{itemize}
|
||||
|
@ -84,7 +84,7 @@
|
|||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Notation und Kurzschreibweise}
|
||||
\begin{frame}{Notation und Kurzschreibweise\footnote{Alle Beispiele mit RFC 3849, 2004/07 - IPv6 Address Prefix Reserved for Documentation}}
|
||||
Gegeben: IPv6-Adresse
|
||||
\texttt{2001:0db8:2407:08d3:0000:0000:0000:1234} \newline
|
||||
\newline
|
||||
|
@ -99,6 +99,17 @@ $\Rightarrow$ \texttt{2001:db8:2407:8d3::1234} \newline
|
|||
Ergebnis kürzer, aber dennoch zu lang $\rightarrow$ DNS!
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Adressen: Präfixe und Suffixe\footnote{Kapitel 2.3. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}}
|
||||
Notation wie Classless Inter-domain Routing (CIDR\footnote{RFC 4632, 2006/08 - Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan}) bei IPv4 \newline
|
||||
\newline
|
||||
IPv6-Adresse mit angegebener Präfix-Länge: \texttt{2001:db8:2407:8d3::1234/\colorbox{hlr}{64}} \newline
|
||||
\newline
|
||||
Bedeutung: Präfix mit \colorbox{hlr}{64} Bit Länge fest vorgegeben
|
||||
$\Rightarrow$ Übriges Suffix mit (128 - \colorbox{hlr}{64}) = \colorbox{hlg}{64} Bit Länge frei zur Verwendung
|
||||
\newline
|
||||
|
||||
\texttt{\colorbox{hlr}{2001:0db8:2407:08d3}:\colorbox{hlg}{0000:0000:0000:1234}/\colorbox{hlr}{64}} \end{frame}
|
||||
|
||||
\begin{frame}{Beispiel für Zuweisung von Netzen}
|
||||
\begin{itemize}
|
||||
\item ISP bekommt ein \texttt{\colorbox{hlr}{/24}} Präfix zugewiesen
|
||||
|
@ -106,7 +117,7 @@ Ergebnis kürzer, aber dennoch zu lang $\rightarrow$ DNS!
|
|||
\item Kann über $128 - \texttt{\colorbox{hlr}{24}} = 104$ Bit Suffix verfügen
|
||||
\end{itemize}
|
||||
\item ISP weist Kunden ein \texttt{\colorbox{hlb}{/56}} Präfix aus seinem \texttt{\colorbox{hlr}{/24}} Präfix zu
|
||||
\item Kundenrouter weist jedem Subnetz ein \texttt{\colorbox{hlg}{/64}}-Präfix\footnote{Empfohlene Größe für alle Subnetze, siehe RFC 6177} zu
|
||||
\item Kundenrouter weist jedem Subnetz ein \texttt{\colorbox{hlg}{/64}}-Präfix\footnote{Empfohlene Größe laut RFC 6177, 2011/03 - IPv6 Address Assignment to End Sites} zu
|
||||
\end{itemize}
|
||||
\texttt{2001:0d\colorbox{hlr}{b8:2407:08\colorbox{hlb}{d3:\colorbox{hlg}{0000:0000:0000:1234}}}/\colorbox{hlg}{64}} \newline
|
||||
\newline
|
||||
|
@ -117,20 +128,6 @@ Anzahl Adressen pro Subnetz: $2^{64} = \colorbox{hlg}{18.446.744.073.709.551.616
|
|||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Adressen: Präfixe und Suffixe\footnote{Siehe RFC 4291, Kapitel 2.3.}}
|
||||
Notation wie Classless Inter-domain Routing (CIDR\footnote{RFC 4632}) bei IPv4 \newline
|
||||
\newline
|
||||
IPv6-Adresse mit angegebener Präfix-Länge: \texttt{2001:db8:2407:8d3::1234/\colorbox{hlr}{64}} \newline
|
||||
\newline
|
||||
Bedeutung: Präfix mit \colorbox{hlr}{64} Bit Länge fest vorgegeben
|
||||
$\Rightarrow$ Übriges Suffix mit (128 - \colorbox{hlr}{64}) = \colorbox{hlg}{64} Bit Länge frei zur Verwendung
|
||||
\newline
|
||||
|
||||
\texttt{\colorbox{hlr}{2001:0db8:2407:08d3}:\colorbox{hlg}{0000:0000:0000:1234}/\colorbox{hlr}{64}} \newline
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
\subsection{Adressklassen}
|
||||
|
||||
\begin{frame}{Adressklassen: Unspezifizierte Adresse\footnote{Siehe RFC 4291, Kapitel 2.5.2.}}
|
||||
|
@ -152,7 +149,7 @@ In IPv6: \texttt{0000:0000:0000:0000:0000:0000:0000:0000} (kurz: \texttt{::}) \n
|
|||
\begin{frame}{Adressklassen: Loopback Adresse\footnote{Siehe RFC 4291, Kapitel 2.5.3.}}
|
||||
Aus IPv4 bekannt als \texttt{127.0.0.1/8} \newline
|
||||
\newline
|
||||
\texttt{0000:0000:0000:0000:0000:0000:0000:0001} (kurz: \texttt{::1})
|
||||
\texttt{0000:0000:0000:0000:0000:0000:0000:0001/128} (kurz: \texttt{::1/128})
|
||||
\newline
|
||||
\begin{itemize}
|
||||
\item Wie bereits aus IPv4 bekannt
|
||||
|
@ -182,24 +179,30 @@ Beispiel: \texttt{fe80::7ae4:ff:fecf:8a50/64}
|
|||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}{Adressklassen: Unique Local Adress (ULA)\footnote{Siehe RFC 4291, Kapitel 2.5.4.}}
|
||||
\begin{frame}[fragile]{Adressklassen: Unique Local Adress (ULA)\footnote{Siehe RFC 4291, Kapitel 2.5.4.}}
|
||||
Ähnlich zu privaten IPv4-Adressen wie z.B. \texttt{192.168.0.0/24} \newline
|
||||
\newline
|
||||
Präfix: \texttt{FC00::/7} \newline
|
||||
Präfix: \texttt{fc00::/7} \newline
|
||||
Beispiel ULA-Präfix: \texttt{fd04:4232:a9fc::/48} \newline
|
||||
\newline
|
||||
|
||||
Aufbau der ULA\footnote{Laut RFC 4193, Kapitel 3.1}:
|
||||
\begin{itemize}
|
||||
\item Präfix (7 Bit)
|
||||
\item Local-Flag (1 Bit) - Wert: 1
|
||||
\item Global ID (40 Bit) - Zufällig gewählter Wert
|
||||
\item Subnet ID (16 Bit) - Raum für Subnetze
|
||||
\item Interface ID (64 Bit)
|
||||
\end{itemize}
|
||||
|
||||
\begin{itemize}
|
||||
\item Für Nutzung in privaten Netzen
|
||||
\item Nicht global geroutet
|
||||
\item Für Nutzung in privaten Netzen, nicht global geroutet
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}{Adressklassen: Globale Unicast Adresse (GUA)\footnote{Siehe RFC 4291, Kapitel 2.5.4.}}
|
||||
Analog zu global gerouteter IPv4-Adresse \newline
|
||||
\newline
|
||||
\texttt{2001:db8:2407:8d3::1234}
|
||||
\texttt{2001:db8:2407:8d3::1234/128}
|
||||
\newline
|
||||
\begin{itemize}
|
||||
\item Wie bereits aus IPv4 bekannt
|
||||
|
|
Loading…
Reference in New Issue