Unfortunatelly I donīt think there is one that do not require a login.

Here is an example that summarizes the explanation:

For example, there are 3 flows, with the following packet size:
A - 1000 bytes
B - 1000 bytes
C - 1000 bytes

The required bandwidth is:
A = 20 % 
B= 50%
C= 30%

The question is how to convert the percentage bandwidth in Byte Count.

Divide the bandwidth by the packet size:
20/1000=0.02           
50/1000=0.05           
30/1000=0.03

Normalize the numbers:
0.02/0.02 = 1 
0.05/0.02 = 2.5
0.03/0.02 = 1.5

Round up the numbers:
1
3
2

Multiple this number by the packet size
1 * 1000 = 1000
3 * 1000 = 3000
2 * 1000 = 2000

These numbers means that the system should transmit 1000, 3000 and 2000 from
each queue, respectively, to achieve 20, 50 and 30%.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=59960&t=59824
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to