Search

The Online Encyclopedia and Dictionary

 
     
 

Encyclopedia

Dictionary

Quotes

 

Virtual LAN

A virtual LAN, commonly known as a VLAN, is a logically segmented network mapped over physical hardware. IEEE 802.1Q is the predominant protocol. Prior to this, Cisco was one of many companies which had a proprietary protocol: in Cisco's case, a variant of IEEE 802.10 called Inter-Switch Link (ISL) which is deprecated in favor of 802.1Q standard in new products.

Early VLANs were often configured to reduce the size of the collision domain in a large single Ethernet segment to improve performance. When Ethernet switches made this a non-issue (because they have no collision domain), attention turned to reducing the size of the broadcast domain at the MAC layer. Another purpose of a virtual network is to restrict access to network resources without regard to physical topology of the network, although the strength of this method is debatable.

Virtual LANs operate at layer 2 of the OSI model. However, a VLAN is often configured to map directly to an IP network, or subnet, which gives the appearance it is involved in layer 3.

Switch to switch links and switch to router links are called trunks. A router serves as the backbone for traffic going across different VLANs.

VLANs can be configured in various ways;

  • Protocol level, IP, IPX, LAT , etc
  • MAC address based.
  • IP subnet based.
  • Port based, and therefore real world based, say by accounting versus marketing departments.

VLANs can be static, dynamic, or port-centric and there are two methods of establishing a VLAN: frame-tagging and frame-filtering. Frame-tagging changes the information that is contained within the layer 2 frame, so that switches may forward the VLAN traffic to their correct VLAN destination and return the frame to it's normal format. Frame-filtering involves the switch looking for certain criteria in the layer 2 frame and using this matching system to forward the traffic to it's correct VLAN and destination.

A layer 2 device can implement VLANs in different ways;

  • Open VLANs have a single MAC address database for all VLANs.
  • Closed VLANs have a separate MAC address database for each VLAN.
  • Mixed Mode VLANs can be configured as Open or Closed on a VLAN basis.

Closed VLANs are generally considered more secure than Open VLANs.

With Cisco devices, VLANs can span multiple switches using a protocol known as VTP(VLAN Trunk Protocol).

External links

The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy