计算机网络 自顶向下方法  中文版pp25 中提到:traffic intensity的概念

这个概念有三个名词定义:
   1. a:[packets/sec] the average rate at which packets arrive at the queue
   2. R: [bits/sec] the transmission rate, that is, it is the rate at which bits are pushed out of the queue
   3. L: [bits] the packets consist of L bits

这个traffic intensity与上面三个概念有什么关系呢?

  La:the average rate at which bits arrive at the queue  
      什么意思?这就是说用bit作为量纲来表示,也就是说,average rate 用bit来表示,而不是原来的packet.
      其实也可以用packet来表示average rate,这样的话就要变一变transmission rate了,即R/L [packets/sec]
  traffic intensity其实是一个没有量纲的量,它表示"进&出"的比例,La是"进的速率",而R是"出的速率"。 (理解错误)  它表示所占流量的大小(值的范围:0-1)。比如说:原来的链路transmission rate是R:100Mbps ,而当前的traffic是La:10Mbps,那么traffic intensity就是10/100=0.1。