Truncated binary exponential backoff

Truncated binary exponential backoff

In a variety of computer networks, binary exponential backoff or truncated binary exponential backoff refers to an algorithm used to space out repeated retransmissions of the same block of data.

Examples are the retransmission of frames 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 channel access method used to send data on these network. In Ethernet networks, the algorithm is commonly used to schedule retransmissions after collisions. The retransmission is delayed by an amount of time derived from the slot time and the number of attempts to retransmit.

After i collisions, a random number of slot times between 0 and 2^i-1 is chosen. 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.

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. For example, if the ceiling is set at i=10, then the maximum delay is 1023 slot times.

Because these delays cause other stations who are sending to collide as well, there is a possibility that, on a busy network, hundreds of people may be caught in a single collision set. Because of this possibility, after 16 attempts at transmission, the process is aborted.

: "Original source:" From Federal Standard 1037C

ee also

* Exponential backoff


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Binary Exponential Backoff — Der Binary Exponential Backoff ist ein Stauauflösungsmechanismus im Ethernet nach IEEE 802.3. Wird von Stationen im Ethernet eine Kollision erkannt, beenden diese Stationen ihre Sendung und versuchen sofort oder nach einer Slot Time von 51,2 µs… …   Deutsch Wikipedia

  • Binary exponential backoff — Der Binary Exponential Backoff ist ein Stauauflösungsmechanismus im Ethernet nach IEEE 802.3. Wird von Stationen im Ethernet eine Kollision erkannt, beenden diese Stationen ihre Sendung und versuchen sofort oder nach einer Slot Time von 51,2 µs… …   Deutsch Wikipedia

  • Exponential backoff — is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. It is often used in network congestion avoidance to help determine the correct sending rate. For example, a… …   Wikipedia

  • BEB — • (truncated) Binary Exponential Backoff Methode zur Bestimmung der Wartezeit bei CSMA/CD • Benbecula, Hebrides internationale Flughafen Kennung …   Acronyms

  • Список алгоритмов — Эта страница информационный список. Основная статья: Алгоритм Ниже приводится список алгоритмов, группированный по категориям. Более детальные сведения приводятся в списке структур данных и …   Википедия

  • Carrier sense multiple access with collision detection — (CSMA/CD), in computer networking, is a network control protocol in which *a carrier sensing scheme is used. *a transmitting data station that detects another signal while transmitting a frame, stops transmitting that frame, transmits a jam… …   Wikipedia

  • CSMA/CD — (Carrier Sense Multiple Access with Collision Detection множественный доступ с контролем несущей и обнаружением коллизий) технология(802.3) множественного доступа к общей передающей среде в локальной компьютерной сети с контролем коллизий.… …   Википедия

  • Retransmission (data networks) — Retransmission is the resending of packets which have been either damaged or lost. It is a term that refers to one of the basic mechanisms used by protocols operating over a packet switched computer network to provide reliable communication (such …   Wikipedia

  • BEB — [1] (truncated) Binary Exponential Backoff Methode zur Bestimmung der Wartezeit bei CSMA/CD [2] Benbecula, Hebrides internationale Fughafen Kennung …   Acronyms von A bis Z

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”