Spyware: What It Is and How to Combat It

Written by Dean Phillips


Spyware is software or hardware installed on a computer withoutrepparttar user's knowledge which gathers information about that user for later retrieval by whomever controlsrepparttar 107653 spyware.

Spyware can be broken down into two different categories, surveillance spyware and advertising spyware.

Surveillance software includes key loggers, screen capture devices, and trojans. These would be used by corporations, private detectives, law enforcement, intelligence agencies, suspicious spouses, etc.

Advertising spyware is software that is installed alongside other software or via activex controls onrepparttar 107654 internet, often withoutrepparttar 107655 user's knowledge, or without full disclosure that it will be used for gathering personal information and/or showingrepparttar 107656 user ads. Advertising spyware logs information aboutrepparttar 107657 user, possibly including passwords, email addresses, web browsing history, online buying habits,repparttar 107658 computer's hardware and software configuration,repparttar 107659 name, age, sex, etc ofrepparttar 107660 user.

As with spam, advertising spyware usesrepparttar 107661 CPU, RAM, and resources ofrepparttar 107662 user's computer, makingrepparttar 107663 user pay for repparttar 107664 costs associated with operating it. It then makes use of repparttar 107665 user's bandwidth to connect torepparttar 107666 internet and upload whatever personal information it has gathered, and to download advertisements which it will present torepparttar 107667 user, either by way of pop up windows, or withrepparttar 107668 ad banners of ad-supported software. All of this can be considered theft inrepparttar 107669 cases of advertising spyware that installs without disclosure.

Device Driver Basics

Written by Stephen Bucaro


---------------------------------------------------------- Permission is granted forrepparttar below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made andrepparttar 107652 byline, copyright, andrepparttar 107653 resource box below is included. ----------------------------------------------------------

Device Driver Basics

By Stephen Bucaro

Most people understand thatrepparttar 107654 "hardware" part of their computer isrepparttar 107655 real physical parts, likerepparttar 107656 keyboard, mouse, modem, hard drive and so on. They understand thatrepparttar 107657 "software" is computer bits stored onrepparttar 107658 hard drive, CD-ROM, or other storage media. But most people are a little hazy about exactly what a "driver" is.

In this article, I'm going to reveal in plain English what a driver is, why we need drivers, and exactly whererepparttar 107659 drivers are hiding. To give you a basic understanding, I'm going to go back, way back, torepparttar 107660 early days of computers.

The Early Days

The year is 1981 andrepparttar 107661 world is inrepparttar 107662 midst of a severe resession. IBM's main frame business has slowed andrepparttar 107663 company is losing money. Up until now they had been laughing atrepparttar 107664 array of microcomputers onrepparttar 107665 market: Atari, Commodore, sinclair. Toys really, mostly used to play computer games.

The problem was, these "toys" were selling like hot cakes. IBM had to get into that market and get into it fast. They didn't have time to design and build a computer complete enough to compete inrepparttar 107666 market, so they built an "open system". They used commonly available electronic components and they published every design detail (includingrepparttar 107667 code), and they even provided plug in slots so that others could build components for their computer.

And people did provide components forrepparttar 107668 IBM PC. They provided video cards, memory expansion cards, input-output port cards, game port cards, hard disk interface cards, and much more. How were all these various devices able to interface withrepparttar 107669 PC's operating system? That's where a "driver" comes in.

A hardware device is constructed with various electronic components using various control signals, butrepparttar 107670 software interface torepparttar 107671 operating system is standardized. A device's interface torepparttar 107672 operating system must followrepparttar 107673 interface specification. A driver is a piece of software that translatesrepparttar 107674 hardware's control signals to signals thatrepparttar 107675 operating system expects, and translates signals fromrepparttar 107676 operating system torepparttar 107677 hardware's control signals.

Whenrepparttar 107678 computer is started up, it would look inrepparttar 107679 "system" directory for files withrepparttar 107680 extension ".drv" and load them into memory. Specific files like autoexec.bat, config.sys, and win.ini were used to informrepparttar 107681 operating system about drivers. Hardware would be configured through these files, or through jumpers located onrepparttar 107682 device itself.

The driver specification evolved along withrepparttar 107683 PC. Today when a PC starts, it executesrepparttar 107684 program ntdetect.com which queriesrepparttar 107685 hardware components and buildsrepparttar 107686 registery key HKEY_LOCAL_MACHINEHARDWARESYSTEMCurrentControlSet. This key exists only in memory and is created each timerepparttar 107687 computer boots. If allrepparttar 107688 drivers are loaded successfully, a copy ofrepparttar 107689 key is saved as ControlSet00X.

Underrepparttar 107690 registery key CurrentControlSet,repparttar 107691 subkey "Enum" contains a subkey for each harware device onrepparttar 107692 computer. Each device key contains fields for Hardware ID, Driver ID, Device Parameters, and other configuration data. The 32-bit drivers are files withrepparttar 107693 extension ".sys" and can be found inrepparttar 107694 folder C:/winnt/system32.

Driver Signing

Microsoft has beenrepparttar 107695 brunt of much criticism because ofrepparttar 107696 poor reliability ofrepparttar 107697 Windows Operating System. I feel that much of this criticism is justified. Onrepparttar 107698 other hand, as I described in part 1 of this article,repparttar 107699 PC was designed by IBM as an "open" system. Anyone can sell a hardware device (or software) forrepparttar 107700 PC. Should Microsoft be held responsible forrepparttar 107701 quality from a third-party?

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use