Bird
0
0

You need to design a highly scalable system that requires static IP addresses and low latency for millions of TCP connections. Which AWS load balancer should you choose and why?

hard📝 Application Q15 of 15
AWS - Elastic Load Balancing
You need to design a highly scalable system that requires static IP addresses and low latency for millions of TCP connections. Which AWS load balancer should you choose and why?
AGateway Load Balancer, because it manages HTTP and TCP traffic with static IPs
BApplication Load Balancer, because it supports HTTP routing and static IPs
CNetwork Load Balancer, because it supports static IPs and handles millions of TCP connections with low latency
DClassic Load Balancer, because it is the newest and fastest option
Step-by-Step Solution
Solution:
  1. Step 1: Identify requirements

    The system needs static IPs, low latency, and support for millions of TCP connections.
  2. Step 2: Match requirements to load balancer features

    NLB supports static IPs, is designed for extreme scalability, and handles TCP traffic efficiently with low latency.
  3. Step 3: Eliminate incorrect options

    ALB focuses on HTTP, Classic LB is older and less scalable, Gateway LB is for network appliances, not general TCP load balancing.
  4. Final Answer:

    Network Load Balancer, because it supports static IPs and handles millions of TCP connections with low latency -> Option C
  5. Quick Check:

    Static IP + TCP + scalability = NLB [OK]
Quick Trick: For static IP and TCP scale, choose NLB [OK]
Common Mistakes:
MISTAKES
  • Choosing ALB for TCP static IP needs
  • Confusing Classic LB as newest
  • Assuming Gateway LB handles general TCP load balancing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes