The flow for implementing simple exponential backoff is as follows.
A continuación se indica el flujo para implementar el retardo exponencial simple.
Exponential backoff is the process of a client periodically retrying a failed request over an increasing amount of time.
El retardo exponencial es el proceso de un cliente que reintenta periódicamente una solicitud con error durante un periodo que se va incrementando.
This backoff algorithm causes all devices to stop transmitting for a random amount of time, which allows the collision signals to subside.
Este algoritmo de postergación hace que todos los dispositivos dejen de transmitir durante un período aleatorio.
A random backoff period ensures that the devices that were involved in the collision do not try to send their traffic again at the same time, which would cause the whole process to repeat.
El período de postergación aleatoria garantiza que los dispositivos involucrados en la colisión no intenten enviar su tráfico nuevamente al mismo tiempo. Esta señal interferente se utiliza para notificar a los demás dispositivos sobre una colisión.
Similarly, it's reasonable to retry (with backoff) if we timeout waiting on a customer key server response, since we can't trust the network.
De manera similar, resulta razonable reintentar (con retardo) si se agota el tiempo de espera para una respuesta del servidor de claves del cliente, ya que no podemos confiar en la red.
Besides being "required", using exponential backoff increases the efficiency of bandwidth usage, reduces the number of requests required to get a successful response, and maximizes the throughput of requests in concurrent environments.
Además de ser "obligatorio", el uso del retardo exponencial aumenta la eficiencia del uso del ancho de banda, reduce el número de solicitudes necesarias para obtener una respuesta correcta y maximiza el rendimiento de las solicitudes en entornos simultáneos.
Access Point (AP) scheduling allows multiple stations to receive and send packets at the same time, thereby reducing contention and backoff between stations, lowering network latency, and improving network efficiency.
La planificación de AP permite que múltiples STA reciban y envíen paquetes al mismo tiempo, por lo que se reduce la contención y el retardo entre STA, disminuye el retardo de la red y mejora la eficiencia de la red.
Implement exponential backoff to resubmit the API request.
Implementa un retardo exponencial para volver a enviar la solicitud de la API.
The Tag Manager API is designed with the expectation that clients which choose to retry failed requests do so using exponential backoff.
La API de informes centrales se ha diseñado con la expectativa de que los clientes que deciden reintentar las solicitudes con error lo hagan con un retardo exponencial.
Backoff design to surround the tissue and save time for surgery
Diseño de respaldo para rodear el tejido y ahorrar tiempo para la cirugía.
It implements an updated data search function and drops a watchdog process that ensures Backoff is always running on the system.
Implementa una función de búsqueda de datos actualizada y baja un proceso de vigilancia que garantiza que Backoff se está ejecutando siempre en el sistema.
Backoff rod 2-3 turns from this position.
Retrasar la barra 2-3 vueltas de su posición.
And the TCP Backoff Game is just one example of a real world situation that we
Y el TCP Backoff Game es solo un ejemplo de situaciones del mundo real que