Understanding Virtual Local Area Networks (VLAN)

DefinitionsSecond, a VLAN controls the data flow among
· Local Area Network (LAN) - networkingthe virtual LAN segments. This means that a
devices such as switches, computers, and hubsVLAN can allocate bandwidth to separate
that are interconnected and access the samesegments, in effect increasing the bandwidth
range of network addresses. By default allavailable for any given device. Segmentation also
information, also known as packets, that isreduces overall broadcast traffic thereby reducing
generated by a particular network device isbandwidth utilization. Assume that the previous
transmitted to all other network devices withinexample is being implemented on a 100Mbps
the LANnetwork. In a typical LAN situation the 100Mbps
· Router - a device that transfersof the network would be shared among all
information, also known as packets, betweendevices in both HR and Production. By separating
LANs.the two, each department has 100Mbps available,
· Virtual Local Area Network (VLAN) -doubling the bandwidth and reducing the broadcast
groups of network equipment on differenttraffic.
physical LAN segments that communicate withThird, network maintenance may be reduced.
each other as though they comprised single LAN.Being able to make changes within a virtual LAN
Disadvantages of a Standard LANsegment prevents the need of the administrator
A standard LAN configuration poses someto make physical changes to devices when they
significant disadvantages. First, a LAN cannotare relocated. It can also remove the need to lay
exchange information across a Wide Areaadditional cable to connect a device to the proper
Network (WAN). Next, the physical nature of anetwork segment.
LAN requires changes to network devices andFourth, reduced network maintenance may
cabling whenever there are physical changes totranslate into reduced costs. Additionally improved
the location of network equipment. A LAN alsoperformance, due to bandwidth improvement and
shares all of the bandwidth available equally amongbroadcast decreases, will translate into improved
all network devices and computers equally. Finally,productivity and therefore reduced costs.
since a LAN broadcasts all information packets toFifth, a VLAN provides an important piece of a
every device in the LAN, it is possible for annetwork's overall security design. The
unauthorized device to have access to sensitivesegmentation ability of a VLAN ensures that
information. A traditional LAN setup is adequatepackets of information are only available to the
for small offices with only a few networkedmachines and devices for which they are
devices but for large networks, or for networksintended. This prevents unauthorized devices, and
that require a LAN to be broken down intotherefore unauthorized personnel, from accessing
smaller segments, a VLAN will be required.potentially sensitive information, such as HR
Advantages of VLAN over LANinformation.
The implementation of a VLAN overcomes theWhile there is still a place for using a traditional
disadvantages of a standard LAN configuration inLAN, once the network gets larger and as the
several ways. These are: functional grouping,situations listed above become more critical, a
bandwidth separation, reduced networkVLAN becomes a viable option to improve overall
maintenance, reduced costs, and finally, improvednetwork performance and security.
security.Virtual LANs are just one piece of an overall
First, a VLAN allows an administrator to groupnetwork design. Cisco, a leading manufacturer of
devices and computer with similar functions into anetworking equipment, offers certification that
single work group. This prevents sensitivehelps to identify the place, if any, of VLANs in a
information from leaving the workgroup and beingnetwork. CCNA training is an excellent way to
accessible by other network devices. Foracquire the knowledge and skills necessary to
example, in a traditional LAN setting, in order toachieve this certification.
keep the HR department function and devicesQuestion: Your network has 100 nodes in your
distinct from the Production department, eachlocation including 2 remote locations. In order to
department would need its own physical networkisolate the HR department traffic from all other
and the two networks would be connected via anetwork traffic you could:a. Install a router on the
router. Using a VLAN with two segments wouldmain networkb. Implement a VLAN with two
remove the need for the router and thesegmentsc. Implement separate LANs at the
departments could be supported on a singlevarious remote locationsd. All of the above
network wiring scheme. This would also allow aAnswer: b. Implementing a VLAN with two
department, such as HR, to have multiple locationssegments would allow the isolation of the HR data
connected by a LAN, New York and Los Angeles,from the remainder of the network and allow the
for example.segments to be extended over the WAN.