1.  Vlan Benefit

·To reduce CPU overhead on each device by reducing the number of devices that receive each broadcast frame

• To reduce security risks by reducing the number of hosts that receive copies of frames that the switches flood (broadcasts, multicasts, and unknown unicasts)

• To improve security for hosts that send sensitive data by keeping those hosts on a separate VLAN

• To create more flexible designs that group users by department, or by groups that work together, instead of by physical location

• To solve problems more quickly, because the failure domain for many problems is the same set of devices as those in the same broadcast domain

• To reduce the workload for the Spanning Tree Protocol (STP) by limiting a VLAN to a single access switch

2.  Vlan Tagging Concepts

3.  802.1Q Vlan Trunking Protocol

802.1Q inserts an extra 4-byte 802.1Q Vlan header into the original frame’s Ethernet header. 12-bit Vlan ID supports 4096 (212) Vlans.

ISL : Cisco not even supporting ISL (Inter-Switch Link) in its newer models.

Vlan ID range : Cisco switches break the range of VLAN IDs (1–4094) into two ranges: the normal range and the extended range. All switches can use normal-range VLANs with values from 1 to 1005. Only some switches can use extended-range VLANs with VLAN IDs from 1005 to 4094. The rules for which switches can use extended-range VLANs depend on the configuration of the VLAN Trunking Protocol (VTP).

native Vlan : 802.1Q also defines one special VLAN ID on each trunk as the native VLAN (defaulting to use VLAN 1). By definition, 802.1Q simply does not add an 802.1Q header to frames in the native VLAN. When the switch on the other side of the trunk receives a frame that does not have an 802.1Q header, the receiving switch knows that the frame is part of the native VLAN. Note that because of this behavior,both switches must agree on which VLAN is the native VLAN.

The 802.1Q native VLAN provides some interesting functions, mainly to support connections to devices that do not understand trunking. For example, a Cisco switch could be cabled to a switch that does not understand 802.1Q trunking. The Cisco switch could send frames in the native VLAN—meaning that the frame has no trunking header—so that the other switch would understand the frame. The native VLAN concept gives switches the capability of at least passing traffic in one VLAN (the native VLAN), which can allow some basic functions, like reachability to telnet into a switch.

最新文章

  1. 使用T-SQL找出执行时间过长的作业
  2. [连载]《C#通讯(串口和网络)框架的设计与实现》- 8.总体控制器的设计
  3. 使用自定义标签模拟jstl的<c:for each>标签
  4. DapperExtensions的基本用法
  5. webstorm 2016 激活(转)
  6. mac系统 下 npm 安装 bower报错
  7. mysql按月获取一年内每个月的数据量
  8. 【转】【WPF】wpf 图片指针处理
  9. centos修改文件及文件夹权限
  10. 使用icon替换你的网页图标(转)
  11. ASP.NET MVC5 高级编程 第3章 视图
  12. TCP相关知识
  13. DEDECMS使用SQL命令批量替换语句
  14. MySql5.6Window超详细安装教程(msi 格式的安装)
  15. Windows Phone开发(8):关于导航的小技巧
  16. ios缩放图片
  17. 爬楼梯问题-斐波那契序列的应用.md
  18. Rem与Px的转换[转载]
  19. 【RL-TCPnet网络教程】第3章 初学RL-TCPnet的准备工作及其快速上手
  20. Windows Server 2012系统上安装.net framework3.5教程

热门文章

  1. Java异常的一个小知识
  2. MFC简易画图
  3. mybatis--MapperScannerConfigurer
  4. jquery移除、绑定、触发元素事件使用示例详解
  5. TCP/IP TIME_WAIT状态
  6. 使用JDBC-ODBC读取Excel文件
  7. HTTP协议状态码的含义
  8. 新颖的O2O商业模式,江水平和他的装修队
  9. html+css--水平居中总结(不定宽块状元素方法)(一)
  10. MongoDB - The mongo Shell, Write Scripts for the mongo Shell