\maketitle # Introduction ### Présentations - Épita 2018, a une époque - Sys/Net admin alternant chez FranceIX - Fait ses slides deux jours avant la conf - Système à la base, réseau par assimilation ### Un IXP c'est koa - Internet Exchange Point - Interconnexion de réseaux et services associés - En gros, un (gros) switch - Gné ?? ### Le Nain Ternet - Des paquets dans des fils - Interconnexion de réseaux (AS) - Deux méthodes : transit et peering ### Situation initiale \begin{centering} \begin{tikzpicture}[sibling distance = 5em, every node/.style = {shape=ellipse, draw, align=center, top color=white, bottom color = red!80}] \node[minimum height=3em] (t) {Réseau T}; \node[below left=of t] (a) {Réseau A}; \node[below right=of t] (b) {Réseau B}; \draw[link] (a.north) -- (t.south west); \draw[link] (t.south east) -- (b.north); \end{tikzpicture} \end{centering} ### Mangez des fruits \begin{centering} \begin{tikzpicture}[sibling distance = 5em, every node/.style = {shape=ellipse, draw, align=center, top color=white, bottom color = red!80}] \node[minimum height=3em] (t) {Réseau T}; \node[below left=of t] (a) {Réseau A}; \node[below right=of t] (b) {Réseau B}; \draw[darrow] (a.north) -- (t.south west); \draw[arrow] (a.150) -- (t.195) node[shape=rectangle,draw=none,fill=none,bottom color=white,midway,above=.1cm] {\$}; \draw[darrow] (t.south east) -- (b.north); \draw[arrow] (t.345) -- (b.30) node[shape=rectangle,draw=none,fill=none,bottom color=white,midway,above right=.1cm] {accords préalables \\ (transit ou peering)}; \end{tikzpicture} \end{centering} ### De peer en peer \begin{centering} \begin{tikzpicture}[sibling distance = 5em, every node/.style = {shape=ellipse, draw, align=center, top color=white, bottom color = red!80}] \node[minimum height=3em] (t) {Réseau T}; \node[below left=of t] (a) {Réseau A}; \node[below right=of t] (b) {Réseau B}; \draw[darrow] (a.east) -- (b.west) node[shape=rectangle,draw=none,fill=none,bottom color=white,midway,above=.1cm] {accords de peering}; \end{tikzpicture} \end{centering}