Slide 15
Slide 15 text
Token Bucket
→ A bucket is created with an initial set of tokens
→ A new token is added to the bucket with a predefined frequency (e.g.
every second)
→ If the bucket still contains tokens, the event is allowed; otherwise, it’s
denied
→ If the bucket is at full capacity, new tokens are discarded
Malte Schlüter