wht's the purpose?

ASL uses iptables which is a good spi firewall..so wht is hte purpose of hte additional ips system?  is it security by redundancy or something..also what software makes up hte ips?  Also is hte ids snort or snort based?
 
Parents
  • Having IPS is defense in depth, and can tell you more about attacks than IP tables could. 

    For example, if you run a  webserver, IP tables passes port 80 traffic to the webserver,but it is not aware of potentioal attacks in the traffic

    An IPS can deteck these attacks and stop them/alert you.

    I thought that snort, and snort-based would be the same thing?

    Anyway, I see snort as a running process so I assume it is bsed on that.  
Reply
  • Having IPS is defense in depth, and can tell you more about attacks than IP tables could. 

    For example, if you run a  webserver, IP tables passes port 80 traffic to the webserver,but it is not aware of potentioal attacks in the traffic

    An IPS can deteck these attacks and stop them/alert you.

    I thought that snort, and snort-based would be the same thing?

    Anyway, I see snort as a running process so I assume it is bsed on that.  
Children