cours-info/main.tex

417 lines
9.7 KiB
TeX

\documentclass[a4paper,french,12pt]{report}
\title{Cours et prises de notes}
\author{Tunui Franken}
\date{Dernière compilation le \today{} à \currenttime}
\usepackage{styles}
\makeglossaries{}
\input{./tex/glossary/acronyms}
\input{./tex/glossary/glossary-entries}
\input{./tex/glossary/dual-gls-entries}
\begin{document}
\maketitle
\clearpage
\tableofcontents
\clearpage
\part{Réseau}
\chapter{Introduction}
\section{Réseaux convergents}
\input{./tex/reseau/reseaux_convergents.tex}
\section{Fiabilité des réseaux}
\input{./tex/reseau/fiabilite_reseau}
\section{Types de réseaux}
\input{./tex/reseau/types_de_reseaux}
\section{Différents moyens de connexion à Internet}
\input{./tex/reseau/connexions_internet}
\section{Cloud computing}
\input{./tex/reseau/cloud}
\section{Architectures de réseaux}
\input{./tex/reseau/network_design}
\chapter{\acrshort{osi} vs. \acrshort{tcp}\slash\acrshort{ip}}
\section{Le modèle \acrshort{osi}}
\input{./tex/reseau/modele_osi}
\section{Le modèle \acrshort{tcp}\slash\acrshort{ip}}
\input{./tex/reseau/modele_tcp_ip}
\chapter{Couche Physique}
\section{Types de connexion}
\input{./tex/reseau/couches/physique/types_de_connexion}
\section{Normes}
\input{./tex/reseau/couches/physique/normes}
\section{Perturbations}
\input{./tex/reseau/couches/physique/perturbations}
\section{Câble en cuivre\label{sec:cable}}
\input{./tex/reseau/couches/physique/cable_cuivre}
\section{Fibre optique\label{sec:fibre}}
\input{./tex/reseau/couches/physique/fibre_optique}
\section{\gls{wifi}\label{sec:wifi}}
\input{./tex/reseau/couches/physique/wifi}
\chapter{Couche Liaison}
\section{Sous-couches}
\input{./tex/reseau/couches/liaison/sous_couches}
\section{Accès aux supports}
\input{./tex/reseau/couches/liaison/acces_aux_supports}
\section{Protocoles de couche~\ref{itm:osi2}}
\input{./tex/reseau/couches/liaison/protocoles}
\section{\Gls{ethernet}}
\input{./tex/reseau/couches/liaison/ethernet}
\section{La \gls{trame}}
\input{./tex/reseau/couches/liaison/trame}
\section{Adressage \acrshort{mac}}
\input{./tex/reseau/couches/liaison/adressage_mac}
\section{\gls{arp}}
\input{./tex/reseau/couches/liaison/arp}
\section{Commutation}
\input{./tex/reseau/couches/liaison/commutation}
\section{\glspl{vlan}}
\input{./tex/reseau/couches/liaison/vlan}
\section{\gls{stp}}
\input{./tex/reseau/couches/liaison/spanning_tree}
\section{\gls{etherchannel}}
\input{./tex/reseau/couches/liaison/etherchannel}
\section{Attaques de réseau \acrshort{lan}}
\input{./tex/reseau/couches/liaison/attaques_lan}
\chapter{Couche Réseau}
\section{Adressage \acrshort{ip}}
\input{./tex/reseau/couches/reseau/adressage_ip}
\section{\acrshort{ip}v4}
\input{./tex/reseau/couches/reseau/ipv4}
\section{\acrshort{ip}v6}
\input{./tex/reseau/couches/reseau/ipv6}
\section{\acrshort{icmp}}
\input{./tex/reseau/couches/reseau/icmp}
\section{Routage}
\subsection{Principes de routage}
\input{./tex/reseau/couches/reseau/principes_de_routage}
\subsection{Passerelle par défaut}
\input{./tex/reseau/couches/reseau/passerelle_par_defaut}
\subsection{Table de routage}
\input{./tex/reseau/couches/reseau/table_de_routage}
\subsection{Déterminer le meilleur chemin}
\input{./tex/reseau/couches/reseau/meilleur_chemin}
\subsection{Transfert de \gls{paquet}}
\input{./tex/reseau/couches/reseau/transfert_de_paquet}
\subsection{Routage statique\label{subsec:routage-statique}}
\input{./tex/reseau/couches/reseau/routage_statique}
\subsection{Routage dynamique (principes)\label{subsec:routage-dynamique}}
\input{./tex/reseau/couches/reseau/routage_dynamique}
\subsection{\gls{rip}}
\input{./tex/reseau/couches/reseau/rip}
\subsection{\gls{ospf}}
\input{./tex/reseau/couches/reseau/ospf}
\subsection{\gls{bgp}}
\input{./tex/reseau/couches/reseau/bgp}
\subsection{Routage inter-\acrshort{vlan}}
\input{./tex/reseau/couches/reseau/routage_inter_vlan}
\chapter{Couche Transport}
\section{Rôle de la couche Transport}
\input{./tex/reseau/couches/transport/role_de_la_couche_transport}
\section{Protocoles de couche~\ref{itm:osi4}}
\input{./tex/reseau/couches/transport/protocoles}
\subsection{\gls{tcp}\label{subsec:tcp}}
\input{./tex/reseau/couches/transport/tcp}
\subsection{\gls{udp}\label{subsec:udp}}
\input{./tex/reseau/couches/transport/udp}
\section{Numéros de port}
\input{./tex/reseau/couches/transport/ports}
\chapter{Couche Application}
\section{\gls{dhcp}v4}
\input{./tex/reseau/couches/application/dhcpv4}
\section{\gls{slaac} et \gls{dhcp}v6\label{sec:slaac-dhcpv6}}
\input{./tex/reseau/couches/application/slaac-dhcpv6}
\section{Fonctionnement de \gls{ftp}}
\input{./tex/reseau/couches/application/ftp}
\section{\gls{voip}}
\input{./tex/reseau/couches/application/voip}
\section{Supervision --- \acrshort{snmp}}
\input{./tex/reseau/couches/application/supervision}
\chapter{Cisco}
\section{Démarrage d'un switch}
\input{./tex/reseau/cisco/switch_boot}
\section{\glspl{led} de switch}
\input{./tex/reseau/cisco/switch_leds}
\section{Commandes}
Les valeurs entre chevrons (\texttt{< >}) sont des variables qu'il faut adapter.
Les valeurs entre crochets (\texttt{[ ]}) sont optionnelles.
\subsection{Navigation}
\input{./tex/reseau/cisco/commandes/navigation}
\subsection{Configuration basique}
\input{./tex/reseau/cisco/commandes/basic_configuration}
\subsection{Mise en réseau\label{subsec:cisco-mise-en-reseau}}
\input{./tex/reseau/cisco/commandes/networking}
\subsection{Accès à distance}
\input{./tex/reseau/cisco/commandes/remote_access}
\subsection{Temps}
\input{./tex/reseau/cisco/commandes/time.tex}
\subsection{Filtrer la sortie}
\input{./tex/reseau/cisco/commandes/filtering}
\subsection{\gls{auto-mdix}}
\input{./tex/reseau/cisco/commandes/auto_mdix}
\subsection{Duplex}
\input{./tex/reseau/cisco/commandes/duplex}
\subsection{Vérification}
\input{./tex/reseau/cisco/commandes/verification}
\subsection{Récupérer d'un crash}
\input{./tex/reseau/cisco/commandes/crash_recovery}
\subsection{Résoudre les erreurs réseau}
\input{./tex/reseau/cisco/commandes/troubleshooting}
\chapter{Réseaux étendus}
\section{\gls{frame relay}}
\input{./tex/reseau/reseaux_etendus/frame_relay}
\section{\gls{mpls}}\label{sec:mpls}
\input{./tex/reseau/reseaux_etendus/mpls}
\part{Système}
\chapter{\gls{ldap}}
\input{./tex/systeme/ldap}
\chapter{Windows}
\section{Active Directory\label{sec:ad}}
\input{./tex/systeme/active_directory}
\section{PowerShell}
\input{./tex/systeme/powershell}
\chapter{Virtualisation}
\section{VirtualBox}
\input{./tex/systeme/virtualisation/virtualbox}
\section{VMware ESXi}
\input{./tex/systeme/virtualisation/esxi}
\section{Hyper-V}
\input{./tex/systeme/virtualisation/hyper-v}
\chapter{\acrshort{raid}}
\input{./tex/systeme/raid}
\chapter{\acrshort{lvm}}
\input{./tex/systeme/lvm}
\chapter{Sauvegarde des données}
\input{./tex/systeme/sauvegarde-donnees}
\chapter{Partage de fichiers}
\section{\gls{nfs}\label{sec:nfs}}
\input{./tex/systeme/partage/nfs}
\section{Samba\label{sec:samba}}
\input{./tex/systeme/partage/samba}
\chapter{Base de données relationnelles --- \acrshort{uml}}
\input{./tex/systeme/uml}
\part{Sécurité}
\chapter{Introduction}
\input{./tex/securite/introduction}
\chapter{Bonnes pratiques}
\input{./tex/securite/bonnes-pratiques}
\chapter{La cryptographie}
\input{./tex/securite/cryptographie}
\chapter{Sécurité Physique}
\input{./tex/securite/physique}
\chapter{Système de fichiers}
\input{./tex/securite/filesystem}
\chapter{Les \glspl{acl}}
\input{./tex/securite/acl}
\chapter{\gls{nat}}
\input{./tex/securite/nat}
\chapter{Proxy}
\input{./tex/securite/proxy}
\chapter{Authentification \gls{radius}}
\input{./tex/securite/radius}
\chapter{Les \glspl{vpn}}
\input{./tex/securite/vpn}
\chapter{\gls{ssh}}
\input{./tex/securite/ssh}
\glsaddall{}
\printglossaries{}
\end{document}