Completed
intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Making Your Service More Resilient to Traffic Spikes
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 ivan lemeshev
- 4 agenda
- 5 server overload
- 6 common causes of traffic bursts
- 7 example of server overload
- 8 rate limiting
- 9 common rate-limiting algorithms
- 10 fixed window counter algorithm
- 11 sliding window log algorithm
- 12 token bucket algorithm
- 13 leaky bucket algorithm
- 14 example of token bucket algorithm
- 15 comparison of results
- 16 rate limiter packages
- 17 lead shedding
- 18 example of loading shedding
- 19 comparison of results
- 20 to read: https://aws.amazon.com/builders-library/using-load-shedding-to-avoid-overload/
- 21 thank you