A network administrator notices that all of the company switches are running at capacity on a given day, which is abnormal according to network baselines taken recently. Which tool would BEST allow the administrator to inspect what type of traffic is on the network?
A. Wire tap
B. Network sniffer
C. Load balancing appliance
D. NIPS
Answer: B. Network sniffer
Computer Science & Information Technology
You might also like to view...
Which of the following function declarations with default arguments are correct?
a. void g(int length, int width, int height = 1); b. void g(int length=1, int width, int height); c. void g(int length, int width=1, int height = 1); d. void g(int length=1, int width=1, int height);
Computer Science & Information Technology
The ________ argument in the PMT function represents number of periods
A) nper B) type C) rate D) fv
Computer Science & Information Technology
In Java, the operator NOT is represented by ____.
A. && B. | | C. ! D. < >
Computer Science & Information Technology
To use the template function copy, the program must include the statement ____.
A. #include
Computer Science & Information Technology