A network administrator applies an ACL to filter traffic. The ACL contains two access control entries (ACEs): `10 permit tcp 10.1.10.5 host 192.168.1.100 eq 80` and `20 deny ip 10.1.10.0/24 any`. A user at 10.1.10.5 reports they cannot access a web server at 192.168.1.100. What is the most likely reason for this issue?
-
A
The ACL is applied in the outbound direction on the client's interface.
-
B
The ACL is missing a rule to permit the return traffic from the web server.
-
C
The switch is processing the ACE with sequence number 20 before sequence number 10.
-
D
An implicit deny rule at the end of the ACL is blocking the traffic.