browse words by letter
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
backoff |
1 definition found From The Free On-line Dictionary of Computing (13 Mar 01) [foldoc]: backoffA {host} which has experienced a {collision} on a {network} waits for a amount of time before attempting to retransmit. A random backoff minimises the probability that the same nodes will collide again even if they are using the same backoff algorithm. Increasing the backoff period after each collision also helps to prevent repeated collisions, especially when the network is heavily loaded. An example algorithm is {binary exponential backoff}. (1996-05-28)