0 votes
in Other by
Difference between Leaky bucket and  Token bucket algorithm?

1 Answer

0 votes
by
Leaky BucketToken Bucket
When the host has to send a packet, the packet is thrown in a bucket.This leaky bucket holds tokens generated at regular intervals of time.
Bucket leaks at a constant rateThe bucket has a maximum capacity.
Bursty traffic is converted into uniform traffic by leaky buckets.Bucket there is a ready packet, a token is removed from the bucket and the packet is sent.
In practice, a bucket is a finite queue output at a finite rate.If there is no token in the bucket, the packet can not be sent.

Related questions

0 votes
asked May 4 in AWS by DavidAnderson
0 votes
asked Feb 23, 2023 in Other by SakshiSharma
...