mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Begin writing ipv6 section
This commit is contained in:
parent
00355f4cfe
commit
779d7aff02
13
chapter/ip.tex
Normal file
13
chapter/ip.tex
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
\chapter[IP]{Internet Protocol}
|
||||||
|
|
||||||
|
\section[IPv6]{Internet Protocol v6}
|
||||||
|
|
||||||
|
\gls{ipv6} has recently been defined in an updated \rfc{8200} which obsoletes several of the older \gls{rfc} documents regarding \gls{ipv6}.
|
||||||
|
|
||||||
|
\gls{ipv6} came about in 1998 when the original \rfc{2460} was published. It aims to provide globally route-able addresses (i.e. no need for \gls{nat}) and provides a hierarchical way to allocate address prefixes in a way which makes it simple to do route aggregation\footnote{This helps limits the size of the Internet's global routing table!}.
|
||||||
|
|
||||||
|
\fig{ipv6_address_leading_zeros.svg}{ipv6zeroes}{An illustration of an example IPv6 address with leading zeros in the binary rendering}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section[IPv4]{Internet Protocol v4}
|
BIN
img/ipv6/ipv6_address_leading_zeros.svg.png
Normal file
BIN
img/ipv6/ipv6_address_leading_zeros.svg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
1
main.tex
1
main.tex
|
@ -23,6 +23,7 @@
|
||||||
% %
|
% %
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\include{chapter/ip}
|
||||||
\include{chapter/layer2}
|
\include{chapter/layer2}
|
||||||
\include{chapter/l2tol3}
|
\include{chapter/l2tol3}
|
||||||
\include{chapter/layer3}
|
\include{chapter/layer3}
|
||||||
|
|
Loading…
Reference in a new issue