Re: Custom Queuing byte count calculation

From: cannonr (cannonr@attbi.com)
Date: Wed Feb 19 2003 - 02:00:48 GMT-3


You question would usually include a packet size for each protocol. Here is
an example if you have a packet size for each.

DLSW gets 25% and has a 512KB packet size
Telnet gets 25% and has a 1500 KB packet size
Citrix gets 50% and has a 1500 KB packet size

To figure out byte count use the following formula.

Divide the percentage for each protocol by packet size.... You get the
following.

DLSW 25/512 = .048848
Telnet 25/1500 = .01666
Citrix 50/1500 = .03333

Divide the output of each by the smallest number.

DLSW .048848/.01666 = 2.93
Telnet .01666/.01666 = 1
Citrix .03333/.01666 = 2.0006

Round this number and multiply by byte count.

DLSW 3X512 = 1536
Telnet 1X1500 = 1500
Citrix 2X1500 = 3000

Now to verify that you are close to the proper percentages by adding all
byte counts and dividing by each one.

1536+1500+3000=6036

DLSW 1536/6036=.25473
Telnet 1500/6036=.2485
Citrix 3000/6036=.4970

If you do not round up in the earlier step, you this formula will come a
little closer to the exact numbers, but using DLSW as an example, if you
were to multiply 2.93 X 512, you actually get 1500.16 as a byte counte. If
you use 1500 as your number, you will still send 3 packets before your turn
is up which equals 1536..... That's as close as you can get!

HTH

----- Original Message -----
From: "CCIE FUN" <ccieexam2002@yahoo.com>
To: <ccielab@groupstudy.com>
Sent: Tuesday, February 18, 2003 9:37 PM
Subject: Custom Queuing byte count calculation

> Hello Group
> Can anybody explain the best way to calculate the
> byte-count. i am working on a example
> "it says that configure custome queueing on frame
> cloud so if congestion occurs then:
>
> www traffic gets 50% traffic
> FTP /Telnet get 15%
> Traffic from e0/0 gets 15%
> rest of the traffic shares the remaining bandwidth.
>
> Now how do i determine the byte-count in this case.
> I have worked on examples which provide the
> predetermined byte-counts, the DOC CD has a nice
> example on that.
> But have always stumbled upon the kind of examples i
> explained above.
>
> any help would be appreciated.
>
> thanks
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2003 - 11:06:27 GMT-3