updates
This commit is contained in:
parent
1a6881f58a
commit
7eff61e418
3
Makefile
3
Makefile
@ -5,10 +5,11 @@ slides: slides/slides.md slides/header.tex
|
||||
--latex-engine=xelatex \
|
||||
--template=./default.beamer \
|
||||
--include-in-header slides/header.tex \
|
||||
--slide-level 3 \
|
||||
--slide-level 1 \
|
||||
--variable colortheme=beaver \
|
||||
--variable theme=boxes \
|
||||
--variable fontsize=12pt \
|
||||
--variable mainfont="Comic Sans MS" \
|
||||
-o slides.pdf
|
||||
|
||||
clean:
|
||||
|
BIN
resources/heart.png
Normal file
BIN
resources/heart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
@ -1,6 +1,4 @@
|
||||
\usepackage{graphicx}
|
||||
\DeclareSymbolFont{extraup}{U}{zavm}{m}{n}
|
||||
\DeclareMathSymbol{\varheart}{\mathalpha}{extraup}{86}
|
||||
\usepackage{tikz}
|
||||
\usepackage{pgfplots}
|
||||
\usetikzlibrary{calc, shapes, backgrounds, positioning, arrows}
|
||||
@ -15,6 +13,12 @@
|
||||
}
|
||||
|
||||
|
||||
\institute{
|
||||
\includegraphics[width=3cm]{ressources/epita.png}
|
||||
\hspace{0.5cm}
|
||||
\includegraphics[width=5cm]{ressources/gconfs.png}
|
||||
}
|
||||
|
||||
\setbeamertemplate{footline}{\hfill\insertframenumber/\inserttotalframenumber}
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
\setbeamertemplate{itemize items}[circle]
|
||||
|
@ -1,28 +1,27 @@
|
||||
\maketitle
|
||||
|
||||
# Introduction
|
||||
|
||||
### Présentations
|
||||
# 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
|
||||
- (Oui, c'est du Comic Sans)
|
||||
|
||||
### Un IXP c'est koa
|
||||
# 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
|
||||
# Le Nain Ternet
|
||||
|
||||
- Des paquets dans des fils
|
||||
- Interconnexion de réseaux (AS)
|
||||
- Deux méthodes : transit et peering
|
||||
|
||||
### Situation initiale
|
||||
# Situation initiale
|
||||
|
||||
\centering{
|
||||
\begin{tikzpicture}[sibling distance = 5em, every node/.style
|
||||
@ -36,7 +35,7 @@ draw, align=center, top color=white, bottom color = red!80}]
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
### Mangez des fruits
|
||||
# Mangez des fruits
|
||||
|
||||
\centering{
|
||||
\begin{tikzpicture}[sibling distance = 5em, every node/.style
|
||||
@ -54,7 +53,7 @@ color=white,midway,above right=.1cm] {accords \\ préalables};
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
### De peer en peer
|
||||
# De peer en peer
|
||||
|
||||
\centering{
|
||||
\begin{tikzpicture}[sibling distance = 5em, every node/.style
|
||||
@ -69,21 +68,21 @@ node[shape=rectangle,draw=none,fill=none,bottom color=white,midway,above=.1cm]
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
### Les gestes qui sauvent
|
||||
# Les gestes qui sauvent
|
||||
|
||||
- MPLS/VPLS everywhere
|
||||
- Encapsulation de l'Ethernet pour le transport
|
||||
- Des grosses machines qui empilent des paquets
|
||||
- D'autres protocoles sont possibles (EVPN/VXLAN, entre autres)
|
||||
|
||||
### Des étiquettes partout
|
||||
# Des étiquettes partout
|
||||
|
||||
- Multiprotocol Label-Switching
|
||||
- Transport par commutation de labels
|
||||
- Supporte la couche 2, 3, de la voix, ....
|
||||
- Établit des chemins de bout en bout
|
||||
|
||||
### Je VPLS tomber, je trouve pas de jeu de mot
|
||||
# Je VPLS tomber, je trouve pas de jeu de mot
|
||||
|
||||
- Virtual Private LAN Service
|
||||
- Service de L2VPN multipoint-to-multipoint
|
||||
@ -91,7 +90,7 @@ node[shape=rectangle,draw=none,fill=none,bottom color=white,midway,above=.1cm]
|
||||
|
||||
[^1]: oui, ça se dit
|
||||
|
||||
### J'$\varheart$ PLS
|
||||
# J'\hspace{.1em}\includegraphics[height=1.2em]{resources/heart}\vspace{1em} PLS
|
||||
|
||||
\centering{
|
||||
\begin{tikzpicture}[sibling distance = 3em, every node/.style = {shape=ellipse,
|
||||
@ -112,21 +111,23 @@ draw, align=center, top color=white, bottom color = red!80}]
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
###
|
||||
#
|
||||
\centerline{\includegraphics[height=\paperheight]{resources/photos-infra/IMG_20160520_114325.jpg}}
|
||||
|
||||
###
|
||||
#
|
||||
\centerline{\includegraphics[height=\paperheight]{resources/photos-infra/IMG_20160520_114337}}
|
||||
|
||||
### L'internet Français
|
||||
# L'internet Français
|
||||
\centerline{\includegraphics[height=8.4cm]{resources/photos-infra/IMG_20160420_164835}}
|
||||
|
||||
### Feux de signalisation
|
||||
# Feux de signalisation
|
||||
|
||||
- L'IXP fournit d'autres services
|
||||
- Simplification de la prise de contact avec des peers
|
||||
- Route Servers
|
||||
- Supervision et maintenance de l'infra
|
||||
- Mise en place de peering privés
|
||||
- Protections diverses (DDoS, BGP Hijacking, etc\dots)
|
||||
- \dots
|
||||
- Simplicité d'utilisation : je pluggue mon port et c'est fini
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user