75. Which statement is correct about an access control list?
A. Packets are compared sequentially against each line in an access list, and the
last matching condition is the action taken.
B. Packets are compared sequentially against each line in an access list until a match is made.
C. Packets are compared, and if no matching rule exists, they are allowed.
D. At the end of the access control list, there is an implicit allow.
75. B. When packets are compared to an access control list, they are compared in a sequential order. When the first rule is found to match, the action is acted upon. There is no further rule processing after the first match.