Bird
0
0

A developer configures an Internal TCP/UDP Load Balancer but backend instances do not receive traffic. What is the most probable cause?

medium📝 Conceptual Q7 of 15
GCP - Cloud Load Balancing
A developer configures an Internal TCP/UDP Load Balancer but backend instances do not receive traffic. What is the most probable cause?
ABackend instances are not in the same VPC network
BForwarding rule is set to global instead of regional
CHealth checks are disabled on the load balancer
DLoad balancer is configured for HTTP traffic instead of TCP/UDP
Step-by-Step Solution
Solution:
  1. Step 1: Understand Internal TCP/UDP LB scope

    It works only within a single VPC network.
  2. Step 2: Check backend instance placement

    If instances are outside the VPC, traffic won't reach them.
  3. Final Answer:

    Backend instances are not in the same VPC network -> Option A
  4. Quick Check:

    Internal LB requires backend instances in same VPC [OK]
Quick Trick: Internal LB requires backend in same VPC [OK]
Common Mistakes:
  • Using global forwarding rule for internal LB
  • Ignoring health checks impact
  • Confusing protocol types for load balancer

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes