Bird
0
0

If an NLB is configured with cross-zone load balancing disabled and has targets in two availability zones, how is traffic distributed?

medium📝 Predict Output Q5 of 15
AWS - Elastic Load Balancing
If an NLB is configured with cross-zone load balancing disabled and has targets in two availability zones, how is traffic distributed?
ATraffic is evenly distributed across all targets in all zones
BTraffic is routed only to targets in the load balancer node's availability zone
CTraffic is routed only to targets in the first availability zone
DTraffic is routed randomly without zone consideration
Step-by-Step Solution
Solution:
  1. Step 1: Understand cross-zone load balancing

    When cross-zone load balancing is disabled, NLB routes traffic only to targets in the same availability zone as the load balancer node.
  2. Step 2: Analyze traffic distribution

    This behavior reduces cross-zone data transfer costs but may cause uneven load if zones have different target counts.
  3. Final Answer:

    Traffic is routed only to targets in the load balancer node's availability zone -> Option B
  4. Quick Check:

    Cross-zone disabled = zone-local traffic routing [OK]
Quick Trick: Cross-zone off means traffic stays in LB node's zone [OK]
Common Mistakes:
  • Assuming traffic is evenly across all zones
  • Thinking traffic goes only to first zone
  • Believing routing is random

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes