Working on hardware section

Committer: Thomas Cole <thomas.patrick.cole@gmail.com>
This commit is contained in:
Thomas Cole 2022-01-27 13:44:05 -05:00
parent 9cfc985c4b
commit 1a02d80c22

View File

@ -306,14 +306,125 @@
<section>
<div style="text-align: left;">
<p>Networking</p>
<p>Networking - 1 The basics</p>
</div>
<hr>
<div class="r-stack">
<!-- <img class="fragment fade-out" src="/img/charlie-day-complicated.gif" height="auto" width="80%"> -->
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in"></li>
<li class="fragment fade-in">Enterprise vs home networking</li>
<li class="fragment fade-in">Basic terminology</li>
<ul class="fragment fade-in">
<li>Router</li>
<li>Firewall</li>
<li>Switch</li>
<li>Access Point</li>
</ul>
<li class="fragment fade-in">How they all fit together</li>
</ul>
</div>
</div>
<div class="r-stretch"></div>
<aside class="notes">
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</aside>
</section>
<section>
<div style="text-align: left;">
<p>Networking - 2 Wifi</p>
</div>
<hr>
<div class="r-stack">
<!-- <img class="fragment fade-out" src="/img/charlie-day-complicated.gif" height="auto" width="80%"> -->
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in">Common mistakes</li>
<ul class="fragment fade-in">
<li>Too few access points</li>
<li>Transmit power too high</li>
<li>Channel congestion</li>
<li>2.4GHz interference</li>
</ul>
<li class="fragment fade-in">Brands to know</li>
<ul class="fragment fade-in">
<li>Ubiquiti</li>
<li>TP-Link</li>
<li>Aruba Networks</li>
<li>Cisco Meraki</li>
</ul>
</ul>
</div>
</div>
<div class="r-stretch"></div>
<aside class="notes">
<p>Wifi is tricky to get right and its only noticed when it isn't working. With a few simple tweaks wifi performance can be greatly improved.</p>
<ul>
<li>Generally, you don't want an access point to have to reach more than one room over. ~30ft</li>
<li>This goes hand in hand with too few access points. If the transmit power is too high the signal from an access point can overpower one that may be closer to the device trying to connect.</li>
<li>In especially dense urban areas there are lots of wifi networks. They all use the same few channels to communicate so selecting one that is not as highly used will allow for easier communication.</li>
<li>Lots of devices can give off 2.4GHz signals. Or in short, don't put your access point on top of the break room microwave.</li>
</ul>
<ul>
<li>Ubiquiti: Sleek, does the job well, user friendly, cost premium, no recurring charges</li>
<li>TP-Link Omada: Does everything Ubiquiti can just cheaper. Not as user friendly</li>
<li>The Aruba IAP line is good for 2 or 3 ap deployments where a central controller would be overkill. Going beyond the IAP line is pricy.</li>
<li>Cloud managed. Industry leader. The price will reflect that.</li>
</ul>
</aside>
</section>
<section>
<div style="text-align: left;">
<p>Networking - 3 Switches</p>
</div>
<hr>
<div class="r-stack">
<!-- <img class="fragment fade-out" src="/img/charlie-day-complicated.gif" height="auto" width="80%"> -->
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in">Managed vs Un-managed</li>
<li class="fragment fade-in">Speeds</li>
<ul class="fragment fade-in">
<li>100 megabit</li>
<li>1 gigabit</li>
<li>10 gigabit</li>
</ul>
<li class="fragment fade-in">Power over ethernet</li>
<li class="fragment fade-in">Fiber optics vs copper</li>
</ul>
</div>
</div>
<div class="r-stretch"></div>
<aside class="notes">
<ul>
<li>Managed switches are computers in their own right. They have are not necessarily plug and play. They offer greater control of the network.</li>
<li>Explain what the numbers mean in real world terms.</li>
<li>POE is great for things like access points, security cameras, desk phones, and digital signage</li>
<li>When is fiber optic cabling over kill?</li>
</ul>
</aside>
</section>
<section>
<div style="text-align: left;">
<p>Networking - 4 Firewalls and Routers</p>
</div>
<hr>
<div class="r-stack">
<!-- <img class="fragment fade-out" src="/img/charlie-day-complicated.gif" height="auto" width="80%"> -->
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in">The gateway to the internet</li>
<li class="fragment fade-in">Firewalls often act as the router in a network</li>
<li class="fragment fade-in">Old desktops make great firewalls</li>
<li class="fragment fade-in">Any firewall you build or purchase will outperform the ISP provided one</li>
</ul>
</div>
</div>