What type of firewall uses multiple proxy servers that filter traffic based on analysis of the protocols used for each service?
A. A static packet filtering firewall
B. An application-level gateway firewall
C. A circuit-level gateway firewall
D. A stateful inspection firewall
Answer: B. An application-level gateway firewall
Computer Science & Information Technology
You might also like to view...
Suppose we have a struct called Employee, we have an object declared from the struct called emp, and we have a data member of the struct called salary. To access the salary data member of emp, we would use the code:
A. emp[salary] B. Employee.emp[salary] C. emp( salary ) D. emp.salary
Computer Science & Information Technology
One byte is equal to ________
A) 8 characters B) 1 word C) 8 bits of data D) 100 bits of data
Computer Science & Information Technology
Describe the two methods to copy and paste objects
What will be an ideal response?
Computer Science & Information Technology
In C++, ____ is called the address of operator.
A. & B. * C. # D. ->
Computer Science & Information Technology