How Do Data Loss Occur And How Do You Prevent It?

Data Loss Is Not A Small Thingsecondary media, preferably removable media that
The impact of a data loss on a business can becan be stored in a separate location. You can then
visualized if you consider a manufacturing operationrestore the system or the data from these backup
with over a thousand employees, whose pay detailscopies in case of a data loss.
are kept in the company’s computer system.While in theory, backup is a foolproof safeguard; in
Imagine what could happen if these pay detailspractice things are quite complex. First comes the
become inaccessible owing to system problems,organizational aspect.
operator errors or a malicious virus attack.- Taking backups after every change
Reconstructing the details is not going to be a- Selecting the media to store the backup, having
short-term operation.regard to the costs and recovery steps involved
Yet such reconstruction is unavoidable not only to- Keeping track of what data is on what media and
pay the employees correctly but also to comply withwhich are the latest ones
regulatory requirements under employment and- Auditing the backup procedures and media to
taxation laws. The cost of such a reconstruction isensure that they are indeed reliable
going to be a major expense item for the company,Numerous options are available for backup.
not to mention the disruption to business operations.- Media for storage could be magnetic tapes (least
On the other hand, if the company had taken properexpensive but slow retrieval), hard disks (fast
actions to make recovery of the lost data possible,retrieval possible but was comparatively quite
the time, business disruption and money costs wouldexpensive until recent times)
be insignificant compared to a complete- Data could be backed up fully, or incrementally, or
reconstruction from scratch.continuously, with different cost and recovery
How Data Gets Lostimplications
An awareness of the different ways data could get- The backed up data could be stored in a way that
lost should be the starting step in organizing yourenables immediate online access or in offsite vaults or
defenses. So we look at these first.disaster recovery centers
Data stored on a computer disk can be lost in- Remote third party backup services could be utilized
several ways.getting the benefit of their expertise and facilities
- User ActionThe above options are actually only illustrative. There
- The computer user deletes a data file or computerare more options and sub-options available to suit
program thinking that it is no more needed. It coulddifferent requirements. The availability of the options
later turn out that the deletion was premature.and their different implications make selection of a
Accidentsbackup policy a complex exercise.
- User deletes file or program, but not with fullIn practice, backup is mostly unsatisfactory in
awareness of what he is doing. For example, aimplementation and far from adequately dependable.
blanket deletion of a large number of files could resultRAID: RAID through hardware or software
in deleting some important files that the user wouldimplements redundant storage so that the failure of a
not have consciously deleted.single disk does not result in data loss. RAID
- The files or programs were stored on removableimplementations have different levels with different
storage media like floppy or compact disks or USBdegrees of safeguards against data loss. RAID is not
drives that were misplaced and could not be foundonly a data loss safeguard; it is a means for higher
when needed.speed data access.
- Errors made by network administrators and otherJournaling: An apparently single write operation
administrative persons could lead to the loss ofactually involves several write operations. If some
important files or programs that their users might notdisturbance prevents one of these several operations
have deleted.being completed, the result would be invalid data. One
System or Infrastructure Problemsremedy against such an event is maintaining a journal
- Power could fail before the data could be saved toof all changes before actually doing the write
permanent memory and the user might be unawareoperation. If the write is not completed successfully,
that it has not been saved.the operation can be replayed using the journal and
- Different kinds of hardware failure, such as contactcompleted successfully.
between the read-write head and the rotating diskAntivirus: Practically every computer user would have
platter in a hard disk drive (in normal operation, thereby now become familiar with antivirus software that
is a minute cushion of air between the two), couldhelps you prevent virus attacks and even recover
lead to the data on the disk becoming unreadable.any damage done by such attacks.
- Software crashes, as when an application or theFirewalls: Firewalls act as a barrier between networks
operating system suddenly gets stuck halfwayof different trust levels. The Internet is a network of
through a work session, could result in the work notno trust level while an internal network has a higher
being saved.trust level. A firewall could control the data flow
- Data corruption as when the file system orbetween the networks by either allowing only
database gets corrupted and the data in the files orpreviously allowed network connections or preventing
database becomes unreadable, or when unintendedspecifically blocked connections. In practice, firewall
changes during transmission or retrieval results inimplementation tends to be inefficient.
erroneous data.User Education: Considering the fact that user errors
External Factorsare a major factor for data loss, proper user
- A natural disaster like an earthquake, flood oreducation could go a long way in preventing data loss.
tornado destroys the equipment including the dataData Recovery
storage media.Expert data recovery consultants could recover much
External Interferenceof the “lost” data not only because of
- A worm or virus attack results in damage to datatheir specialized training and experience but also
- A hacker intrudes into the system and erasesbecause they have the necessary facilities, such as
damages the dataClass 100 Clean Rooms kept free of dust. Even
- A thief steals the physical mediaminute specks of dust could make the thickly packed
Of the above, hardware failure and human errorsdata on disks unreadable.
reportedly account for 75% of the incidents. DataThese companies use techniques like repairing the file
loss through natural disasters is rare. However, if thatsystem damage so that the image on the disk could
happens, there is no way to recover the data unlessbe deciphered as meaningful data, replacing damaged
you had stored backups in a physically separatePCBs or read-write heads with matching, healthy
location.ones, removing the platters from the damaged drive
Let us now look at ways to minimize data loss. Youand installing them in a healthy drive or a combination
can only minimize it; absolute protection even againstof these measures.
minor losses is impracticable.It would be apparent that these are procedures
We also look at the possibilities of data recovery ifrequiring high precision, considerable expertise and
data does indeed get lost.specialized facilities. Attempting to do it in-house is
Organizing Against Data Lossonly likely to make the data completely irrecoverable.
Backups: You copy all data and programs to a