PassDrill Free practice questions with explanations that actually teach.

AWS-SAA · vpc · Q007 · medium

A custom network ACL has rule #100 denying all traffic from 203.0.113.0/24, and rule #200 allowing all inbound traffic from 0.0.0.0/0. A request arrives from an address inside 203.0.113.0/24. What happens?

  1. The traffic is allowed because rule #200 covers a broader range and takes priority
  2. The traffic is denied because NACL rules are evaluated in ascending numeric order and the first match applies
  3. Both rules apply and their effects are combined, resulting in a partial allow
  4. The traffic is allowed because more specific CIDR ranges are always evaluated last