2023-04-12 14:41:14 +00:00
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{myXsim}
|
2023-04-13 13:09:53 +00:00
|
|
|
\usepackage{minted}
|
2023-04-12 14:41:14 +00:00
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Réseau - Plan de travail}
|
|
|
|
\tribe{1NSI}
|
|
|
|
\date{avril 2023}
|
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
\xsimsetup{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
% Résumé
|
|
|
|
|
|
|
|
\bigskip
|
|
|
|
|
2023-04-13 13:09:53 +00:00
|
|
|
\section{Découverte d'un réseau et du logiciel Filius}
|
|
|
|
\listsectionexercises
|
2023-04-12 14:41:14 +00:00
|
|
|
|
2023-04-13 15:43:34 +00:00
|
|
|
\section{Couche accès réseau}
|
2023-04-13 13:09:53 +00:00
|
|
|
\listsectionexercises
|
2023-04-12 14:41:14 +00:00
|
|
|
|
2023-04-13 15:43:34 +00:00
|
|
|
\section{Couche Internet}
|
2023-04-13 13:09:53 +00:00
|
|
|
\listsectionexercises
|
2023-04-12 14:41:14 +00:00
|
|
|
|
2023-04-13 13:09:53 +00:00
|
|
|
\section{Couche transport}
|
2023-04-12 14:41:14 +00:00
|
|
|
\listsectionexercises
|
|
|
|
|
2023-04-13 13:09:53 +00:00
|
|
|
\section{Couche application}
|
|
|
|
\listsectionexercises
|
2023-04-12 14:41:14 +00:00
|
|
|
|
2023-04-13 14:52:53 +00:00
|
|
|
\section{QCM}
|
|
|
|
\listsectionexercises
|
|
|
|
|
2023-04-12 14:41:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\printcollection{banque}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|