Compare and contrast stateful versus stateless packet filtering

What will be an ideal response?


In stateless packet filtering the firewall examines every individual packet and decides whether to pass or block the packet, depending on that packet's contents. Stateless filtering does not filter on the basis of the context of the communication, and so it has limited value in a firewall.  Stateful packet filtering tracks information about a communication session, such as which ports are in use, drawing from the contents of multiple packets. It enables the firewall to build a more complete picture of a communication session in order to determine which traffic to allow through and which traffic to deny.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int num = 7, a = 6; cout << (num >= a + 1); a) true b) false c) 0 d) 1

Computer Science & Information Technology

In TinyOS, __________ are nonblocking requests.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A series of subfolders in a path are separated from each other by which of the following symbols?

A) \ B) / C) : D) >

Computer Science & Information Technology

It is a compiler error to provide an incomplete set of initialization values for a structure.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology