Skip to main content

Secure Your PC

Why you need a Firewall?

 

What is a firewall (and why you need one)?

 - A firewall is protective barrier between you and the rest of the computers you are connected to. When you go on to the internet you are visible to the outside world. (If you weren't, then there would be no way to get a web page to your browser!) You are visible through something called a port. A port is service available to you. There are many thousands of these ports (services), and each is given a number. The three ports (services) you use most often are the world wide web (port 80), Incoming email (typically port 110), and outgoing email (usually port 25). The idea of a firewall is to close off the ports (services) you're not using. If you don't, then your open ports are an invitation to others to raid your computer! If you only have one piece of security software on your computer then it has to be a firewall. Unless your computer is not connected to the outside world, this is a must-have.


What kind of things can happen if I don't have a firewall?

If you do a fresh install of Windows XP, and leave it unpatched, your computer will be attacked within minutes. You'll be attacked through your open ports, and bombarded with popup messages; Trojans, viruses and worms will be loaded behind your back; Spyware and Malware will clog up your browser. In fact, PC Format magazine recently (issue 194) ran this very experiment. Their unprotected PC was unusable after about 2 and half hours! Having a firewall in place would have prevented some of these attacks. (But not all - XP should have Service Packs 1 and 2 installed before it's allowed on the internet.)
Even if you have all of XP's service packs and updates, not having a firewall means somebody will eventually find an open port on your computer. If they can install a Trojan on to your PC, they'll be able to control it! (See our Trojan section for more details on this topic.)

How Firewalls help protect you

Most firewalls, like the one built into Windows XP, will alert you about suspicious incoming traffic. Anyone trying to gain access to your PC will hit the firewall first. The firewall deflects the attack, and gives you a warning about it. But a good firewall like ZoneAlarm will also warn you about suspicious outgoing traffic (XP's own firewall doesn't do this). So the best firewalls do both - tell you about incoming and outgoing traffic.

The Types of Firewall

For the general user, you can place firewalls into two simple categories: hardware and software. A hardware firewall can be a router that sits between your computer and the outside world. You can plug more computers into the router, and each will be protected by the firewall that's part of the router.
A software firewall is one like ZoneAlarm. You install it on your PC, and it will hide open ports, deflect incoming attacks, and warn you about suspicious outgoing traffic. For added protection, you can have a software firewall on each computer that sits behind the router. An attacker would have to be very determined to get through your router's firewall and your software firewall!

Which firewall should I get?

If you have something like a wireless router then you'll probably already have a firewall. You should check your router's configuration pages to make sure it's turned on. (Some of them are actually turned OFF by default!) Once your router's firewall is turned on, you can install a software firewall on each PC that's connected to the router, just for added protection.
If you're not behind a router, then you need a software firewall. If you have Internet Security software like Kaspersky then it will probably include a firewall as well. You should check, though. If you haven't got any Internet Security software then we highly recommend the free version of ZoneAlarm. This piece of software has been available from ZoneLabs for some time, and has a very good reputation.
We Recommended Free Firewall: ZoneAlarm Basic

Comments

Popular posts from this blog

Beginners PHP  -This is a complete and free PHP programming course for beginners. It's assumed that you already have some HTML skills. But you don't need to be a guru, by any means. If you need a refresher on HTML, then click the link for the Web Design course on the left of this page. Everything you need to get started with this PHP course is set out in section one below. Good luck! Home Page > PHP Section One - An Introduction to PHP 1. What is PHP and Why do I need it? 2. What you need to get started 3. Installing and testing Wampserver 4. Troubleshooting > PHP Two - Getting Started With Variables 1. What is a Variable? 2. Putting text into variables 3. Variables - some practice 4. More variable practice 5. Joining direct text and variable data 6. Adding up in PHP 7. Subtraction 8. Multiplication 9. Division 10. Floating point numbers > PHP Three - Conditional Logic 1. If Statements 2. Using If Statements 3....
Visual Basic .NET Contents Page   -This computer course is an introduction to Visual Basic.NET programming for beginners. This course assumes that you have no programming experience whatsoever. It's a lot easier than you think, and can be a very rewarding hobby! You don't need to buy any software for this course! You can use the new FREE Visual Basic Express Edition from Microsoft. To see which version you need, click below: Getting the free Visual Studio Express - Which version do I need? > VB .NET One - Getting Started   1. Getting started with VB.NET 2. Visual Basic .NET Forms 3. Adding Controls using the Toolbox Home Page 4. Adding a Textbox to the Form 5. Visual Basic .NET and Properties 6. The Text Property 7. Adding a splash of colour 8. Saving your work 9. Create a New Project >   VB .NET Two - Write your first .NET code   1. What is a Variable? 2. Add a coding button to the Form 3. Writing y...
The Excel SumIF Function  - Another useful Excel function is SumIF. This function is like CountIf, except it adds one more argument: SUMIF( range ,  criteria ,  sum_range ) Range and criteria are the same as with  CountIF  - the range of cells to search, and what you want Excel to look for. The Sum_Range is like range, but it searches a new range of cells. To clarify all that, here's what we'll use SumIF for. (Start a new spreadsheet for this.) Five people have ordered goods from us. Some have paid us, but some haven't. The five people are Elisa, Kelly, Steven, Euan, and Holly. We'll use SumIF to calculate how much in total has been paid to us, and how much is still owed. So in Column A, enter the names: In Column B enter how much each person owes: In Column C, enter TRUE or FALSE values. TRUE means they have paid up, and FALSE means they haven't: Add two more labels: Total Paid, and Still Owed. Your spreadsheet should look something li...