Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

What is packet filtering firewall ? Explain its advantage and disadvantage.

Packet Filtering Firewall:

A packet filtering firewall is like a security guard for your computer network. It decides which data packets can enter or leave based on specific rules.

How it works:

  1. It looks at the source and destination addresses of the data packets.
  2. It also checks the type of data (protocols) and the specific door it’s trying to use (ports).

Advantages:

  1. Simplicity: Easy to set up because you only need simple rules – allow or deny.
  2. Transparency: Users don’t need to know about it; it works quietly in the background.
  3. Speed: It operates quickly compared to other methods.
  4. No Special Configuration: Users’ computers don’t need special settings.
  5. IP Address Protection: It shields internal computer addresses from the outside.

Disadvantages:

  1. Can’t Check Application Data: It can’t look inside the actual data to see what application is being used.
  2. Complicated Setup: Setting up the rules correctly can be tricky.
  3. Lack of Authentication: It doesn’t verify if the person or system sending data is who they say they are.
  4. No Alerts: It doesn’t warn you if something suspicious is happening.
  5. Not Great with Some Protocols: It’s not the best for certain types of internet applications.

Leave a Comment