Group 6
Group 6
Magnetic Disk
Magnetic Disk
The primary computer storage device
It consists of magnetically coated
disks
Glass is the used as the substrate.
Advantages:
o
o
o
o
Increases reliability
Reduces surface defects
More resistance to damage
Better stiffness
Read (contemporary)
Most modern disk
drives use magneto
resistive sensor for
reading, but use
inductive coils for
writing.
High frequency
operation
o
Sectors
Tracks are further divided
into sectors, which hold a
block of data that is read
or written at one time; for
example, READ SECTOR
782, WRITE SECTOR
5448. In order to update
the disk, one or more
sectors are read into the
computer, changed and
written back to disk.
Disk Velocity
The bit located near centre of rotating disk passes
fixed point slower than the bit on the outside of the
disk
Constant angular velocity (CAV) keeps the disk
spinning at a fixed rate. This means the heads
cover more distance per unit of time on the outer
tracks than on the inner tracks.
o Individual tracks and sectors addressable
o Lower data density
Can use zones to increase capacity
o Each zone has fixed bits per track
Finding Sectors
Characteristics
Fixed head
One read write head
per track
o Heads mounted on
fixed ridged arm
o
Movable head
Removable disk
Can be removed
from drive and
replaced with
another disk
o Provides unlimited
storage capacity
o Easy data transfer
between systems
o
Nonremovable disk
o
Permanently
mounted in the drive
Multiple Platter
One head per side
Heads are joined and
aligned
Aligned tracks on each
platter form cylinders
Data is striped by
cylinder
o reduces head
movement
o Increases speed
(transfer rate)
Floppy Disk
A floppy disk is a data
storage medium that is
composed of a disk of
thin, flexible ("floppy")
magnetic storage
medium encased in a
square or rectangular
plastic shell.
Floppy disks in 8 inch,
5 inch and 3 inch.
Small capacity
o Up to 1.44Mbyte
(2.88M never
Speed
Seek time
o
(Rotational) latency
o
Raid system
Drive arrays are
ways to share
resources
The most common
drive arrays are
RAID
RAID stands for
Redundant Arrays
of Inexpensive
Disks
RAID 0
Stripped Disk Array without Fault Tolerance (Nonredundant)
RAID 1
Mirroring and Duplexing (Mirrored)
Redundancy is achieved by
duplicating all the data
A read request can be
serviced by either of the two
disks. The controller reads
alternate sectors from each
drive. Time is effectively
reduced the data read time.
Write time is dictated by the
slower of the two writes
Recovery from failure is
achieved accessing the
second drive
Main disadvantage is cost.
RAID 2
Data Striping with Error Recovery
Uses multiple disks for
error- detection and
correction functions
The number of redundant
disks is proportional to the
log of the number of data
disks.
A complex error-detection
and correction algorithm is
employed.
Big hardware overhead,
thus is not normally used
with microcomputer
systems
RAID 3
Parallel Transfer with Parity Striping (Bit-interleaved parity)
RAID 4
Independent Data Disks with Shared Parity Disk
(Block-level parity)
Controller interleaves sectors across the drives in
the array
Independent access technique for high I/O
request rates
I/O requests satisfied in parallel
Only one parity-checking drive is allotted for error
control
Bitwise operation
XOR properties:
A xor A = 0
1 xor 1 = 0
1 xor 0 = 1
0 xor 0 = 0
Example: 1110 xor 0111 = 1001
In general, A xor B xor C xor D xor E is TRUE if an ODD
number of variables are TRUE
XOR is used in RAID 3-6 for creating parity information.
It is possible to bake up information like two bytes, 10011100
and 01101100 coming from different hard drives if we xor them
and store the result in another hard drive
Data Recovery
RAID 5
Independent Data Disks with Distributed Parity
Blocks
Similar organization as RAID 4
Alters the RAID 4 specification
by allowing the parity function to
rotate through the different
drives
Error checking an correction are
the function of all the drives
The distribution of parity strips
across all drives avoids the
potential I/O bottleneck found in
RAID 4
Very popular because it can be
used on small arrays, and it has
a high level of error recovery
built in.
RAID 6
Independent Data Disks with Two Independent
Distributed Parity (Dual Redundancy)
Parity is calculated and stored in separate blocks and different
disks
Requires at least two additional drives to operate
Example: if a data user needs N disks, RAID 6 array will be N+2
disks
Relatively expensive, but it provides an extremely high fault
tolerance level for critical applications
Raid comparison
Raid comparison
(continued)
Optical Memory
CD-ROM
CD-Recordable (CD-R)
CD-R/W
DVD
CD Operation
CD-ROM Format
CD-ROM
FOR:
o
o
o
o
AGAINST:
o
o
o
Slow
Read only (cannot be updated)
Access time is longer than Mag. Disk Drive
CD-RW
o
o
o
o
Erasable
Getting cheaper
Mostly CD-ROM drive compatible
Phase change
Material has two different reflectivities in different
phase states
DVD
Digital Video Disk
o
DVD - technology
Multi-layer
Very high capacity (4.7G per layer)
Full length movie on single disk
o
Magnetic Tape
Magnetic Tape
The first kind of secondary memory was invented for recording sound by Fritz
Pfleumer in 1928 in Germany.
Magnetic recording is used for audio, video, and computer data storage.
Tape systems use the same reading and recording techniques as disk systems.
Data on the tape are structured as a number of parallel tracks running length wise.
Early tape systems used nine tracks, which made it possible to store data one byte at
a time, with an additional parity bit as the ninth track.
Later tape systems used 18 or 36 tracks.
Parallel recording is recording data in digital word or double word.
Serial recording is data laid out as sequence of bits along each track.
The recording technique used in serial tapes is referred to as serpentine recording. In
this technique, when data are being recorded, the first set of bits is recorded along the
whole length of the tape. When the end of the tape is reached, the heads are
repositioned to record a new track, and the tape is again recorded on its whole length,
this time in the opposite direction.
Magnetic tape have been used in different formats such as open reels, UNIVAC, DEC,
Cartridges, IBM formats and cassettes.
Linear Tape-Open (LTO) Tape Drives
o Developed late 1990s
o Open source alternative to proprietary tape systems
As of 2008, the highest capacity tape cartridges can store 1 TB of uncompressed data.
(Sun Storage Tek T1000B & IBM TS 1130)
Advantages &
Disadvantages
Main advantages
Relatively cheap
Can hold in excess of 1 TB of data (it is possible to get devices that will back up
over 5 TB of data)
Backup capacity is easily expanded by simply using more tape.
Main disadvantages
Serial access - this means that in order to get to something on the tape, you have to
go through everything that comes before it. Think of it like a video tape. The
program that you want to watch might have been recorded half way through the tape,
but you have to wind forward right from the start to get to it.
Slow - Because of serial access, it is relatively slow to find the data that you need
(however in an exam question, don't just say 'slow', compare it to a storage device
with faster access.
Specialist hardware is needed to read the tapes. Most standard PCs do not come
with the hardware required to use them.
Not suitable for heavy use - As you may realize from video tapes at home - they
are a bit fragile with a tendency to stretch and tangle! Tape is best suited for back-up
purposes.
LTO-6
Release date
2000
2003
2005
2007
TBA
TBA
Compressed
capacity
200 GB
400 GB
800 GB
1600 GB
3.2 TB
6.4 TB
Compressed
transfer rate
(MB/s)
40
80
160
240
360
540
Linear density
(bits/mm)
4880
7398
9638
13300
Tape tracks
384
512
704
896
Tape length
609 m
609 m
680 m
820 m
1.27
1.27
1.27
1.27
Write elements
16
16
Review Questions
Magnetic Disk:
- What are the advantages of using glass as a substrate?
-What is the differences between latency and seek time?
RAID:
- What is RAID and how many types are there?
-What is the importance of parity bit?
Optical Memory:
-Name four types of optical memory?
-With the use of Constant Linear Velocity is it easy or difficult
to access random data on CD-ROM?
Magnetic Tape:
- What are the main advantages of magnetic tape?
-What are magnetic recording used for?