What feature of a networks switch allows an administrative to create separate broadcast domains?

VLAN (Virtual Local Network) is a logically separate IP subnetwork that allows multiple IP networks and subnets to exist on the same-switched network.

VLAN is a logical broadcast domain that can span multiple physical LAN segments. It is a modern way administrators configure switches into virtual local-area networks (VLANs) to improve network performance by separating large Layer 2 broadcast domains into smaller ones.

By using VLAN,  a network administrator will be able to group together stations by logical function, or by applications, without regard to the physical location of the users.

Each VLAN functions as a separate LAN and spans one or more switches. This allows host devices to behave as if they were on the same network segment.
For traffic to move between VLANs, a layer 3 device (router) is required.

VLAN has three major functions:

i. Limits the size of broadcast domains
ii. Improves network performance
ii. Provides a level of security

How VLAN works.

Let’s use this real-world scenario;

Think about a small organization with different offices or departments, all in one building. Some years later, the organization expands and now spans three buildings. The original network is still the same, but offices and department computers are spread out across three buildings.

The HR offices remain on the same floor and other departments are on the other floors and buildings.

However, the network administrator wants to ensure that all office computers share the same security features and bandwidth controls.

Creating a large LAN and wiring each department together will constitute a huge task and definitely won’t be easy when it comes to managing the network.

This is where VLAN switching comes in, it will be easier to group offices and departments with the resources they use regardless of their location, and certainly easier to manage their specific security and bandwidth needs.

Opting for a switched VLAN allows the network administrator to create groups of logically networked devices that act as if they are on their own independent network (VLAN), even if they share a common infrastructure with other VLANs.

When you configure a VLAN, you can name it to describe the primary role of the users for that VLAN.
Study the figure below for more detail:

What feature of a networks switch allows an administrative to create separate broadcast domains?

In summary:

i. VLAN is an independent LAN network.
ii. VLAN allows the student and Faculty Computers to be separated although they share the same infrastructure.
iii. For easy identification, VLANs can be named

What feature of a networks switch allows an administrative to create separate broadcast domains?

a. VLAN = all PCs are assigned with a subnet address defined for VLAN 10
b. Configure the VLAN, assign ports to the VLAN
c. Assign an IP subnet address on the PCs.

Advantages of VLAN:

Security – The security of sensitive data is separated from the rest of the network, decreasing the chances of confidential information breaches.
Higher performance – Division of Layer 2 networks into multiple logical workgroups (broadcast domains) reduces unnecessary traffic on the network and boosts performance.
Cost reduction – Cost savings result from less need for expensive network upgrades and more on this network.

Related Articles

Types of VLAN

VLAN ID Ranges

VLAN Switch Port Membership
How To Configure Switch Security
VLAN Trunking

VLAN Trunking Protocol (VTP)

Spanning Tree Protocol (STP)

Inter-VLAN Routing

VLAN Configuration on a Cisco Switch

Voice VLAN Configuration on a Cisco Switch

Hot Standby Router Protocol (HSRP)

Answer: D Explanation:

The biggest benefit of using switches instead of hubs in your internetwork is that each switch port is actually its own collision domain. (Conversely, a hub creates one large collision domain.) But even armed with a switch, you still can't break up broadcast domains. Neither switches nor bridges will do that. They'll typically simply forward all broadcasts instead. Switch creates the collision domain per port, so we can say switch increase the number of collision domains.

Quick Definition: A broadcast domain is a logical division of a computer network, in which all nodes can reach each other by broadcast at the data link layer.

Let's say you have several computers connected to a Layer 2 switch. The reason the device is called a Layer 2 switch is that the hardware learns and stores the MAC address (also known as the physical address) of a device's network cards.

By storing those hexadecimal numbers, the switch can make intelligent decisions about how to route packets to and from a specific device. Layer 2 switches can also be configured with VLANs to service multiple networks. Since the switch has learned about the devices that are connected, it also knows (from the switch configuration) what network those devices are connected to.

What Does a Broadcast Domain Do?

From our definition of a broadcast domain, we can also state that a broadcast describes a process that forwards packets to all machines on the network. Only devices communicating within a given network will receive the broadcast traffic.

Also, broadcasts do not cross network boundaries, i.e. broadcasts are not routable from one network to another. If they did, you can imagine the amount of traffic that would be generated across networks and/or the internet!

How MACs Figure into the Equation

We mentioned the MAC address earlier. This is a unique address assigned to all network interfaces. It is expressed as a hexadecimal value like ac:de:48:00:11:22. A Layer 2 switch stores these values and knows exactly what port on the switch a given MAC Address is connected.

When a packet is sent to the device with MAC Address: ac:de:48:00:11:22, the switch immediately forwards the packet out of the connected port and straight to the device. No other devices on the network have to listen to or process that packet. This helps to reduce the amount of 'noise' and overall traffic on a given network.

A broadcast packet has a specific hexadecimal value for the destination MAC address: ff.ff.ff.ff.ff.ff.

When a switch receives this value, it knows to forward the traffic to all devices on the network where the broadcast originated. If you have 24 devices connected to a given network or VLAN on your Layer 2 switch, all 24 devices will receive and process all broadcast packets on that VLAN.

Broadcast Domains in Action

A common example of a broadcast is when an IP address is dynamically assigned to a device using DHCP. When the device requests an IP address it sends a broadcast out across the network looking for a DHCP server. If there is a DHCP server present, the server will send the next available IP address directly to the device that sent the request.

CBT Nuggets trainer Keith Barker goes into more details about broadcast domains here:

What feature of a networks switch allows an administrative to create separate broadcast domains?

Download

VLANs (Virtual LANs) are logical grouping of devices in the same broadcast domain. VLANs are usually configured on switches by placing some interfaces into one broadcast domain and some interfaces into another. Each VLAN acts as a subgroup of the switch ports in an Ethernet LAN.

VLANs can spread across multiple switches, with each VLAN being treated as its own subnet or broadcast domain. This means that frames broadcasted onto the network will be switched only between the ports within the same VLAN.

A VLAN acts like a physical LAN, but it allows hosts to be grouped together in the same broadcast domain even if they are not connected to the same switch. Here are the main reasons why VLANs are used:

  • VLANs increase the number of broadcast domains while decreasing their size.
  • VLANs reduce security risks by reducing the number of hosts that receive copies of frames that the switches flood.
  • you can keep hosts that hold sensitive data on a separate VLAN to improve security.
  • you can create more flexible network designs that group users by department instead of by physical location.
  • network changes are achieved with ease by just configuring a port into the appropriate VLAN.

The following topology shows a network with all hosts inside the same VLAN:

What feature of a networks switch allows an administrative to create separate broadcast domains?

Without VLANs, a broadcast sent from host A would reach all devices on the network. Each device will receive and process broadcast frames, increasing the CPU overhead on each device and reducing the overall security of the network.

By placing interfaces on both switches into a separate VLAN, a broadcast from host A would reach only devices inside the same VLAN, since each VLAN is a separate broadcast domain. Hosts in other VLANs will not even be aware that the communication took place. This is shown in the picture below:

What feature of a networks switch allows an administrative to create separate broadcast domains?

NOTE
To reach hosts in a different VLAN, a router is needed.

Download our Free CCNA Study Guide PDF for complete notes on all the CCNA 200-301 exam topics in one book.

We recommend the Cisco CCNA Gold Bootcamp as your main CCNA training course. It’s the highest rated Cisco course online with an average rating of 4.8 from over 30,000 public reviews and is the gold standard in CCNA training:

What feature of a networks switch allows an administrative to create separate broadcast domains?