Bird
0
0

Why must NACL rules explicitly allow both inbound and outbound traffic for a protocol to work correctly?

hard📝 Conceptual Q10 of 15
AWS - Security Groups and Network ACLs
Why must NACL rules explicitly allow both inbound and outbound traffic for a protocol to work correctly?
ABecause NACLs only filter outbound traffic, inbound is always allowed.
BBecause NACLs automatically allow return traffic, so only inbound rules are needed.
CBecause NACLs are stateless and do not track connection states, requiring explicit rules for both directions.
DBecause NACLs use security groups to manage return traffic.
Step-by-Step Solution
Solution:
  1. Step 1: Understand stateless filtering

    NACLs treat each packet independently without remembering connection state.
  2. Step 2: Explain rule necessity

    Both inbound and outbound rules must explicitly allow traffic for communication to succeed.
  3. Final Answer:

    Because NACLs are stateless and do not track connection states, requiring explicit rules for both directions. -> Option C
  4. Quick Check:

    Stateless means explicit inbound and outbound rules needed [OK]
Quick Trick: Stateless means explicit rules both ways [OK]
Common Mistakes:
MISTAKES
  • Assuming automatic return traffic allowance
  • Confusing NACLs with stateful firewalls
  • Believing inbound rules alone suffice

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes