naming for this lesson isn't the best

This commit is contained in:
shockrahwow 2019-09-19 10:08:26 -07:00
parent c6c0772272
commit e9870e7122

35
412/intra-net.md Normal file
View File

@ -0,0 +1,35 @@
Topics:
Focusing on what hardware(things really) is used to setup networks in different places.
# Bridges
Used to divide a network
# Ethernet networks
> Hubs
They basically just act as repeaters for Ethernet signals
_With hubs we find that one message gets sent to everybody but only picked up and used by the intended receiver_
# Switches
Associates ports w/ mac address of whatever is plugged into that port.
Reads the source/destination in the Ethernet frame header to create that association.
This is much better because now the whole network doesn't get spammed like with hubs.
Also the collision domain lies between the switch and the host connected now.
# LAN Segment w/ Routers
If we have two subnets next to each other: _routers_ allow comms between the two.
# VLAN
VLANs themselves are similar to subnets but really act as subnets for routers.