How are routers with respect to MAC addresses?
They are L3 devices so they are not transparent with respect to them.
they separate broadcast domains
Is there a router in a LAN?
It is not required but is better to divide a LAN into multiple LAN’s when it becomes too big
Which are the benefits of having different LANs (and VLANs)?
The broadcast network is reduced so it is more secure
There cannot be broadcast between different LANs so attackers can perform MAC flooding and ARP spoofing only in a specific LAN and not through more LANs
Why VLANs?
It is better to divide a LAN into multiple LAN’s when it becomes too big and to not wast resources having N LANs each one with a physical infrastructure, fibers and port not used, we can divide single LAN into multiple VLANs
Which is the architecture of a switch that implements VLANs? Which protocol does it use?
For each VLAN it has a FILTERING DATABASE based on backward learning.
THESE DATABASES IMPLEMENT FILTERING ON MAC ADDRESSES
VLAN example on the notes
How can we associate a frame to a specific VLAN?
Which port types can a VLAN have?
How can be switches with respect to a VLAN?
Do professional and domestic products support VLAN in general?
professional: yes
domestic: no
Is VLAN P6P?
Generally no in fact domestic routers do not support the VLAN technology by default
How is network isolation with a VLAN?
+
VLANs do not protect from a broadcast storm
Main concepts to implement a VLAN
What is a broadcast storm?
A VLAN broadcast packet is not forwarded to other VLANs but it goes to the same router that is shared between multiple VLANs.
If a VLAN sends too much broadcast traffic then the router is congested and other VLANs will not receive their own traffic
How to improve network isolation even if there are VLANs?
QoS with Round Robin based on VLAN ID that ensures a minimum amount of bandwidth for each VLAN