Data security overview

Data security is the means of ensuring that data iscapacity, and activities such as podslurping are
kept safe from corruption and that access to it isbecoming more and more common. It is now possible
suitably controlled. Thus data security helps to ensureto store 40 GB of data on a device that will fit in an
privacy. It also helps in protecting personal data.employees pocket, data that could contribute to the
In the UK, the Data Protection Act is used to ensuredownfall of a business.
that personal data is accessible to those whom itData corruption refers to errors in computer data that
concerns, and provides redress to individuals if thereoccur during transmission or retrieval, introducing
are inaccuracies. This is particularly important to ensureunintended changes to the original data. Computer
individuals are treated fairly, for example for creditstorage and transmission systems use a number of
checking purposes. The Data Protection Act statesmeasures to provide data integrity, the lack of errors.
that only individuals and companies with legitimate andData corruption during transmission has a variety of
lawful reasons can process personal information andcauses. Interruption of data transmission causes
cannot be shared.information loss. Environmental conditions can interfere
The International Standard ISO/IEC 17799 covers datawith data transmission, especially when dealing with
security under the topic of information security, andwireless transmission methods. Heavy clouds can
one of its cardinal principle is that all stored information,block satellite transmissions. Wireless networks are
i.e. data, should be owned so that it is clear whosesusceptible to interference from devices such as
responsibility it is to protect and control access to thatmicrowave ovens.
data.Data loss during storage has two broad causes:
Data theft is a growing problem primarily perpetratedhardware and software failure. Head crashes and
by office workers with access to technology such asgeneral wear and tear of media fall into the former
desktop computers and hand-held devices, sincecategory, while software failure typically occurs due to
employees often spend a considerable amount of timebugs in the code.
developing contacts and confidential and copyrightedWhen data corruption behaves as a Poisson process,
information for the company they work for they oftenwhere each bit of data has an independently low
feel they have some right to the information and areprobability of being changed, data corruption can
inclined to copy and/or delete part of it when theygenerally be detected by the use of checksums, and
leave the company, or misuse it while they are still incan often be corrected by the use of error correcting
employment.codes.
While most organizations have implemented firewallsIf an uncorrectable data corruption is detected,
and intrusion-detection systems very few take intoprocedures such as automatic retransmission or
account the threat from the average employee thatrestoration from backups can be applied. RAID disk
copies proprietary data for personal gain or use byarrays, store and evaluate parity bits for data across a
another company.[citation needed] A commonset of hard disks and can reconstruct corrupted data
scenario is where a sales person makes a copy ofupon of the failure of a single disk.
the contact database for use in their next job. TypicallyIf appropriate mechanisms are employed to detect
this is a clear violation of their terms of employment.and remedy data corruption, data integrity can be
The damage caused by data theft can bemaintained. This is particularly important in banking,
considerable with today's ability to transmit very largewhere an undetected error can drastically affect an
files via e-mail, web pages, USB devices, DVD storageaccount balance, and in the use of encrypted or
and other hand-held devices. Removable mediacompressed data, where a small error can make an
devices are getting smaller with increased hard driveextensive dataset unusable.