Bird
0
0

In a production system, a developer notices that the load balancer is sending all traffic to a single server, causing overload. What is the likely cause?

medium📝 Analysis Q14 of 15
LLD - Advanced LLD Concepts

In a production system, a developer notices that the load balancer is sending all traffic to a single server, causing overload. What is the likely cause?

ADatabase is down
BLoad balancer is misconfigured to use a single server
CCache is not storing data properly
DClient is sending too many requests
Step-by-Step Solution
Solution:
  1. Step 1: Identify symptoms of traffic overload on one server

    All traffic going to one server suggests load balancer is not distributing requests evenly.
  2. Step 2: Determine cause of uneven traffic distribution

    Misconfiguration in load balancer settings can cause it to route all requests to a single server.
  3. Final Answer:

    Load balancer is misconfigured to use a single server -> Option B
  4. Quick Check:

    Uneven traffic = load balancer misconfig [OK]
Quick Trick: Check load balancer settings for traffic distribution [OK]
Common Mistakes:
  • Blaming cache or database for traffic routing
  • Assuming client causes server overload
  • Ignoring load balancer role

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes