0 votes
in Other by
Write advantages of the token bucket over the Leaky bucket algorithm?

1 Answer

0 votes
by

If a bucket is full in tokens, tokens are discarded, not packets. While in a leaky bucket, packets are discarded.

Token Bucket can send large bursts at a faster rate, while buckets always send packets at a constant rate.

Related questions

0 votes
asked May 4 in AWS by DavidAnderson
0 votes
asked Mar 24 in AWS by DavidAnderson
...