Bird
0
0

For an application requiring millions of simultaneous TCP connections with minimal latency, which AWS load balancer is most appropriate?

easy📝 Conceptual Q2 of 15
AWS - Elastic Load Balancing
For an application requiring millions of simultaneous TCP connections with minimal latency, which AWS load balancer is most appropriate?
AApplication Load Balancer (ALB)
BNetwork Load Balancer (NLB)
CClassic Load Balancer (CLB)
DGateway Load Balancer (GWLB)
Step-by-Step Solution
Solution:
  1. Step 1: Understand connection requirements

    Millions of TCP connections with ultra-low latency require high performance at the transport layer.
  2. Step 2: Select load balancer

    NLB operates at Layer 4 and is optimized for TCP traffic with high throughput and low latency.
  3. Final Answer:

    Network Load Balancer (NLB) -> Option B
  4. Quick Check:

    NLB is designed for high-scale TCP connections [OK]
Quick Trick: NLB excels at high-volume TCP traffic [OK]
Common Mistakes:
MISTAKES
  • Using ALB for TCP-heavy workloads
  • Assuming Classic Load Balancer handles millions of connections efficiently
  • Confusing Gateway Load Balancer with TCP load balancing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes