++ abreviations
This commit is contained in:
parent
312fa85138
commit
9eb5850979
6 changed files with 41 additions and 18 deletions
|
@ -35,10 +35,3 @@ much higher speeds, for instance on 100 Gbit/s switches.
|
|||
%% scalability of NAT64 on programmable switches.
|
||||
\vfil
|
||||
\clearpage
|
||||
|
||||
\begin{verbatim}
|
||||
|
||||
***** Mehr was ich gemacht habe
|
||||
***** 2-3 keys & numbers hinzufügen, 30% netpfga, 10gbit/s line rate
|
||||
***** weniger das warum
|
||||
\end{verbatim}
|
||||
|
|
|
@ -4,12 +4,20 @@
|
|||
|
||||
|
||||
\chapter{\label{introduction}Introduction}
|
||||
IPv6 P4
|
||||
|
||||
Introduce the related research field/the project.
|
||||
In this chapter we give an introduction about the topic of the master
|
||||
thesis, the motivation and problemes that we address.
|
||||
|
||||
% ----------------------------------------------------------------------
|
||||
\section{\label{introduction:motivation}Motivation}
|
||||
IPv6 deployments grow
|
||||
The Internet has almost completely run out of public IPv4 space. The
|
||||
Regional Internet Registries
|
||||
(\cite{ripe_exhaustion},
|
||||
\cite{apnic_exhaustion},
|
||||
\cite{lacnic:_ipv4_deplet_phases}
|
||||
is common knowledge
|
||||
|
||||
|
||||
IPv6 deployments grow \cite{google:_ipv6_googl}.
|
||||
Make it easier
|
||||
take away burden
|
||||
|
||||
|
@ -17,6 +25,13 @@ In theory line speed - what is reality?
|
|||
|
||||
The motivation to write this thesis was...
|
||||
|
||||
|
||||
|
||||
|
||||
IPv6 P4
|
||||
|
||||
Introduce the related research field/the project.
|
||||
|
||||
\section{\label{introduction:taskdescription}The Task}
|
||||
|
||||
P4 environment
|
||||
|
|
|
@ -3,7 +3,7 @@ FILE = Thesis
|
|||
|
||||
all:
|
||||
pdflatex $(FILE)
|
||||
# bibtex $(FILE)
|
||||
bibtex $(FILE)
|
||||
pdflatex $(FILE)
|
||||
pdflatex $(FILE)
|
||||
|
||||
|
|
|
@ -1493,9 +1493,6 @@ root@ESPRIMO-P956:~#
|
|||
%"%bm.nlo" -s nomencl.ist -o "%bm.nls"
|
||||
%as beeing the argument list for makeindex.
|
||||
%---------------------------------------------------------------------------------------------------------
|
||||
%For old nomencl package uncomment this:
|
||||
%\printglossary
|
||||
%For new nomencl package uncomment this:
|
||||
\printnomenclature
|
||||
|
||||
\abbrev{XCA}{\markup{X}tremely \markup{C}ool \markup{A}bbrevations}
|
||||
\abbrev{RIR}{Regional Internet Registry}
|
||||
|
|
|
@ -37,9 +37,9 @@
|
|||
\renewcommand{\nomlabel}[1]{#1 \dotfill}
|
||||
\setlength{\nomitemsep}{-\parsep}
|
||||
%For old nomencl package, uncomment this:
|
||||
\makeglossary
|
||||
%\makeglossary
|
||||
%For new nomencl package, uncomment this:
|
||||
%\makenomenclature
|
||||
\makenomenclature
|
||||
|
||||
\usepackage[normalem]{ulem}
|
||||
\newcommand{\markup}[1]{\uline{#1}}
|
||||
|
|
|
@ -4,3 +4,21 @@
|
|||
PUBLISHER = "Addison-Wesley Publishing Company",
|
||||
ADDRESS = "Reading, Massachusetts",
|
||||
YEAR = "1986"}
|
||||
|
||||
@Misc{ripe_exhaustion,
|
||||
author = {RIPE},
|
||||
howpublished = {\url{https://www.ripe.net/publications/ipv6-info-centre/about-ipv6/ipv4-exhaustion}}}
|
||||
|
||||
@Misc{apnic_exhaustion,
|
||||
author = {APNIC},
|
||||
howpublished = {\url{https://www.apnic.net/community/ipv4-exhaustion/graphical-information/}}}
|
||||
|
||||
@Misc{google:_ipv6_googl,
|
||||
author = {Google},
|
||||
title = {IPv6 - Google},
|
||||
howpublished = {\url{https://www.google.com/intl/en/ipv6/statistics.html}}}
|
||||
|
||||
@Misc{lacnic:_ipv4_deplet_phases,
|
||||
author = {LACNIC},
|
||||
title = {IPv4 Depletion Phases},
|
||||
howpublished = {\url{https://www.lacnic.net/1039/1/lacnic/ipv4-depletion-phases}}}
|
||||
|
|
Loading…
Add table
Reference in a new issue