Update on Overleaf.
This commit is contained in:
parent
f833271337
commit
58be89f713
27
main.tex
27
main.tex
|
@ -76,10 +76,10 @@
|
|||
\item 128 Bit Adressraum
|
||||
\item Neu: Link-lokale Adressen
|
||||
\item Multicast anstelle von Broadcast
|
||||
\item ICMPv6 für Betrieb essentiell
|
||||
\item Konfiguration via SLAAC und DHCPv6
|
||||
\item ICMPv6 für Betrieb essentiell (Bei IPv4 war ICMP optional)
|
||||
\item Konfiguration via SLAAC\footnote{Stateless Address Autoconfiguration, RFC 2462} und DHCPv6
|
||||
\item Router Advertisments
|
||||
\item Vollwertiges Routing, kein NAT!
|
||||
\item Vollwertiges Routing, kein NAT erforderlich!
|
||||
\item Paketfragmentierung nur noch durch den Absender
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
@ -163,28 +163,35 @@ Aus IPv4 bekannt als \texttt{127.0.0.1/8} \newline
|
|||
\begin{frame}{Adressklassen: Link-lokale Unicast Adresse\footnote{Siehe RFC 4291, Kapitel 2.5.6.}}
|
||||
Ähnlich zu \texttt{169.254.0.0/16} \newline
|
||||
\newline
|
||||
Bereich: \texttt{fe80::/64} \newline
|
||||
Präfix: \texttt{fe80::/64} \newline
|
||||
Beispiel: \texttt{fe80::7ae4:ff:fecf:8a50/64}
|
||||
\newline
|
||||
\begin{itemize}
|
||||
\item Gilt nur innerhalb der Broadcast-Domäne eines Interface
|
||||
\item Gilt nur innerhalb der Broadcast-Domäne \textbf{eines Interface}
|
||||
\begin{itemize}
|
||||
\item \texttt{ping -6 fe80::7ae4:ff:fecf:8a50\textbf{\%eth0}}
|
||||
\end{itemize}
|
||||
\item Darf nicht geroutet werden
|
||||
\item Für Tätigkeiten auf dem lokalen Link
|
||||
\begin{itemize}
|
||||
\item Neighbor Dicovery
|
||||
\item Neighbor Dicovery Protocol
|
||||
\item Automatic Address Configuration
|
||||
\item Router Advertisment
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}{Adressklassen: Lokale Unicast Adresse (LUA)\footnote{Siehe RFC 4291, Kapitel 2.5.4.}}
|
||||
Analog zu global gerouteter IPv4-Adresse \newline
|
||||
\begin{frame}{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
|
||||
\texttt{2001:db8:2407:8d3::1234}
|
||||
Präfix: \texttt{FC00::/7} \newline
|
||||
\newline
|
||||
|
||||
|
||||
\begin{itemize}
|
||||
\item Wie bereits aus IPv4 bekannt
|
||||
\item Für Nutzung in privaten Netzen
|
||||
\item Nicht global geroutet
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
|
|
Loading…
Reference in New Issue