• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do you update Windows 7's firewall software?

Any vulnerabilities found in it would be fixed by Windows Update. There's no reason why it would need any kind of other update.

I think you're mistaking "firewall software" for some kind of detection system that says "I don't think this program is legit so I'm going to stop it from running on the system", which is the pseudo-firewall software that many "Internet Security" software makers peddle these days.

Firewall (to be more specific, "packet filter"*) software has one function: Allow nothing in except traffic that was requested by the system (e.g. you use a web browser, it makes requests and the data comes back), and traffic based on exception rules (e.g. "I have Skype running all the time. People need to be able to ring me so I have this piece of software listening out for that contact"). That's it.

* - the definition of 'firewall' I'm learnt involves inspecting the data packets even on an allowed port and to block anything that seems malformed or for example a brute-force attack on a service like say a mail server.
 
Firewall is simple either this source and destination is allowed to talk to each other or not. Inspecting the traffic is an IPS/IDS.
 
Back
Top