Bird
0
0

If Netflix uses Ribbon for load balancing, what is the expected behavior when multiple instances of a microservice exist?

medium📝 Analysis Q5 of 15
Microservices - Real-World Architecture Case Studies
If Netflix uses Ribbon for load balancing, what is the expected behavior when multiple instances of a microservice exist?
ARibbon distributes requests evenly across instances
BRibbon sends all requests to the first instance only
CRibbon disables all but one instance
DRibbon routes requests randomly without balancing
Step-by-Step Solution
Solution:
  1. Step 1: Understand Ribbon's purpose

    Ribbon is a client-side load balancer that distributes requests evenly among available service instances.
  2. Step 2: Apply to multiple instances

    With multiple instances, Ribbon balances load by sending requests evenly, improving performance and availability.
  3. Final Answer:

    Ribbon distributes requests evenly across instances -> Option A
  4. Quick Check:

    Load balancing = Ribbon distributes evenly [OK]
Quick Trick: Ribbon balances load evenly among instances [OK]
Common Mistakes:
  • Sending all requests to one instance
  • Disabling instances instead of balancing
  • Random routing without balance

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes