View Single Post
  #11 (permalink)  
Old 02-02-2008, 12:42 PM
morefood2001's Avatar   
morefood2001 morefood2001 is offline
Guru
 
Join Date: Jan 2008
Location: Western New York
Posts: 1,190
Last Blog:
VPS Hosting with Revie...
Credits: 850
Rep Power: 13
morefood2001 is a jewel in the roughmorefood2001 is a jewel in the roughmorefood2001 is a jewel in the roughmorefood2001 is a jewel in the rough
Send a message via AIM to morefood2001 Send a message via MSN to morefood2001 Send a message via Yahoo to morefood2001 Send a message via Skype™ to morefood2001
Default

A hardware firewall is going to be better in the aspects of blocking all requests that you are not expecting. A scenario would be you are running a mysql server on the inside of your network and you don't want anyone from outside getting direct access to it, this request will never make it to your sql server and that server will not spend that extra time and bandwidth, even though its little on denying that request.

The advantage of a personal firewall installed on your computer is that it will monitor your requests and incoming requests at the same time. So if you request a site, the software firewall is more likely to only let that one site through and nothing else. A hardware firewall will see the request and allow whatever the response is back in completely as where a software firewall may block some of the incoming data that is could be harmful.

Its been about 3 years since I learned about the advantages and disadvantages, but if I remember right, I think I got it right.
Reply With Quote