To ensure resiliency during a temporary server interruption, a host must implement an exponential backoff strategy combined with a jitter mechanism. Exponential backoff is a process where the host progressively increases the wait time between each failed connection attempt. For example, if a fi....
Log in to view the answer