cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6428
Views
0
Helpful
1
Replies

Differences between Stateful and stateless firewall

yasir shaikh
Level 1
Level 1

Differences between Stateful and stateless firewall..? which method is bettre and why..??

1 Reply 1

Aditya Ganjoo
Cisco Employee
Cisco Employee

Hi Yasir,

Stateless firewalls (eg a l3 router )handle network traffic, and restrict or block packets based on source and destination addresses or other static values. They are not ‘aware’ of traffic patterns or data flows.

Stateful firewalls (eg ASA) maintains the state of the connection and 5 tuples for a particular flow: such as

  • Source IP address
  • Source port (typically: any)
  • Destination IP address
  • Destination port (80 or 443)
  • Destination protocol (typically TCP)

If you want the device to be acting as a true firewall then stateful is any day better as it tracks the connection till layer 4 but it comes with an overhead as compared to stateless FW.

Regards,

Aditya

please rate helpful posts.

Review Cisco Networking for a $25 gift card