Concept Flow - Fixed window algorithm
Start
Request arrives
Check current window timestamp
Is current time inside window?
No→Reset window start time and count
Increment request count
Reject request
No
Allow request
End
This flow shows how each request is checked against a fixed time window and a request limit to decide if it is allowed or rejected.