Content deleted Content added
m robot Adding: de:Binary Exponential Backoff |
No edit summary |
||
Line 1:
In a variety of [[computer networks]], '''binary exponential backoff''' or '''truncated binary exponential backoff''' refers to an [[algorithm]] used to space out repeated [[retransmission (data networks)|retransmissions]] of the same block of [[data]].
Examples are the retransmission of [[
After i collisions, a random number of slot times between 0 and <math>2^i-1</math> is chosen. So, for the first collision, each sender might wait 0 or 1 slot times. After the second collision, the senders might wait 0, 1, 2, or 3 slot times, and so forth. As the number of retransmission attempts increases, the number of possibilities for delay increases.
|