About 153,000 results
Open links in new tab
  1. Leaky bucket - Wikipedia

    The leaky bucket is an algorithm based on an analogy of how a bucket with a constant leak will overflow if either the average rate at which water is poured in exceeds the rate at which the …

  2. Leaky bucket algorithm - GeeksforGeeks

    Oct 3, 2025 · The Leaky Bucket is a traffic shaping algorithm that regulates network data flow by storing incoming packets in a fixed-size buffer (bucket) and releasing them at a constant rate; …

  3. Leaky Bucket Algorithm in Computer Networks

    Leaky Bucket Algorithm mainly controls the total amount and the rate of the traffic sent to the network. Step 1 Let us imagine a bucket with a small hole at the bottom where the rate at …

  4. Leaky Bucket Algorithm - an overview | ScienceDirect Topics

    The leaky bucket algorithm is defined as a network traffic management mechanism that monitors data flows by using a finite-capacity bucket, which drains at a constant rate while allowing …

  5. Leaky Bucket Algorithm With Implementations in Python and …

    Jul 18, 2025 · The Leaky Bucket Algorithm is a widely used rate-limiting mechanism in computer science, particularly in networking, distributed systems, and API management. It regulates the …

  6. Leaky Bucket Rate Limiting and its Queue-Based Variant

    Mar 24, 2024 · A closer look at the Leaky Bucket algorithm, how it works, when to use the queue-based variant, and how to implement it in Java.

  7. What is the leaky bucket algorithm? – TechTarget Definition

    Nov 10, 2022 · One commonly used method for traffic shaping is the leaky bucket algorithm. The token bucket algorithm and leaky bucket algorithm are two ways to shape network traffic and …

  8. Leaky Bucket · Developers

    The leaky bucket algorithm is a traffic-shaping mechanism used to control the flow of requests. It’s a simple, yet effective, way to smooth out bursts of traffic and enforce a constant output rate.

  9. What is Leaky Bucket Theory & its Applications? - BotPenguin

    2 days ago · Leaky Bucket Theory, often used in telecommunications and computing, is a metaphorical model used to understand the behavior of different types of data transmission. It …

  10. What is a Leaky Bucket in Web Hosting and Networking?

    Learn what a leaky bucket is and how it works. Dive deep into its mechanism, significance in rate limiting, and its role in web hosting and networking.