Bird
0
0

A UDP Load Balancer receives 600 packets per second and has 3 backend instances. If one backend fails, how many packets per second will each remaining backend handle assuming even distribution?

medium📝 Predict Output Q5 of 15
GCP - Cloud Load Balancing
A UDP Load Balancer receives 600 packets per second and has 3 backend instances. If one backend fails, how many packets per second will each remaining backend handle assuming even distribution?
A300 packets per second
BCannot determine without health check info
C600 packets per second
D200 packets per second
Step-by-Step Solution
Solution:
  1. Step 1: Calculate packets per backend before failure

    600 packets / 3 backends = 200 packets per backend.
  2. Step 2: Recalculate after one backend fails

    Remaining 2 backends share 600 packets evenly: 600 / 2 = 300 packets per backend.
  3. Final Answer:

    300 packets per second -> Option A
  4. Quick Check:

    Packets per backend after failure = Total packets / Remaining backends [OK]
Quick Trick: Recalculate load dividing by active backends only [OK]
Common Mistakes:
  • Not adjusting for failed backend
  • Assuming load stays same per backend
  • Ignoring backend health status

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes