more intro bits
This commit is contained in:
parent
b2abf77526
commit
63e019e7f6
1 changed files with 21 additions and 4 deletions
25
index.html
25
index.html
|
@ -22,6 +22,19 @@
|
|||
<p>Mastodon: @pwarren@mastodon.thewarrens.name </p>
|
||||
<p>email: paul at thewarrens.name </p>
|
||||
</section>
|
||||
|
||||
<section><h2 style="color:red">! WARNING !</h2>
|
||||
<p>I am not a network engineer</p>
|
||||
<p>Please don't blame me if your network stops networking</p>
|
||||
<p class="fragment">Maybe don't go and try building an ISP based off this talk :)</p>
|
||||
</section>
|
||||
|
||||
<section><h2>How it started</h2>
|
||||
<p>Keep having fun</p>
|
||||
<p>Don't interfere with other network users</p>
|
||||
<p class="fragment">One flat network</p>
|
||||
<p class="fragment">Standard tech shop router with defaults</p>
|
||||
</section>
|
||||
|
||||
<section><h2>What even is a network</h2>
|
||||
<p class="fragment fade-in-then-out">Ethernet?</p>
|
||||
|
@ -30,10 +43,9 @@
|
|||
<p class="fragment fade-in-then-out">AX.25?</p>
|
||||
</section>
|
||||
<section><h2>What even is a network</h2>
|
||||
<p class="fragment fade-in-then-out">tcp??</p>
|
||||
<p class="fragment fade-in-then-out">ipv4?</p>
|
||||
<p class="fragment fade-in-then-out">ipv6?</p>
|
||||
<p class="fragment fade-in-then-out">AX.25?</p>
|
||||
<p class="fragment fade-in-then-out">tcp?</p>
|
||||
<p class="fragment">Allows connections between computers</p>
|
||||
</section>
|
||||
|
||||
|
@ -42,10 +54,14 @@
|
|||
<p class= "fragment"><b>Scales</b> connections between computers</p>
|
||||
<p class="fragment"><img src="3tier.png" /><p>
|
||||
<aside class="notes">
|
||||
Diagram is nice, but hides complexities at each layer
|
||||
Diagram is nice, but hides complexities at each layer.
|
||||
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
<section><h2>Layers!</h2>
|
||||
<p>Like an onion!</p>
|
||||
<p>That 7 layer thing</p>
|
||||
</section>
|
||||
<section><h2>The Problems</h2>
|
||||
<p class="fragment">
|
||||
<p class="fragment">VLAN</p>
|
||||
|
@ -65,6 +81,7 @@
|
|||
<p>bird: <a href="https://bird.network.cz/">https://bird.network.cz</a></p>
|
||||
<p>KNorrie's network examples: <a href="https://github.com/knorrie/network-examples">https://github.com/knorrie/network-examples</a></p>
|
||||
<p>Openwrt: <a href="https://openwrt.org">https://openwrt.org/</a></p>
|
||||
<p>The OpenWRT IRC channel, currently on the OFTC network</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue