Bird
0
0

Which of the following is the correct syntax to describe a load balancer in a system design diagram?

easy📝 Architecture Q12 of 15
LLD - Advanced LLD Concepts

Which of the following is the correct syntax to describe a load balancer in a system design diagram?

A) LoadBalancer -> Server1, Server2
B) LoadBalancer = Server1 + Server2
C) LoadBalancer : Server1 & Server2
D) LoadBalancer <-> Server1, Server2
ALoadBalancer -> Server1, Server2
BLoadBalancer = Server1 + Server2
CLoadBalancer : Server1 & Server2
DLoadBalancer <-> Server1, Server2
Step-by-Step Solution
Solution:
  1. Step 1: Identify common notation for load balancer connections

    Arrows (->) show direction of request flow from load balancer to servers.
  2. Step 2: Evaluate each option's syntax

    LoadBalancer -> Server1, Server2 uses arrows correctly; others use symbols not standard for flow diagrams.
  3. Final Answer:

    LoadBalancer -> Server1, Server2 -> Option A
  4. Quick Check:

    Arrow shows flow = LoadBalancer -> Server1, Server2 [OK]
Quick Trick: Look for arrow notation showing flow direction [OK]
Common Mistakes:
  • Using '=' or ':' which are not flow indicators
  • Confusing bidirectional arrows for load balancer
  • Ignoring standard diagram conventions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes