Chfi Notes
Chfi Notes
Data sanitization has a wide range of applications but is mainly used for
clearing out end-of-life electronic devices or for the sharing and use of
large datasets that contain sensitive information.
The main strategies for erasing personal data from devices are:
While the term data sanitization may lead some to believe that it only
includes data on electronic media, the term also broadly covers physical
media, such as paper copies. These data types are termed soft for
electronic files and hard for physical media paper copies. Data sanitization
methods are also applied for the cleaning of sensitive data, such as
through heuristic-based methods, machine-learning based methods, and
k-source anonymity.
A typical HDD design consists of a spindle that holds flat circular disks,
called platters, which hold the recorded data. The platters are made from
a non-magnetic material, usually aluminum alloy, glass, or ceramic. They
are coated with a shallow layer of magnetic material typically 10–20 nm in
depth, with an outer layer of carbon for protection. For reference, a
standard piece of copy paper is 0.07–0.18 mm (70,000–180,000 nm
thick.
In modern drives, there is one head for each magnetic platter surface on
the spindle, mounted on a common arm.
Seek time m easures the time it takes the head assembly on the
actuator arm to travel to the track of the disk where the data will be
read or written. Seek time is a measure of how long it takes the
head assembly to travel to the track of the disk that contains data.
The bit rate or data transfer rate defines as once the head is in the
right position but can be quite long with the transfer of large
contiguous files.
What is MBR?
Location
The MBR is the first sector of a hard disk or removable drive, also known
as the boot sector.
Function
The MBR contains the bootloader and partition table, which work together
to load the OS into the computer's memory:
Hard Drives were invented in 1956 . The hard drive was first used in the
RAMAC (Random-Access Method of Accounting and Control) 305 system.
An aluminium alloy is used to make disk platter. (In modern world it made
up of Glass and Ceramics.)
Newer HDDs and SSDs use 4096-byte (4 KB) sectors, which are known as
the Advanced Format (AF).
A cylinder is made up of all the tracks that are vertically aligned across all
the platters.
Slack space refers to the unused or wasted storage space within a file or
on a storage medium. It occurs when the actual data stored in a file or on
a disk does not completely fill up the allocated space.
Disk Latency-Disk latency refers to the time delay between a request for
data and the return of the data.
Rotational latency-The amount of time it take for the platters to spin the
data under the head is the rotational latency.
Seek Latency-It refers to the time required for the read/write head to
position itself over the correct track on the disk where data is stored or
needs to be written.