-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
beb2122
commit e204dd4
Showing
9 changed files
with
154 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- .slide: data-background="../mixit/images/massif-saou.jpg" data-state="background-dark" --> | ||
<h2 id="👋🏻-Salut-c’est-Thomas"><a class="header-anchor" href="#👋🏻-Salut-c’est-Thomas">§</a>👋🏻 Salut c’est <em>Thomas</em></h2> | ||
<p>Développeur Web<br> | ||
salarié indépendant en <abbr title="Coopérative d'Activité et d'Emploi">CAE</abbr><br> | ||
📍 Crest</p> | ||
<p><a href="https://thom4.net">thom4.net</a> • <a href="https://xn--dtour-bsa.studio">détour.studio</a></p> | ||
<p>🧢 Développeur Web<br> | ||
🛠️ salarié indépendant en <abbr title="Coopérative d'Activité et d'Emploi">CAE</abbr><br> | ||
📍 <a href="https://www.openstreetmap.org/relation/84754">Crest</a> (vallée de la Drôme)</p> | ||
<p>✍🏻 <a href="https://thom4.net">thom4.net</a> • <a href="https://xn--dtour-bsa.studio">détour.studio</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<h1 id="☎️-Comment-se-parlent-les-machines"><a class="header-anchor" href="#☎️-Comment-se-parlent-les-machines">§</a>☎️ Comment se parlent les machines ?</h1> | ||
<p>(elles se cherchent et communiquent)</p> | ||
<p>@@@</p> | ||
<h2 id="Comme-un…-courrier"><a class="header-anchor" href="#Comme-un…-courrier">§</a>Comme un… <em>courrier</em></h2> | ||
<h2 id="Comme-du-courrier-postal"><a class="header-anchor" href="#Comme-du-courrier-postal">§</a>Comme du <em>courrier</em> postal</h2> | ||
<p>@@@</p> | ||
<h2 id="test-example-com"><a class="header-anchor" href="#test-example-com">§</a><code>[email protected]</code></h2> | ||
<p><em>test</em> : destinataire<br> | ||
|
@@ -13,29 +13,60 @@ <h2 id="test-example-com-v2"><a class="header-anchor" href="#test-example-com-v2 | |
<p><em>test</em> : destinataire<br> | ||
<em>@</em> : chez<br> | ||
<em><a href="http://example.com">example.com</a></em> : <s>serveur</s> foyer numérique</p> | ||
<p>@@@</p> | ||
<h1 id="Atteindre-le-foyer-numerique"><a class="header-anchor" href="#Atteindre-le-foyer-numerique">§</a>Atteindre le foyer numérique</h1> | ||
<p>(trouver l’adresse à partir du nom)</p> | ||
<p>@@@</p> | ||
<!-- .slide: data-background="images/dns-root.png" --> | ||
<p>@@@</p> | ||
<!-- .slide: data-background="images/base-adresse.png" data-background-size="contain" --> | ||
<p>@@@</p> | ||
<!-- .slide: data-background="images/dns-records.png" data-background-size="contain" --> | ||
<p>@@@</p> | ||
<!-- .slide: data-background="images/annuaire.png" data-background-size="contain" --> | ||
<p>@@@</p> | ||
<h1 id="Trouver-un-itineraire"><a class="header-anchor" href="#Trouver-un-itineraire">§</a>Trouver un itinéraire</h1> | ||
<p>(vous passerez par <code>154.54.6.222</code> puis <code>154.54.6.217</code> avant d’arriver en <code>154.54.83.73</code>)</p> | ||
<p>@@@</p> | ||
<!-- .slide: data-background="images/traceroute-seattle-paris.png" --> | ||
<p>@@@</p> | ||
<!-- .slide: data-background="images/traceroute-grenoble-paris.png" --> | ||
<p>@@@</p> | ||
<h1 id="Dialogue-entre-machines"><a class="header-anchor" href="#Dialogue-entre-machines">§</a>Dialogue entre machines</h1> | ||
<p><span class="fragment">salut, c’est <a href="mailto:[email protected]">[email protected]</a></span><span class="fragment">, j’ai une lettre pour <a href="mailto:[email protected]">[email protected]</a>, je peux ?</span><span class="fragment"> Tiens, la voilà.</span></p> | ||
<p>@@@</p> | ||
<pre><code class="language-smtp">S: MAIL FROM:<[email protected]> | ||
<p><small>(parce que dans un même foyer il peut y avoir plusieurs serveurs)</small></p> | ||
<pre><code> | ||
C'est un peu le principe des boîtes aux lettres dans un immeuble. Chaque boîte étant un serveur. | ||
|
||
@@@ | ||
|
||
# Atteindre le foyer numérique | ||
|
||
(trouver l'adresse à partir du nom) | ||
|
||
|
||
@@@ | ||
|
||
<!-- .slide: data-background="images/dns-root.png" --> | ||
|
||
@@@ | ||
|
||
<!-- .slide: data-background="images/base-adresse.png" data-background-size="contain" --> | ||
|
||
|
||
@@@ | ||
|
||
<!-- .slide: data-background="images/dns-records.png" data-background-size="contain" --> | ||
|
||
@@@ | ||
|
||
<!-- .slide: data-background="images/annuaire.png" data-background-size="contain" --> | ||
|
||
@@@ | ||
|
||
# Logistique d'acheminement | ||
|
||
(vous tournerez en direction de `154.54.6.222` puis `154.54.6.217` avant d'arriver en `154.54.83.73`) | ||
|
||
@@@ | ||
|
||
<!-- .slide: data-background="images/traceroute-seattle-paris.png" --> | ||
|
||
@@@ | ||
|
||
<!-- .slide: data-background="images/traceroute-grenoble-paris.png" --> | ||
|
||
|
||
|
||
@@@ | ||
|
||
# Dialogue entre machines | ||
|
||
<span class="fragment">salut, c'est [email protected]</span><span class="fragment">, j'ai une lettre pour [email protected], je peux ?</span><span class="fragment"> Tiens, la voilà.</span> | ||
|
||
@@@ | ||
|
||
```smtp | ||
S: MAIL FROM:<[email protected]> | ||
R: 250 OK | ||
|
||
S: RCPT TO:<[email protected]> | ||
|
@@ -47,16 +78,11 @@ <h1 id="Dialogue-entre-machines"><a class="header-anchor" href="#Dialogue-entre- | |
S: … … … | ||
S: <CRLF>.<CRLF> | ||
R: 250 OK | ||
</code></pre> | ||
<pre><code> | ||
http://www.iprelax.fr/smtp/821-3.php | ||
|
||
@@@ | ||
|
||
# Le _point commun_ de tous ces éléments ? | ||
|
||
C'est standardisé ou open source. | ||
|
||
([BGP](https://datatracker.ietf.org/doc/html/rfc4271), [DNS](https://datatracker.ietf.org/doc/html/rfc1035), [SMTP](https://www.rfc-editor.org/info/rfc2821), [IMAP](https://www.rfc-editor.org/info/rfc2060), [TCP/IP](https://datatracker.ietf.org/doc/html/rfc9293), [iana.org](https://www.iana.org/)) | ||
``` | ||
|
||
</code></pre> | ||
<p><a href="http://www.iprelax.fr/smtp/821-3.php">http://www.iprelax.fr/smtp/821-3.php</a></p> | ||
<p>@@@</p> | ||
<h1 id="Le-point-commun-de-tous-ces-elements"><a class="header-anchor" href="#Le-point-commun-de-tous-ces-elements">§</a>Le <em>point commun</em> de tous ces éléments ?</h1> | ||
<p>C’est standardisé ou open source.</p> | ||
<p>(<a href="https://datatracker.ietf.org/doc/html/rfc4271">BGP</a>, <a href="https://datatracker.ietf.org/doc/html/rfc1035">DNS</a>, <a href="https://www.rfc-editor.org/info/rfc2821">SMTP</a>, <a href="https://www.rfc-editor.org/info/rfc2060">IMAP</a>, <a href="https://datatracker.ietf.org/doc/html/rfc9293">TCP/IP</a>, <a href="https://www.iana.org/">iana.org</a>)</p> |
Oops, something went wrong.