Content deleted Content added
Clarify, add explanation of "truncated" |
m dbl the, +stub |
||
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 [[packets]] in [[carrier sense multiple access with collision avoidance]] (CSMA/CA) and [[carrier sense multiple access with collision detection]] (CSMA/CD) networks, where this algorithm is part of
The 'truncated' simply means that after a certain number of increases, the exponentiation stops; i.e. the retransmission timeout reaches a ceiling, and thereafter does not increase any further.
Line 10:
* [[Exponential backoff]]
{{compu-stub}}
[[Category:Algorithms]]
|