您的位置:首页 > 其它

TOS/PRECEDENCE/DSCP对照表

2018-03-20 10:32 911 查看


"IP precedence 使用前3bit; ToS 使用4-7 bit, 最后一位备用;"     "DSCP 使用0-5bit, 最后两位备用;"
    For a ToS value, the 8-bit hexadecimal number breaks down as follows:
Bits 0-2: Precedence
Bit 3: 0=Normal Delay, 1=Low Delay
Bit 4: 0=Normal Throughput, 1=High Throughput
Bit 5: 0=Normal Reliability, 1=High Reliability

Bits 6-7: Explicit Congestion Notification
########################
   0     1     2     3     4     5     6     7      
+-----+-----+-----+-----+-----+-----+-----+-----+      
|                 |     |     |     |     |     |      
|   PRECEDENCE    |          TOS          |     |                   
|               DSCP                |           |   
+-----+-----+-----+-----+-----+-----+-----+-----+
#########################
111 - Network Control
110 - Internetwork Control
101 - CRITIC/ECP
100 - Flash Override
011 - Flash
010 - Immediate
001 - Priority

000 - Routine

The Network Control precedence designation is intended to be used within a network only. The actual use and control of that designation is up to each network. The Internetwork Control designation is intended for use by gateway originators only.For a DSCP value, the value represents codepoints for two Differentiated Services (DS) Per-Hop-Behavior (PHB) groups called Expedited Forwarding (EF) and Assured Forwarding (AF). For more information on these PHB groups, refer to RFC 2597 and RFC 2598.########################################################在IP网络中,IPv4报文中有三种承载QoS优先级标签的方式,分别为基于二层的CoS字段(IEEE802.1p)的优先级、基于IP层的IP优先级字段ToS优先级和基于IP层的DSCP(Differentiated Services Codepoint)字段优先级。每种优先级的定义如下:(1) IEEE802.1p优先级======> 2层Qos(ISL & Dot1Q)它是位于二层带标签的以太网帧的CoS字段,和VLAN ID在一起使用,在字节中的位置如下:其中:IEEE802.1p优先级:3bit(P2-P0)  未用(CU):1bit  VLAN ID:12bit(V11-V0)  IEEE802.1p优先级值有8个(0-7),0优先级最低,7优先级最高。报文分为三种情况:带优先级和VLAN ID的标签报文,其优先级值是自身带的值;只带优先级的标签报文,此时VLAN ID为0,其优先级值是自身带的值;未带标签的报文,一般默认的优先级值为0,也可以进行更改指定新的优先级。(2) IP优先级==============》3层IP包头的服务类型 之一它由IP分组报头中的服务类型(ToS)字节中的3位组成,其在字节中的位置如下:P2 P1 P0 T3 T2 T1 T0 CU其中:IP优先级:3bit(P2-P0)  服务类型(ToS):4bit(T3-T0)  未用(CU):1bit  IP优先级值有8个(0-7),0优先级最低,7优先级最高。在默认情况下,IP优先级6和7用于网络控制通讯使用,不推荐用户使用。ToS字段的服务类型未能在现有的IP网络中普及使用。(3) DSCP优先级==============》3层IP包头的服务类型 之二它由IP分组报头中的6位组成,使用的是ToS字节,因此在使用DSCP后,该字节也被称为DSCP字节。其在字节中的位置如下:DS5 DS4 DS3 DS2 DS1 DS0 CU CU其中:DSCP优先级:6bit(DS5-DS0)  未用(CU):2bit  DSCP优先级值有64个(0-63),0优先级最低,63优先级最高。事实上DSCP字段是IP优先级字段的超集,DSCP字段的定义向后与IP优先级字段兼容。目前定义的DSCP有默认的DSCP,值为0;类选择器DSCP,定义为向后与IP优先级兼容,值为(8,16,24,32,40,48,56);加速转发(EF),一般用于低延迟的服务,推荐值为46(101110);确定转发(AF),定义了4个服务等级,每个服务等级有3个下降过程,因此使用了12个DSCP值((10,12,14),(18,20,22),(26,28,30),(34,36,38))。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: