File:VLAN_Concept.svg · Wikimedia Commons · See Wikimedia Commons
Virtual Local Area Network
Sign in to savethumb|The general concept of virtual LANs.
Described at

Virtual LAN (VLAN) - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more., Your All-in-One Learning Portal. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
geeksforgeeks.org →It reduces unnecessary broadcast traffic, enhances security, and improves network performance, flexibility, and manageability. Traditionally, broadcast domains were separated using Layer 3 devices (routers). Same VLAN: Devices communicate directly within the same broadcast domain. Different VLANs: Communication requires Inter-VLAN Routing via a router or a Layer 3 switch (SVI). VLAN 0 and VLAN 4095: Reserved VLAN IDs are defined by IEEE 802.1Q and used internally for protocol operations and cannot be configured or assigned to ports. VLAN 1 (Default VLAN): The default VLAN on Cisco switches and all switch ports are assigned to VLAN 1 by default. It cannot be deleted and is commonly used for control and management protocols such as STP, CDP, and VTP. VLAN 2 to VLAN 1001 (Normal VLAN Range): This range is used for regular VLAN configuration. VLANs in this range are fully configurable, editable, and delectable, and are stored in the switch’s VLAN database. VLAN 1002 to VLAN 1005: Reserved VLANs for legacy network technologies such as FDDI and Token Ring. These VLANs are predefined and cannot be removed, even if the technologies are no longer in use. VLAN 1006 to VLAN 4094 (Extended VLAN Range): Designed for large-scale networks requiring a high number of VLANs. VLANs in this range are stored in the running configuration and typically require the switch to operate in VTP transparent mode. Here, port Fa0/0 is assigned to VLAN 2 and port Fa0/1 is assigned to VLAN 3. Since these VLANs are separate broadcast domains, devices in different VLANs require inter-VLAN routing to communicate with each other. A network administrator wants to logically separate two departments on the same physical switch without using a router. Which technology should be used?
Excerpt from a page describing this subject · 15,926 chars · not written by Vinony
Wikidata facts
- Part of
- data-link layer
- Image
- VLAN Concept.svg
- Has use
- network segmentation
Show 7 more facts
- Stack Exchange tag
- stackoverflow.com/tags/vlan
- different from
- subnet
- used by
- InfiniBand
- short name
- VLAN
- Commons category
- VLAN
- described at URL
- www.geeksforgeeks.org/computer-networks/virtual-lan-vlan
Sources (3)
via Wikidata · CC0
Article · 日本語
Virtual Local Area Network(バーチャル・ローカル・エリア・ネットワーク、VLAN、仮想LAN)は、コンピュータネットワークにおいて、通信帯域の有効利用や情報セキュリティの向上などを目的として、物理的な接続形態とは別に仮想的にLANセグメントを構成することである。LANスイッチ(レイヤ2スイッチ)などのネットワーク機器の機能により、スイッチの接続ポートやMACアドレス、プロトコルなどに応じて、LANセグメントの分離を実現する。
Abstract from DBpedia / Wikipedia · CC BY-SA