qos概述

http://tech.ddvip.com   2007年06月23日    社区交流 收藏本文

内容摘要:通过各种手段将不同业务或流量区分开,并定制不同的优先级,通过丢弃、降速低优先级的业务数据来保证高优先级的业务数据

  什么是QoS

  通过各种手段将不同业务或流量区分开,并定制不同的优先级,通过丢弃、降速低优先级的业务数据来保证高优先级的业务数据

Qo S工具的分类

  classification

  acl

  pbr(police-based routing)

  car

  nbar

  congestion management

  fifo

  pq

  cq

  wfq

  cbwfq

  llq

  queue management(congestion avoidance)

  wred

  flow red

  shaping/policing

  shaping

  gts

  frts

  policing

  link efficiency

  link fragmentation and interleaving

  crtp

  rsvp

容易混淆的概念什么是congestion management

  当冲突发生时,congestoin management把各种各榣160;?的数据包放到queue里,然后决定哪些数据先发送哪些数据后发送。

什么是queue management(congestion avoidance)

  如果queue满了,无论后续发过来的是什么数据,都是会被丢弃的,此时就出现了tail drop。那么即使是precedence为7的数据也会被丢弃,此时congestion management就无能为力了。不像congestion managemnet那榣160;?当冲突出现后才开始处理,queue management在开始排队前就开始做处理了。他将优先级低的丢弃,来保证优先级高的进入queue,以免出现tail drop。

什么是shaping/policing

  congestion management采用排队的方式来保证优先级高的数据先发送;queue management采用丢弃低优先级数据的方式来保证高优先级数据;shaping/policing采用把低优先级数据降速的方式来保证高优先级。

shaping和polcing的区别是什么

  shaping把降速的部分的数据放到buffer里,等queue空了再发出去

  policing直接把降速部分的数据丢弃

  几种QoS工具的处理顺序

  policing→congestion avoidence→congestion management→shaping→link efficiency

责编:豆豆技术应用

正在加载评论...