Update on Overleaf.

This commit is contained in:
Anonymous 2018-01-03 10:41:10 +00:00 committed by overleaf
parent 50773aefa7
commit f465fbb034
1 changed files with 12 additions and 4 deletions

View File

@ -101,17 +101,25 @@ Ergebnis kürzer, aber dennoch zu lang $\rightarrow$ DNS!
\begin{frame}{Beispiel für Zuweisung von Netzen}
\begin{itemize}
\item ISP bekommt ein \texttt{/48} Prefix zugewiesen \newline
\item Kunde von ISP bekommt: \texttt{/56} Prefix zugewiesen \newline
\item Ein Subnetz erhält ein \texttt{/64}-Präfix\footnote{Siehe RFC 6177} \newline
\item ISP bekommt ein \texttt{\colorbox{hlr}{/24}} Präfix zugewiesen
\begin{itemize}
\item Kann über $128 - \texttt{\colorbox{hlr}{24}} = 104$ Bit 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
\end{itemize}
\texttt{2001:0d\colorbox{hlr}{b8:2407:08}\colorbox{hlb}{d3}:\colorbox{hlg}{0000:0000:0000:1234}/\colorbox{hlg}{64}}
Anzahl \texttt{\colorbox{hlb}{/56}} Präfixe für Kunden: $2^{104-56} = 2^{48} = 281.474.976.710.656$ (281 Billion \newline
Anzahl \texttt{\colorbox{hlg}{/64}} Subnetze für einen Kunden: $2^{8} = 256$ \newline
Anzahl Adressen pro Subnetz: $2^{64} = 18.446.744.073.709.551.616$ (18 Trilliarden)\newline
\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 Prefix-Länge: \texttt{2001:db8:2407:8d3::1234/\colorbox{hlr}{64}} \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