Update on Overleaf.
This commit is contained in:
parent
feca00ef5b
commit
63045e57fc
13
main.tex
13
main.tex
@ -73,11 +73,12 @@
|
||||
|
||||
\begin{frame}{Neuigkeiten mit IPv6}
|
||||
\begin{itemize}
|
||||
\item Spezifiziert in RFC 2460, 1998/12 - IPv6 Specification
|
||||
\item 128 Bit Adressraum
|
||||
\item Neu: Link-lokale Adressen
|
||||
\item Multicast anstelle von Broadcast
|
||||
\item ICMPv6 für Betrieb essentiell (Bei IPv4 war ICMP optional)
|
||||
\item Konfiguration via SLAAC\footnote{Stateless Address Autoconfiguration, RFC 2462} und DHCPv6
|
||||
\item Konfiguration via SLAAC\footnote{RFC 2462, 1998/12 - IPv6 Stateless Address Autoconfiguration} und DHCPv6
|
||||
\item Router Advertisments
|
||||
\item Vollwertiges Routing, kein NAT erforderlich!
|
||||
\item Paketfragmentierung nur noch durch den Absender
|
||||
@ -130,7 +131,7 @@ Anzahl Adressen pro Subnetz: $2^{64} = \colorbox{hlg}{18.446.744.073.709.551.616
|
||||
|
||||
\subsection{Adressklassen}
|
||||
|
||||
\begin{frame}{Adressklassen: Unspezifizierte Adresse\footnote{Siehe RFC 4291, Kapitel 2.5.2.}}
|
||||
\begin{frame}{Adressklassen: Unspezifizierte Adresse\footnote{Kapitel 2.5.2. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}}
|
||||
Aus IPv4 bekannt als \texttt{0.0.0.0/0} \newline
|
||||
\newline
|
||||
In IPv6: \texttt{0000:0000:0000:0000:0000:0000:0000:0000} (kurz: \texttt{::}) \newline
|
||||
@ -146,7 +147,7 @@ In IPv6: \texttt{0000:0000:0000:0000:0000:0000:0000:0000} (kurz: \texttt{::}) \n
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Adressklassen: Loopback Adresse\footnote{Siehe RFC 4291, Kapitel 2.5.3.}}
|
||||
\begin{frame}{Adressklassen: Loopback Adresse\footnote{Kapitel 2.5.3. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}}
|
||||
Aus IPv4 bekannt als \texttt{127.0.0.1/8} \newline
|
||||
\newline
|
||||
\texttt{0000:0000:0000:0000:0000:0000:0000:0001/128} (kurz: \texttt{::1/128})
|
||||
@ -157,7 +158,7 @@ Aus IPv4 bekannt als \texttt{127.0.0.1/8} \newline
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}{Adressklassen: Link-lokale Unicast Adresse\footnote{Siehe RFC 4291, Kapitel 2.5.6.}}
|
||||
\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
|
||||
\newline
|
||||
Präfix: \texttt{fe80::/64} \newline
|
||||
@ -179,13 +180,13 @@ Beispiel: \texttt{fe80::7ae4:ff:fecf:8a50/64}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}[fragile]{Adressklassen: Unique Local Adress (ULA)\footnote{Siehe RFC 4291, Kapitel 2.5.4.}}
|
||||
\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
|
||||
\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}:
|
||||
Aufbau der ULA\footnote{Kapitel 3.1. in RFC 4193, 2005/11 - Unique Local IPv6 Unicast Addresses}:
|
||||
\begin{itemize}
|
||||
\item Präfix (7 Bit)
|
||||
\item Local-Flag (1 Bit) - Wert: 1
|
||||
|
Loading…
Reference in New Issue
Block a user