Ad space (banner)
📡Networking Lessons
Lesson 13 / 39

What Is a VLAN? Splitting a Network Logically

When you want to divide the devices on one switch into per-department networks, the concept to understand is the VLAN. VLAN stands for Virtual LAN: a technique for logically splitting a network into groups while leaving the physical cabling untouched.

Normally, devices on the same switch can all talk to each other as one network. With VLANs, you assign each port a group number, and devices in different groups are kept apart.

For example, put the sales team's PCs in VLAN 10 and the accounting team's in VLAN 20, and even though they share a switch, traffic between the departments is blocked by default — better security and easier management.

A common misunderstanding is thinking VLAN separation makes inter-department communication impossible forever. In reality, traffic can cross VLANs via a router or layer-3 switch.

In real work, splitting VLANs by department and by purpose (servers, guest Wi-Fi, and so on) is the absolute foundation of corporate network design.

Networking
Try it (type this into the pseudo terminal)
vlan 10

🧑‍💻 You can type this command into the Networking pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)