Notos evaluation first part

This commit is contained in:
2018-01-02 19:12:28 +01:00
parent 45a9e74c14
commit 48f8343a79
8 changed files with 247 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
The \gls{dns} is one of the cornerstone of the internet as it is known today. \todo{statistic about usage}. Initial designs have been proposed in 1983 and evolved over the following four years into the first globally adapted standard RFC 1034 \fsCite{rfc1034} (RFC 1035 for implementation and specification details \fsCite{rfc1035}). The main idea of the \gls{dns} is translating human readable domain names to network addresses. There are many extensions to the initial design including many security related features and enhancements or the support for \gls{ipv6} in 1995.
In order to understand how the \gls{dns} is misused for hostile activities and how to prevent these attacks it is necessary to explain some basic mechanisms.
In order to understand how the \gls{dns} is misused for hostile activities and how to prevent these attacks, it is necessary to explain some basic mechanisms.
\subsection{Basics}
@@ -223,7 +223,7 @@ QType & Type & Description \\
\subsection{Domain Names}
\label{subsec:domain_names}
\todo{TODO structure of a domain, etc.}
\todo{TODO structure of a domain, etc. top-level, second-level, third-level}
\subsection{Resolution}