Which of the following keeps track of the state of the connection?

A. Packet filters firewalls
B. Routers
C. Stateful inspection firewalls
D. All the above


Answer: C
Explanation: Stateful inspection firewalls are more advanced than packet filter and can keep track of the state of the current connection.

Computer Science & Information Technology

You might also like to view...

The servlet’s_______ method receives and processes the request, and sends a response to the client.

a) request. b) handleRequest. c) respond. d) None of the above.

Computer Science & Information Technology

What is returned by the function two defined below for the call two (13); ?

``` int two (int n) { int ans; if (n == 1) ans = 0; else ans = 1 + two (n / 2); return ans; } ```

Computer Science & Information Technology

If your workbook is password protected, it can be opened without a password

Indicate whether the statement is true or false

Computer Science & Information Technology

A digital photograph is an image taken with a camera and stored as a computer file

Indicate whether the statement is true or false.

Computer Science & Information Technology