Bird
0
0

Which statement correctly describes how NACLs handle return traffic?

easy📝 Conceptual Q2 of 15
AWS - Security Groups and Network ACLs
Which statement correctly describes how NACLs handle return traffic?
AReturn traffic must be explicitly allowed by outbound rules.
BReturn traffic is automatically allowed by default.
CReturn traffic is blocked unless a security group allows it.
DReturn traffic is only allowed if it matches the inbound rule.
Step-by-Step Solution
Solution:
  1. Step 1: Recall NACL statelessness

    NACLs do not remember previous packets, so return traffic is not automatically allowed.
  2. Step 2: Understand outbound rule necessity

    Return traffic must have an explicit outbound rule to be allowed through the NACL.
  3. Final Answer:

    Return traffic must be explicitly allowed by outbound rules. -> Option A
  4. Quick Check:

    Return traffic requires outbound rule = true [OK]
Quick Trick: Return traffic needs outbound rule, no auto-allow [OK]
Common Mistakes:
  • Assuming return traffic is auto-allowed
  • Confusing NACLs with stateful firewalls
  • Ignoring outbound rules for return packets

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes