Exponential backoff

Updated: 04/26/2017 by Computer Hope

An exponential backoff is an algorithm that uses a pre-defined process to gradually, multiplicatively decrease the rate of an operation to find a more acceptable rate. For example, the protocols that govern Ethernet network communications use an exponential backoff to gradually reduce the rate of data transmission if a packet collision is detected.

Network, Programming terms, Transmission