09-06-2013 08:09 AM - edited 03-07-2019 03:20 PM
What is Vlan and How it Helps Us in Switching ..?
---
Posted by WebUser Swaroop BigBoy from Cisco Support Community App
09-06-2013 10:28 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Try staring with: http://en.wikipedia.org/wiki/Virtual_LAN
09-09-2013 09:36 PM
Look at:
http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/vlans.html
HTH
~jorge
09-10-2013 11:54 AM
Simple words:
VLAN is a single broad cast domain. For example to avoid the broadcast flowing across your network you byforgate to specific domain which is know as vlan.
Eg: Consider a small company were you have 3 departments( Technical, Sales,HR) by default if you dont have vlan on switches, then the packet would be broadcasted to all the ports on the switch by default.(I mean to say if Technical guy wants to speak toanother technical guy sitting beside him if we dont have vlan then the packet would be flooded across to Technical,Sales and HR which we dont need, unnecessary broadcast and the packet reaching to people who doesnt need. Hence you device this single broadcast to sub broadcast domain wich is known as vlan.)
http://www.youtube.com/watch?v=ytQvvtrszXs
HTH
Regards
Inayath
09-20-2013 12:04 PM
Vlan also known as Virtual Local Area Network is just as the name implies, creating several "virtual LANs" on a single switch. It helps in the segmentation of the broadcast domian as a broadcast cannot be propagated to other VLANs on the network except the one it originates from. It is also useful for securing the network to SOME extent.
Hope this helps.
09-21-2013 09:44 AM
Hi Swaroop,
Could you please check this and let us know if you are not satisfied with the answerd posted if yes then let us know what infomration you required so that we help you outl ifn no can you please mark the thread as answered.
Regards
Inayath
09-25-2013 07:02 AM
Hi Swroop,
“A virtual LAN (VLAN) is a group of networking devices in the same broadcast domain, logically”
It means that the devices in the same VLAN may be widely separated in the network, both by geography and location. VLANs logically segment the network into different broadcast domains so that packets are only switched between ports that are designated for the same VLAN.
For details explantaion with example, u can visit this website:
http://www.9tut.com/virtual-local-area-network-vlan-tutorial
Regards
Hope it helps.
09-30-2013 07:04 PM
VLANs (Virtual Local Area Networks) are created to seperate layer 2 traffic.Generall types of traffic include.
1. Multicast (Video streaming)
2. Network Management Traffic (SNMP messages, CDP Messages, BPDU's etc)
3. VoIP (Voice Traffic)
4. User traffic
So let us assume there are no VLANs, what happens here is: Since the basic functinality of a switch is to flood if the destination MAC address is not present in its CAM table (And also if it's cam table is full).. we will see a lot of broadcast messages all of the above said usages.
And also let us take the example of the VoIP ... since there are no VLANs and switch is expereincing a lot of broadcast messages and the users are using VoIP obviously some of the packets will drop because of the broadcast storm that switch is experiencing. So there will be a lot of disturbance in that call.. And same thing applies all the above types of traffic.
So inorder to overcome the above issues we need seperate the traffic types which means broadcast domains by creating virtual LANs.. in this way VLANs seperate layer 2 traffic to enhance stability and security.
Agian how securty is achieved : simple inorder to communicate between two VLANs you need a layer3 device (a router) where we cann assign ACLs like which VLANs traffic to pass or bypass it.
And also VLANs are location independent it means it can span to multiple switches.. untill the user belong to the same VLAN he can communicate with the members in same VLAN without using layer3 device....
And also excellent info is availbale @ :
http://ciscoiseasy.blogspot.in/2010/09/lesson-15-vlans-overview.html
Please rate.
Regards,
Chandu
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide