VLAN Basics

A virtual LAN (VLAN) is a broadcast domain created by one or more switches. The switch creates a VLAN simply by putting some interfaces in one VLAN and some in another. So, instead of all ports on a switch forming a single broadcast domain, the switch separates them into many, based on configuration. It's really that simple.

The first two figures in this chapter compare two networks. First, before VLANs existed, if a design specified two separate broadcast domains, two switches would be used—one for each broadcast domain, as shown in Figure 10-1.

Figure 10-1 Example Network with Two Broadcast Domains and No VLANs

Figure 10-1 Example Network with Two Broadcast Domains and No VLANs

Alternately, you can create multiple broadcast domains using a single switch. Figure 10-2 shows the same two broadcast domains as in Figure 10-1, now implemented as two different VLANs on a single switch.

Figure 10-2 Example Network with Two VLANs Using One Switch

Figure 10-2 Example Network with Two VLANs Using One Switch

Fred

. Wilma

Fred

. Wilma

IVLAN1

IVLAN2

In a network as small as the one in Figure 10-2, you might not really need to use VLANs. However, there are many motivations for using VLANs, including these:

■ To group users by department, or by groups that work together, instead of by physical location

■ To reduce overhead by limiting the size of each broadcast domain

■ To enforce better security by keeping sensitive devices on a separate VLAN

■ To separate specialized traffic from mainstream traffic—for example, putting IP telephones on a separate VLAN from user PCs

Continue reading here: Layer 3 Forwarding Using a Router

Was this article helpful?

0 0

Readers' Questions

  • veli
    Which device separates broadcast domains?
    4 months ago
  • A router is a device that separates broadcast domains.
    • Tecla
      Which one device one broadcast domain to multiple broadcast domain?
      9 months ago
    • This can be achieved using a router. Routers are used to connect different broadcast domains, allowing them to communicate with each other. They act as a gateway between two networks and can help to divide traffic and control access.
      • verdiana
        Which one devices 1 broadcast domain to multiple broadcast domains?
        9 months ago
      • The device that can be used to convert one broadcast domain to multiple broadcast domains is a router. Routers can be used to create multiple broadcast domains by segmenting a single network into multiple broadcast domains. This is accomplished by breaking up one large broadcast domain into multiple smaller broadcast domains or subnets. Each subnet is a separate broadcast domain, and traffic is routed between them with the help of the router.
        • gloria
          What is vlan in networking?
          10 months ago
        • VLAN (Virtual Local Area Network) is a technology that divides a physical network into multiple broadcast domains, which are also known as virtual networks or virtual LANs. A VLAN can be used to segment networks using layer 2 switches, thus providing logical network segmentation. VLANs provide greater flexibility in network design and can help to increase network security by isolating sensitive data traffic from other network traffic.
          • finn johnstone
            Which one devices 1 broadcast domain to multiple broadcast domain?
            10 months ago
          • A router can be used to segment one broadcast domain into multiple broadcast domains. It does this by using network address translation (NAT) to route traffic between different IP networks.