How storage devices works


Data Protection In Computers

Let us first understand What is data? DataMicrosoft later released NTFS (New Technology
is nothing but, information. All informationFile System), which greatly increased the
in a computer is referred to as data. Data issecurity options.With the advent of
a plural form of Latin word "Datum". Inclient-server technology, the computer system
computer, what we type, is referred to ashad revolutionary changes. NTFS introduced a
data. There are two types of data, first oneconcept called File and Folder level
is character or numerical data, and secondsecurity, where in, one can set options, with
one is referred to as binary. The first oneuser name, and passwords. The user with
is readable to human beings easily. Thesufficient permissions can access the file.
second one helps computers to function. TheyHowever, there are several o*ther issues. The
are readable by the computer programs.What isuser name and passwords are to be made
data protection: Generally, the wordsecured. So, they introduced a concept,
protection means the security given tocalled encryption and decryption. The basic
something. For example, a house protects usidea of encryption is to convert data from
from getting wet, when raining etc. Inone form to another. For example, suppose the
computer, the word protection is referred forletter 'A', may become 'Z' after encryption.
protecting data from others, so, that othersDecryption is the just opposite of
cannot get the information. In computer,encryption. i.e. 'Z' should become, 'A',
information is stored in hard disks, floppyafter reversing that is,
disks, CD-ROM disks, etc. i.e. any secondarydecryption.Encryption and Decryption involves
storage device, permanently. We need toseveral complex mathematical formulas. One
protect it from getting accessed or modifiedneeds to be good in mathematics, to write
or deleted. There are two categories of data;programs, for encryption and decryption. Till
they are, private and public. Private data,today, no one knows the actual process
features your name, password, address,except, the author of the program. But,
telephone number etc. Public data is madeseveral intelligent guesses can result in
available to public, information on somebreaking of encryption code. So, several
specific fields, which includes science,encryption and decryption algorithms came,
technology, mathematics, etc. Not allwhich made guessing difficult. The research
information on these fields are not publicfor best encryption and decryption process is
data. They may have private data also. Italready on its way.The second security
depends on how data is organized to protectmeasure, apart from the encryption is, the
it from being accessed.Normally, we storefirewall. A firewall is a program, which
information or data in the form of files, inmonitors the traffic. The traffic is nothing
the secondary storage devices. The computerbut, a group of files. It may be a network
checks, whether the data is in protectedfile or an ordinary file. A firewall
mode. If it is true, then computer will notprevents the certain files or data from
provide data to the user. Each of fileentering into system. It checks data or
information is stored, in File Allocationproperties of the file and allows or blocks
Table (FAT), in case of Microsoft family ofthe file, depending on the condition set. Say
operating systems. File Allocation Table, isfor example, suppose, if one can prevent the
table of rows and columns, with each rowfile abc.txt from entering into the system.
corresponds to one file. The columns are, of,Like wise, we can block or allow the messages
name of the file, address offsets from and toor files, which are willing to enter into our
where data is to be read, different filecomputer.The growth of technology has
attributes. One way, and perhaps, the onlyresulted in bringing high level security, in
way to give protection to the file in FAT,the computer system. However, a more advanced
FAT16, FAT32 is by hiding it and making itdata security system need to be built, which
read only. But, that was not enough, as awill prevent, unauthorized access into the
user, knowing the existence of file, cansystem, in the years to come.
reach it directly, without any difficulty.



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