What are the limitations of packet filtering?

What will be an ideal response?


Filtering does not hide the IP addresses of the hosts that are on the network inside the filter. The IP addresses are contained in the outbound traffic, which makes it easy for attackers to target individual hosts behind the filter to attack them. Filters also don't check to make sure the protocols inside packets are legitimate. Packet filtering can limit addresses based only on the source IP address listed in the packet's header, and thus it does not protect against IP spoofing. For these reasons, firewalls that perform only packet filtering do not provide adequate network protection.

Computer Science & Information Technology

You might also like to view...

The _____ qualifier should be used when declaring a parameter or an operand that is being passed by reference merely for efficiency rather than to allow the function/operator to change its value.

a. friend b. const c. private d. scope resolution

Computer Science & Information Technology

This protocol is used to send data over the Internet or other networks.

What will be an ideal response?

Computer Science & Information Technology

The biggest improvement that desktop publishing has brought to business is an improvement in:

A) aesthetics. B) legibility. C) time. D) size.

Computer Science & Information Technology

With ____________________ functions, the definitions of the member functions are placed in the implementations file.

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

Computer Science & Information Technology