Bird
0
0

A Network Load Balancer is configured with a TCP listener on port 80, but clients report connection failures. What is the most likely cause?

medium📝 Debug Q7 of 15
AWS - Elastic Load Balancing
A Network Load Balancer is configured with a TCP listener on port 80, but clients report connection failures. What is the most likely cause?
ANLB only supports UDP on port 80
BPort 80 TCP listener is blocked by security groups or firewall
CNLB requires HTTP listeners on port 80
DNLB does not support TCP listeners on port 80
Step-by-Step Solution
Solution:
  1. Step 1: Verify NLB protocol support

    NLB supports TCP listeners on any port, including 80.
  2. Step 2: Check network access controls

    Connection failures often result from blocked ports in security groups or firewalls.
  3. Final Answer:

    Port 80 TCP listener is blocked by security groups or firewall -> Option B
  4. Quick Check:

    NLB TCP port blocked = connection failure [OK]
Quick Trick: Check security groups if NLB TCP connections fail [OK]
Common Mistakes:
MISTAKES
  • Thinking NLB disallows TCP on port 80
  • Expecting HTTP listeners on NLB
  • Confusing UDP support

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes