Bird
0
0

A TCP Load Balancer in GCP distributes 500 simultaneous connections evenly across 5 backend instances. How many connections does each backend instance handle?

medium📝 Predict Output Q4 of 15
GCP - Cloud Load Balancing
A TCP Load Balancer in GCP distributes 500 simultaneous connections evenly across 5 backend instances. How many connections does each backend instance handle?
A100 connections
B50 connections
C500 connections
D250 connections
Step-by-Step Solution
Solution:
  1. Step 1: Identify total connections and backend instances

    Total connections = 500, backend instances = 5.
  2. Step 2: Calculate connections per instance

    Divide total connections by number of instances: 500 / 5 = 100.
  3. Final Answer:

    100 connections -> Option A
  4. Quick Check:

    Even distribution means equal share per instance. [OK]
Quick Trick: Divide total connections by backend instances [OK]
Common Mistakes:
  • Assuming uneven distribution without evidence
  • Multiplying instead of dividing connections
  • Ignoring the number of backend instances

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes