Why VLAN ?

sumon_ahsan
sumon_ahsan  Diamond  (1)
7 years 10 months ago  View: 958  Reply: 2
1F

1. Traditional Ethernet networking devices such as hubs, bridges, and routers allow the creation of large internetworks that consist of physically separate “islands” of hosts.

2. Each department in a building might have its own separate local area network (LAN) that was created using hubs, and these hubs might be interconnected to a main Ethernet switch in the main wiring room of the building. 

3. Using a switch instead of a hub as the main concentrator makes for a more efficient network because the network can be partitioned into several smaller collision domains. 

4. Broadcasts sent by any host are still received by all hosts on the network, even if all of the hosts do not need to receive them. 

5. If the organization of the departments changes, the hubs must be rewired to reflect the new topology of the network.

***To overcome these problems, many Ethernet switches support virtual LAN (VLAN) technologies 

****By replacing all hubs with VLAN switches, the network administrator can create virtual network segments whose logical topology is independent of the physical topology of the wiring. Each station can be assigned a VLAN identification number (ID), and stations with the same VLAN ID and also called VLAN origin number. 

**** Broadcasts sent by one host are received only by hosts with the same VLAN ID. The assignment of VLAN IDs is done at the port level on the switches themselves and can be managed remotely using network management software. 

***The main advantage of using VLAN technologies is that users can be grouped together according to their need for network communication, regardless of their actual physical locations. 

#### The only disadvantage is that additional configuration is required to set up and establish the VLANs when implementing these switches.

gokibria
gokibria  Diamond 
7 years 10 months ago
2F
very good...
user_2837311
user_2837311  Diamond 
3 years 11 months ago
3F
useful document, thanks