Fundamental of HDD Technology (3) : Outline
Fundamental of HDD Technology (3) : Outline
1 2
Head Parking and the Landing Zone For this reason, most disks set aside a special track
that is designated to be where the heads will be
Hard disks work by having the read/write heads fly over placed for takeoffs and landings.
the surface of the disk platters.
Appropriately, this area is called the landing zone, and
This floating action occurs only when the platters are
spinning. no data is placed there. The process of moving the
heads to this designated area is called head parking.
When the platters are not moving, the air cushion
dissipates, and the heads float down to contact the IBM has developed an alternative to conventional
surfaces of the platters ⇒ potential for damage head parking.
While the platters and heads are designed with the
knowledge in mind that this contact will occur, it still makes
sense to avoid having this happen over an area of disk
where there is data!
3 4
Head Load/Unload Technology
Instead of letting the heads fall down to the surface of
the disk when the disk's motor is stopped, the heads
are lifted completely off the surface of the disk while
the drive is still spinning, using a special ramp.
When the power is reapplied to the spindle motor, the
process is reversed: the disks spin up, and once they
are going fast enough to let the heads fly without
contacting the disk surface, the heads are moved off
Diagram showing how IBM's load/unload ramp technology
the "ramp" and back onto the surface of the platters.
functions. (One head and surface is shown; there would be a
IBM calls this load/unload technology. different ramp for each head and surface the disk has.)
5 6
7 8
Each platter uses two heads ⇒ the top and the bottom
The heads are locked together on an assembly of head
arms.
All the heads move in and out together
Impossible to have one head at track 0 and another at
track 1000.
The track location of the heads is commonly referred to
as a cylinder number.
A cylinder is basically the set of all tracks that all the
heads are currently located at.
9 10
Cylinder:
Data Addressing
A group of tracks with the same radius is called a cylinder.
CHS mode uses "cylinder, head, sector" to refer to a data
Data addressing: block in HDDs
Two methods for Drive's data addressing: No translation done at the BIOS level
CHS (cylinder-head-sector) ⇒ Used on most IDE drives Limit to 1,024 cylinders, 16 heads and 63 sectors, or 504 MB
LBA (logical block address) ⇒ Used on SCSI and Logical Block Addressing (LBA)
enhanced IDE drives. Each sector is instead assigned a unique "sector number", from
0, 1, 2, … (N-1)
N = number of sectors on the disk
Must be supported by BIOS, OS, and HDD
All newer hard disks support LBA ⇒ Support high capacity
11 12
Zoned Bit Recording
Of course, the tracks are concentric circles, and the
ones on the outside of the platter are much larger than
One way that capacity and speed have been improved the ones on the inside.
on hard disks over time is by improving the utilization of Since there is a constraint on how tight the inner circles
the larger, outer tracks of the disk. can be packed with bits, they were packed as tight as
The first hard disks were rather primitive affairs and their was practically possible given the state of technology,
controllers couldn't handle complicated arrangements and then the outer circles were set to use the same
number of sectors by reducing their bit density.
that changed between tracks.
This means that the outer tracks were greatly
As a result, every track had the same number of underutilized, because in theory they could hold many
sectors. The standard for the first hard disks was 17 more sectors given the same linear bit density
sectors per track. limitations.
13 14
15 16
17 18
AREAL
19 20
21 22
Areal Density
23 24
Transfer rate As of 2008:
The data transfer rate at the inner zone ranges from
44.2 MB/s to 74.5 MB/s
The data transfer rate at the outer zone ranges from
74.0 MB/s to 111.4 MB/s
Remark:
One interesting side effect of this design (i.e., ZBR) is
that the raw data transfer rate (or the media transfer
rate) of the disk when reading the outside cylinders is
much higher than when reading the inside ones.
25 26
27 28
When the data is packed closer and closer 1989 Today
Cause ⇒ interference
Solution ⇒ Reduce the strength of the magnetic signals
stored on the disk
Must ensure that the signals are stable and the heads are
sensitive and close enough to the surface to pick them up tracks
Every few years a read/write head technology
bits
breakthrough enables a significant jump in density.
That’s why HDD has been doubling in size so frequently. Less magnetic
signal to read
29 30
In 1 inch, the read/write head can differentiate 660,000 data bits In the same 3.5” form factor, the hard disk can
Also in 1 inch, it can place about 76,000 tracks now store >12,500 times more data
31 32