LAN Switching & Wireless Networks
LAN Switching & Wireless Networks
Networks
VLAN & its Benefits
• What is 802.1Q?
Types of VLANs: Voice VLAN
Types of VLANs: Voice VLAN
Without Trunks
With Trunks
Network Without VLANs
In normal operation, when a switch receives a broadcast frame
on one of its ports, it forwards the frame out all other ports
except the port where the broadcast was received.
In Figure 1, the entire network is configured in the same subnet
(172.17.40.0/24) and no VLANs are configured. As a result,
when the faculty computer (PC1) sends out a broadcast frame,
switch S2 sends that broadcast frame out all of its ports.
Eventually the entire network receives the broadcast because
the network is one broadcast domain.
Network With VLANs
the network has been segmented using two VLANs: Faculty
devices are assigned to VLAN 10 and Student devices are
assigned to VLAN 20. When a broadcast frame is sent from the
faculty computer, PC1, to switch S2, the switch forwards that
broadcast frame only to those switch ports configured to support
VLAN 10.
Intra-VLAN/Inter-VLAN Communication
Intra-VLAN/Inter-VLAN Communication
L3 Switch Virtual Interface
• SVI is a logical interface configured for a specific VLAN.
• SVI technology allows a Layer 3 switch to route
transmissions between VLANs.
802.1Q Frame Tagging
• 802.1Q encapsulation header adds a tag to the original
Ethernet frame specifying the VLAN for which the frame
belongs to. 3-bits 802.1P 1-bita
TPID
802.1Q Frame Tagging
Example
Trunking Modes