Can overload servers and reduce application responsiveness.
A simple retry mechanism without backoff can put excessive load on a server by repeatedly sending requests without delay. In an e-commerce context, continuously retrying a failed payment request without backoff might overwhelm the payment gateway, leading to delays and potential service unavailability.