How storage devices works


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

Data  Loss  Is  Not  A  Small  Thingsecondary media, preferably removable media
that can be stored in a separate location.
The impact of a data loss on a business canYou can then restore the system or the data
be visualized if you consider a manufacturingfrom these backup copies in case of a data
operation with over a thousand employees,loss.
whose pay details are kept in the
company’s  computer  system.While in theory, backup is a foolproof
safeguard; in practice things are quite
Imagine what could happen if these paycomplex. First comes the organizational
details become inaccessible owing to systemaspect.
problems, operator errors or a malicious
virus attack. Reconstructing the details is-  Taking  backups  after  every  change
not  going  to  be  a  short-term  operation.
- Selecting the media to store the backup,
Yet such reconstruction is unavoidable nothaving regard to the costs and recovery steps
only to pay the employees correctly but alsoinvolved
to comply with regulatory requirements under
employment and taxation laws. The cost of- Keeping track of what data is on what media
such a reconstruction is going to be a majorand  which  are  the  latest  ones
expense item for the company, not to mention
the  disruption  to  business  operations.- Auditing the backup procedures and media to
ensure  that  they  are  indeed  reliable
On the other hand, if the company had taken
proper actions to make recovery of the lostNumerous  options  are  available for backup.
data possible, the time, business disruption
and money costs would be insignificant- Media for storage could be magnetic tapes
compared to a complete reconstruction from(least expensive but slow retrieval), hard
scratch.disks (fast retrieval possible but was
comparatively quite expensive until recent
How  Data  Gets  Losttimes)
An awareness of the different ways data could- Data could be backed up fully, or
get lost should be the starting step inincrementally, or continuously, with
organizing your defenses. So we look at thesedifferent  cost  and  recovery  implications
first.
- The backed up data could be stored in a way
Data stored on a computer disk can be lost inthat enables immediate online access or in
several  ways.offsite  vaults  or disaster recovery centers
-  User  Action- Remote third party backup services could be
utilized getting the benefit of their
- The computer user deletes a data file orexpertise  and  facilities
computer program thinking that it is no more
needed. It could later turn out that theThe above options are actually only
deletion  was  premature.illustrative. There are more options and
sub-options available to suit different
Accidentsrequirements. The availability of the options
and their different implications make
- User deletes file or program, but not withselection of a backup policy a complex
full awareness of what he is doing. Forexercise.
example, a blanket deletion of a large number
of files could result in deleting someIn practice, backup is mostly unsatisfactory
important files that the user would not havein implementation and far from adequately
consciously  deleted.dependable.
- The files or programs were stored onRAID: RAID through hardware or software
removable storage media like floppy orimplements redundant storage so that the
compact disks or USB drives that werefailure of a single disk does not result in
misplaced and could not be found when needed.data loss. RAID implementations have
different levels with different degrees of
- Errors made by network administrators andsafeguards against data loss. RAID is not
other administrative persons could lead toonly a data loss safeguard; it is a means for
the loss of important files or programs thathigher  speed  data  access.
their  users  might  not  have  deleted.
Journaling: An apparently single write
System  or  Infrastructure  Problemsoperation actually involves several write
operations. If some disturbance prevents one
- Power could fail before the data could beof these several operations being completed,
saved to permanent memory and the user mightthe result would be invalid data. One remedy
be  unaware  that  it  has  not  been  saved.against such an event is maintaining a
journal of all changes before actually doing
- Different kinds of hardware failure, suchthe write operation. If the write is not
as contact between the read-write head andcompleted successfully, the operation can be
the rotating disk platter in a hard diskreplayed using the journal and completed
drive (in normal operation, there is a minutesuccessfully.
cushion of air between the two), could lead
to  the data on the disk becoming unreadable.Antivirus: Practically every computer user
would have by now become familiar with
- Software crashes, as when an application orantivirus software that helps you prevent
the operating system suddenly gets stuckvirus attacks and even recover any damage
halfway through a work session, could resultdone  by  such  attacks.
in  the  work  not  being  saved.
Firewalls: Firewalls act as a barrier between
- Data corruption as when the file system ornetworks of different trust levels. The
database gets corrupted and the data in theInternet is a network of no trust level while
files or database becomes unreadable, or whenan internal network has a higher trust level.
unintended changes during transmission orA firewall could control the data flow
retrieval  results  in  erroneous  data.between the networks by either allowing only
previously allowed network connections or
External  Factorspreventing specifically blocked connections.
In practice, firewall implementation tends to
- A natural disaster like an earthquake,be  inefficient.
flood or tornado destroys the equipment
including  the  data  storage  media.User Education: Considering the fact that
user errors are a major factor for data loss,
External  Interferenceproper user education could go a long way in
preventing  data  loss.
- A worm or virus attack results in damage to
dataData  Recovery
- A hacker intrudes into the system andExpert data recovery consultants could
erases/damages  the  datarecover much of the “lost” data
not only because of their specialized
-  A  thief  steals  the  physical  mediatraining and experience but also because they
have the necessary facilities, such as Class
Of the above, hardware failure and human100 Clean Rooms kept free of dust. Even
errors reportedly account for 75% of theminute specks of dust could make the thickly
incidents. Data loss through naturalpacked  data  on  disks  unreadable.
disasters is rare. However, if that happens,
there is no way to recover the data unlessThese companies use techniques like repairing
you had stored backups in a physicallythe file system damage so that the image on
separate  location.the disk could be deciphered as meaningful
data, replacing damaged PCBs or read-write
Let us now look at ways to minimize dataheads with matching, healthy ones, removing
loss. You can only minimize it; absolutethe platters from the damaged drive and
protection even against minor losses isinstalling them in a healthy drive or a
impracticable.combination  of  these  measures.
We also look at the possibilities of dataIt would be apparent that these are
recovery  if  data  does  indeed  get  lost.procedures requiring high precision,
considerable expertise and specialized
Organizing  Against  Data  Lossfacilities. Attempting to do it in-house is
only likely to make the data completely
Backups: You copy all data and programs to airrecoverable.



1 A B C D 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110