Bird
0
0

If a NACL has an outbound rule allowing TCP port 80 but no inbound rule for port 80, what happens to HTTP requests initiated from outside?

medium📝 Predict Output Q5 of 15
AWS - Security Groups and Network ACLs
If a NACL has an outbound rule allowing TCP port 80 but no inbound rule for port 80, what happens to HTTP requests initiated from outside?
AHTTP requests are allowed automatically by default.
BHTTP requests are allowed because outbound rule exists.
CHTTP requests are allowed if security groups allow them.
DHTTP requests are blocked inbound due to missing inbound rule.
Step-by-Step Solution
Solution:
  1. Step 1: Check inbound rules for port 80

    No inbound rule exists for port 80, so inbound HTTP requests are blocked.
  2. Step 2: Understand outbound rule role

    Outbound rule allowing port 80 does not affect inbound traffic filtering.
  3. Final Answer:

    HTTP requests are blocked inbound due to missing inbound rule. -> Option D
  4. Quick Check:

    Inbound rule missing = inbound traffic blocked [OK]
Quick Trick: Inbound traffic needs inbound rule, outbound rule irrelevant [OK]
Common Mistakes:
MISTAKES
  • Assuming outbound rule allows inbound traffic
  • Confusing direction of rules
  • Ignoring stateless filtering

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes