An administrator has set up a NIPS and connected it to the same switch as the internal firewall interface and the internal router. The device, however, only detects traffic from itself to the firewall or router. Which of the following explains why additional corporate traffic cannot be detected?
A. The spanning tree protocol is preventing the traffic.
B. Port Mirroring is set up incorrectly.
C. The switch needs to be a layer 3 switch.
D. The traffic is in a classless IP range and not classful IP range.
Answer: B. Port Mirroring is set up incorrectly.
You might also like to view...
Answer the following statements true (T) or false (F)
1) Exceptions always are handled in the function that initially detects the exception. 2) Accessing a nonexistent object attribute causes an AttributeError exception. 3) Accessing an out-of-bounds sequence subscript causes the interpreter to raise an exception. 4) A try statement must contain one or more clauses. 5) If a finally clause appears in a function, that finally clause is guaranteed to exe- cute.
The Increase Font Size button increases the size of all fonts by the same number of points
Indicate whether the statement is true or false
Why is it important to network with peers in this field?
A. Good to find out salaries B. good to get exposure with the boss C. Good for moral D. People move from project to project and place to place in this field very quickly. Chances are you will work with them again
Which of the following is false?
a. An entire non-char array cannot be input or output at once. b. Two arrays cannot be meaningfully compared with equality or relational operators. c. Arrays cannot be assigned to one another (i.e., array1 = array2;). d. C++ ensures that you cannot “walk off” either end of an array.