The MPLS WG Archive

Cell Relay Retreat>MPLS WG Archive>month:2002-Jun> msg00111



[Date Prev][Date Next][Thread Prev][Thread Next]  
  [Date Index][Thread Index][Author Index][Subject Index]

RSVPTE question

  • From: David Charlap <David.Charlap@marconi.com>
  • Date: Thu, 20 Jun 2002 14:23:32 -0400

Hong Liao wrote:
> 
> I know it is SENDER_TSPEC, but is it Peak data rate or the token
> bucket size?

It definitely won't be the token bucket size - that's used for
configuing queue sizes.

The IntServ RFCS explain the IntServ objects.  Three values together
define your QoS:

r - the data rate - this is the "bandwidth" if you only need one number

b - the bucket size - this is (roughly) the size of the queue for
buffering non-conformant packets.

p - the peak data rate - this is the maximum rate data may arrive.

The three together form the parameters for a "leaky bucket" type
queueing system.  I think it's similar to, but not identical to, ATM's
"double leaky bucket" algorithm, if that means anything to you.

-- David