__________ filtering requires that the firewall's filtering rules for allowing and denying packets are developed and installed with the firewall.
A. Dynamic
B. Static
C. Stateful
D. Stateless
Answer: B
Computer Science & Information Technology
You might also like to view...
What is the value of p after the following code executes:
int p = 3, q = 5; if (( p > q) || (p != 4)) p = p + 1; else p = p – 1; p = p * 2; a) 4 b) 3 c) 8 d) 6
Computer Science & Information Technology
The statement that terminates a loop and continues with the statement immediately following the loop is:
A. break B. continue C. goto D. comma E. recursion
Computer Science & Information Technology