Bird
0
0

How does the ALB distribute incoming requests?

hard📝 Architecture Q8 of 15
AWS - Elastic Load Balancing
An Application Load Balancer spans three Availability Zones with cross-zone load balancing enabled. Zone A has 2 healthy targets, Zone B has 4, and Zone C has 1. How does the ALB distribute incoming requests?
AIt only sends traffic to zones with at least 3 healthy targets.
BIt sends more traffic to Zone B because it has the most targets, ignoring cross-zone load balancing.
CIt routes all traffic to Zone A to balance latency and availability.
DIt distributes traffic evenly across all targets regardless of zone, so Zone C receives fewer requests due to fewer targets.
Step-by-Step Solution
Solution:
  1. Step 1: Understand ALB cross-zone load balancing behavior

    With cross-zone load balancing enabled, the ALB distributes traffic evenly across all healthy targets in all enabled zones, regardless of the number of targets per zone.
  2. Step 2: Analyze the distribution

    Since Zone C has only 1 target, it will receive fewer requests proportionally, but traffic is balanced per target, not per zone.
  3. Step 3: Eliminate incorrect options

    It sends more traffic to Zone B because it has the most targets, ignoring cross-zone load balancing. is incorrect because cross-zone load balancing prevents zone-based traffic bias. It routes all traffic to Zone A to balance latency and availability. and D are not valid ALB behaviors.
  4. Final Answer:

    It distributes traffic evenly across all targets regardless of zone, so Zone C receives fewer requests due to fewer targets. -> Option D
  5. Quick Check:

    ALB with cross-zone balances per target, not per zone [OK]
Quick Trick: ALB balances traffic evenly per target across zones [OK]
Common Mistakes:
MISTAKES
  • Assuming traffic is balanced per zone instead of per target
  • Believing zones with fewer targets get no traffic
  • Confusing ALB behavior with Classic Load Balancer

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes