Oct 12

NOTE: Please take time to read on - it may be vital for your PC’s security. If you are not in the mood, just save it or print it out for later reference.

A recent research revealed that 80% of the computers today is infected with these dangerous spyware and most of the users not aware of it. (Your computer could fall into this lot too.) The most dangerous fact is, even though the anti-virus software is running, these software can even inactivate them and take over your PC.

Have you experienced any of the following?

  • Awsome popups comes out of nowhere, when browsing the web

  • Home page reset to some other site

How can this happen?

- The components installed when viewing certain sites, starts up and running as soon as it’s finished installing (or after the page is completely loaded) and with every windows startup since then. Their job is to collect information and report (or transfer) it to an external computer.

What is deceptive software? (Reference: www.microsoft.com)

Spyware and unauthorized adware are two examples of deceptive software. Deceptive software includes programs which take over your home page or search page without first getting your permission. There are a number of ways deceptive software can get on your system. A common trick is to covertly install the software during the installation of other software you want such as a music or video file sharing program.

Whenever you are installing something on your computer, make sure you carefully read all disclosures, including the license agreement and privacy statement. Sometimes the inclusion of adware in a given software installation is documented, but it may appear at the end of a license agreement or privacy statement.

Sometimes deceptive software gets silently installed on your system without any warning at all. If you use Internet Explorer as your Web browser, this can happen if your Internet Explorer security setting is set to its lowest value. Make sure to keep this setting at the medium level or higher. Doing so will help you control what is being installed on your computer.

Have you ever had an experience where you were repeatedly asked to accept a download even after you said no? Creators of deceptive software often use such tricks to get you to load their software. If this happens to you, do not click yes. Instead, try to close the Web page that first asked you to accept the download by hitting the X in the corner of the window. Alternatively, quit Internet Explorer and restart it to begin browsing the Internet again. If you visit a Web page that continually displays these tricky pop-up windows, that Web site may not be worthy of your trust.

Your computer may be infected by now, but you may not know. Just have a checkup with a software specifically designed for it, to know the status of your computer. You must clean infections once you find it and the game is not over yet. The spyware might reinfect your PC. So it’s highly recommended that you run a firewall on your system after the clean up. This will allow you to monitor every single communication occurs with your computer and block the ones which you feel unnecessary. The firewall acts as a barrier between your PC and the external world (Internet / Network).

A good spyware detector recommended by most people is, http://noadware.cjb.net and it shows you all the infections and potential dangers in great detail. It’s free to scan but not to clean. It’s a good idea to have a scan even you have no idea of cleaning, since you know the status of your PC in great detail. This gives two advantages.

Firstly, if there are minor infections and if you have a fair knowledge on registry settings and how to edit them, you may have a try to clean them up. Secondly, if it shows that there are major infections, you can avoid using credit cards and doing other confidential stuff, until you clean it up later.

You must run a firewall. In many new operating systems (eg. Windows XP), there is a built-in firewall. Google search on how to activate it. Others may try one at http://www.download.com.

You may have a question by now. What is the purpose of these spyware? Even though we cannot give an explicit and clear cut answer, we can safely state that every thing boils down to the urge of more profits. How? The spyware collects all your personal information and transfer it to an external computer. The information is reviewed by a software in the receiving computer and then deleivered targeted popup ads to your PC. There are many things that spyware does in addition to this. The most dangerous of those is that collecting the credit card numbers.

If you have some technical knowledge on your PC, here’s a technical explanation on what trouble does the spyware cause.

1. An extra process is running to monitor and log your activities in your PC.

2. Constant transfer is taking place between your PC and the spyware writer’s computer.

The first process in it self is an unneeded process and it contributes to slow down your PC. Second is the most harmful. It transfers logged info to the external PC (spyware writer’s PC). Then the external PC transfers targeted popups to the infected PC. This, in addition to slowing down your PC because of these extra processes, it also slows down the internet connection, as the bandwidth is shared. In short, PC with a spyware is like a dumping ground for snakes. Once its there and up and running, it can do almost anything with your PC.

Please pass this on to all you know. The most risk is for people who use Internet Explorer, as it is the most popular web browser and that very fact has drawn more attention of many malicious software developers.

About The Author

Fazly Mohamed - fazlymohamed@yahoo.com

More articles at articles database

Oct 11

For the lay person, the term database is just another geek word that is just so prevalent in todays society. From the office, to the home, and to just about any industry, people refer to their information as being kept in a database.

So somehow, we all get this idea that the database is some cabinet that holds all the data for a given organization.

But what is a database, anyway?

A database is any collection of data organized for storage in a computer memory and designed for easy access by authorized users. The data may be in the form of text, numbers, dates, or encoded graphics.

Since databases made their debut 1950s, they have become mightily important in the everyday operations of every major and even minor industry.

Databases make the output of needed data and reports easy, convenient, and almost instantaneous. This is a far cry from the barbaric methods once employed by every industry.

Those outdated methods included collating data from paper files whenever a report was needed. That process wasted a lot of time and effort. With the help of databases, these manual methods quickly found their demise.

Small databases were first developed or funded by the U.S. government for agency or professional use. But in the 1960s, databases became commercially available to the public.

However, their use was channeled through a few so-called research centers that collected information inquiries and performed them in batches. Online databasesthat is, databases available to anyone who could link up to them by computerfirst appeared in the 1970s.

Computer programs that manage and query a database are known as database management systems (DBMS). Database systems are actively studied in information science.

The overriding concept of databases is the idea of a collection of facts, or pieces of information. Databases may be structured in a number of ways, known as database models.

Database Models

Flat Model

The flat (or table) model consists of a single, two-dimensional array of data elements. All members of a given column are assumed to be similar values, and all members of a row are assumed to be related to one another. For instance, columns for name and password might be used as a part of a system security database.

Each row would have the specific password associated with a specific user. Columns of the table often have a type associated with them, defining them as character data, date or time information, integers, or floating point numbers.

This model is the basis spreadsheet systems such as Lotus 123 or Microsoft Excel. However, these applications are not typically thought of as databases per se.

Network Model

The network model allows multiple datasets to be used together through the use of pointers (or references). Some columns contain pointers to different tables instead of data. Many major industries adopted this model in the past few decades.

Relational Model

The relational model is the most popular of the database models today. This model is the basis for such database systems as Oracle, mySQL, and even Microsoft Access.

In this model, logically related data is kept in tables not unlike the flat model. However, unlike the network model in which tables are connected via pointers, the relational model is interconnected using keys or values within data rows in tables that point to other tables.

The SQL or Structured Query Language is used to manipulate and derive data from such databases.

James Monahan is the owner and Senior Editor of TopDatabaseSites.com and writes expert articles about databases.

More articles at database for articles

« Previous Entries