2901
During an authorized home-lab assessment, an ACL reads: (1) deny TCP 10.20.0.0/24 to any port 22; (2) permit TCP 10.20.0.0/16 to any port 22; (3) deny all. What happens to 10.20.0.10 connecting to port 22?
View answer choices
- Permitted because ACLs ignore source addresses.
- The packet is sent to every ACL rule simultaneously.
- Denied by the first matching rule.
- Denied by the implicit rule before rule 1.