Bird
0
0

What does it mean that Network ACLs (NACLs) are stateless in AWS?

easy📝 Conceptual Q11 of 15
AWS - Security Groups and Network ACLs
What does it mean that Network ACLs (NACLs) are stateless in AWS?
ANACLs remember the state of connections to allow return traffic automatically
BEach packet is checked independently without remembering previous packets
CNACLs only filter traffic based on IP addresses, not ports
DNACLs automatically block all inbound traffic by default
Step-by-Step Solution
Solution:
  1. Step 1: Understand the meaning of stateless

    Stateless means the system does not keep track of previous packets or connection states.
  2. Step 2: Apply this to NACLs

    NACLs evaluate each packet on its own, without remembering if it is part of an existing connection.
  3. Final Answer:

    Each packet is checked independently without remembering previous packets -> Option B
  4. Quick Check:

    Stateless means no memory of past packets = A [OK]
Quick Trick: Stateless means no memory of past packets, check each separately [OK]
Common Mistakes:
  • Thinking NACLs remember connection states like security groups
  • Assuming NACLs allow return traffic automatically
  • Confusing stateless with blocking all traffic by default

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes