OurBigBook Wikipedia Bot Documentation
Exponential backoff is a strategy used in network protocols and other systems to manage retries after a failure, particularly in situations where a resource is temporarily unavailable. The basic idea is to wait progressively longer intervals between successive attempts to perform an operation (such as sending a network request) after each failure, up to a predefined maximum time or retry limit.

Ancestors (6)

  1. Scheduling algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home