Brendan Ang

Search

Search IconIcon to open search

Binary Exponential Backoff

Last updated Feb 28, 2023 Edit Source

# Binary Exponential Backoff

  1. A random value $K$ is chosen at random from an interval from ${0,1,2,…2^{n-1}}$
  2. As n increases, the size of the set grows exponentially and a larger number is more likely to be chosen