CCSA Exam QuestionsBrowse all questions from this exam

CCSA Exam - Question 163


Which of the following is true about Stateful Inspection?

Show Answer
Correct Answer:

Discussion

5 comments
Sign in to comment
keikei1228Option: C
Nov 25, 2024

The correct answer is C. Stateful Inspection requires that a server reply to a request, in order to track a connection’s state. Stateful Inspection tracks the state of active connections by monitoring the state of the connection and the context of the traffic. It requires that a server reply to a request to maintain and update the state of the connection in its state table. This allows it to make more informed decisions about whether to allow or block traffic based on the state of the connection.

n00bcyborgOption: C
Feb 8, 2025

stateful inspections don't look at packet content, only the header. C is correct at it requires this information to update the state table

_markyOption: A
Nov 3, 2024

A must be the correct one

Mrnemesis79Option: A
Nov 24, 2024

Answer A

rabbirobertOption: A
Apr 30, 2025

C looks more correct in general, but the CCSA materials say: "but also the content of the packet" State tables: when new packets arrive, their contents are compared to the state table..."