Which type of device makes access control decisions on the basis of application content rather than by looking at IP addresses or port numbers and can act on a host to deny potentially malicious activity?
A. Firewall
B. IPS
C. IDS
D. Proxy
Answer: B
You might also like to view...
Which of the following is a valid variable name in JavaScript?
A. 3_high_score B. high score C. high_score D. high-score
Create a directory called linux in your home directory. What command line did you use? What command would you use to create the directories called memos and personal in your home directory?
What will be an ideal response?
The current method executing is always the method whose activation record is ________.
a. at the bottom of the stack. b. at the top of the stack. c. never placed on the stack. d. second from the top of the stack, just below the previous method call.
Which of the following object methods returns a text string representation ofobjectusinglocal standards?
A. obj.LocaleString() B. object.toLocale() C. object.toLocaleString() D. obj.toLocaleString()