在《Computer Networks: A Top Down Approach by Kurose》一书中写道,当流量强度接近 1 时,平均队列长度会越来越大。交通强度是 La/R 其中
L= no of bits in a packet
a= Average arrival rate of packets
R= Transmission rate of the link
Java 小程序也显示了这一点。 https://computerscience.unicam.it/marcantoni/reti/applet/QueuingAndLossInteractive/1.html
根本不应该排队吗?