Bird
0
0

Why does an Application Load Balancer not support UDP traffic, while a Network Load Balancer does?

hard📝 Conceptual Q10 of 15
AWS - Elastic Load Balancing
Why does an Application Load Balancer not support UDP traffic, while a Network Load Balancer does?
AALB is designed for legacy protocols only, NLB is for modern protocols
BALB is limited to TCP only due to AWS policy, NLB has no such restrictions
CALB requires SSL termination which UDP does not support, NLB does not terminate SSL
DALB operates at Layer 7 (application layer) which is protocol-specific, NLB operates at Layer 4 (transport layer) supporting UDP
Step-by-Step Solution
Solution:
  1. Step 1: Understand OSI layers for ALB and NLB

    ALB works at Layer 7 (application layer), handling HTTP/HTTPS protocols.
  2. Step 2: NLB operates at Layer 4

    NLB works at Layer 4 (transport layer), supporting TCP and UDP protocols.
  3. Final Answer:

    ALB operates at Layer 7 (application layer) which is protocol-specific, NLB operates at Layer 4 (transport layer) supporting UDP -> Option D
  4. Quick Check:

    ALB Layer 7, NLB Layer 4 = UDP support [OK]
Quick Trick: ALB = Layer 7, no UDP; NLB = Layer 4, supports UDP [OK]
Common Mistakes:
  • Thinking ALB supports UDP
  • Confusing SSL termination with protocol support
  • Assuming AWS policy limits protocols

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes