Which of the following is the reason to place more specific ACL statements earlier in the table?
A) ACLs are first match, so a packet may match a general statement before getting to a more appropriate specific statement.
B) There is no change in behavior, but this is a Cisco convention.
C) ACLs check all matches to determine what to do, so the more specific behavior should be determined early for the decision to be more efficient.
D) ACLs operate more efficiently when doing complex filtering first.
A
Explanation: A) Because all ACLs are first match, the most specific statement that applies should ideally be the first match encountered for a packet.
You might also like to view...
If string s contains "antidisestablishmentarianism", then s.substr( 7, 13 ) would be:
a. "establish" b. "ishmenta" c. "establi" d. "establishment"
isual Basic 2012 introduces the async ________ and await _________ to greatly simplify asynchronous programming, reduce errors and enable your apps to take advantage of the processing power in today’s multicore computers, smartphones and tablets.
a) modifier, operator b) modifier, modifier c) operator, operator d) operator, modifier
Answer the following statements true (T) or false (F)
1) Pseudocode is a simple programming language. 2) The if selection structure performs an indicated action when the condition is true. 3) The if/else selection structure is a single-selection structure. 4) A fatal logic error causes a program to execute and produce incorrect results. 5) A repetition structure performs the statements in its body while some condition remains true.
The box that lists all of the fields in a table or query is called the field ________
A) list B) type C) window D) pane