Feat(SNT): IP, DNS et routage
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-23 09:38:42 +01:00
parent 6174205816
commit 4f1d3ec2c3
6 changed files with 110 additions and 6 deletions

View File

@@ -0,0 +1,46 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\author{Benjamin Bertrand}
\title{Internet - Cours}
\date{Janvier 2023}
\pagestyle{empty}
\newcommand\letableau{
\begin{tabular}{|c|*{2}{p{7cm}|}}
\hline
Protocole & Notre activité & TCP \\
\hline
Liaison & & \\
& & \\
\hline
Support & & \\
& & \\
\hline
Vitesse & & \\
& & \\
\hline
Format & & \\
& & \\
\hline
Contrôle & & \\
& & \\
\hline
Erreur & & \\
& & \\
\hline
\end{tabular}
}
\begin{document}
\letableau
\vfill
\letableau
\vfill
\letableau
\vfill
\end{document}