What is a VLAN?
VLANs (Virtual Local Area Networks) are a logical grouping of devices in the same broadcast domain. VLANs are typically configured on switches by placing specific interfaces in one broadcast domain and some interfaces in a different broadcast domain. VLANs can be distributed through a variety of switches, with each VLAN being treated as its own subnetwork or broadcast domain. This means that the frames transmitted in the network are only exchanged between the ports of the same VLAN.
A VLAN acts as a physical LAN, but it allows hosts to be grouped in the same broadcast domain, even if they are not connected to the same switch. Here are the main reasons why you should use VLANs on your network:
- VLANs increase the number of broadcast domains and reduce their size.
- VLANs reduce security risks by reducing the number of hosts receiving copies of frames flooded by switches.
- You can keep hosts that contain sensitive data on a separate VLAN for added security.
- You can create more flexible network designs that group users by department rather than physical location.
Network changes can be made simply by configuring a port in the appropriate VLAN.
The following topology shows a network with all hosts in the same VLAN:
- VLANs increase the number of broadcast domains and reduce their size.
- VLANs reduce security risks by reducing the number of hosts receiving copies of frames flooded by switches.
- You can keep hosts that contain sensitive data on a separate VLAN for added security.
- You can create more flexible network designs that group users by department rather than physical location.