CONTENTS
Storage devices.
Optical drives. Floppy disk. Hard disk.
Components of Hard disks. RAID technology. Levels in RAID technology. Summary.
CONTENTS Storage devices. Optical drives. Floppy disk. Hard disk. - - PowerPoint PPT Presentation
CONTENTS Storage devices. Optical drives. Floppy disk. Hard disk. Components of Hard disks. RAID technology. Levels in RAID technology. Summary. Storage devices Some of the storage devices are as follows: Optical
Storage devices.
Components of Hard disks. RAID technology. Levels in RAID technology. Summary.
Some of the storage devices are as follows:
FLOPPY DIS K
Hard disk is an organization of data on the platters. It shows where the data will be stored in each platters. They are specified by numerical values such as: Heads. Cylinders. Sectors per track. Write precompensation. Landing Zone.
liders, Arms and Actuator
pindle Motor
umpers
SCSI Hard disk. SATA Hard disk. IDE(ATA/PATA).
IDE is older type of Hard disk . It is also called ATA/P
ATA hard disk. S
ATA-1 ATAPI (ATA Packet Interface) ATA-2 ATA-3: ATA/ATAPI-4 ATA/ATAPI-5: Enhanced IDE (EIDE Fast ATA Ultra ATA
SATA is latest technology that
SATA has several advantages
connectors.
These hard disks are used in
workstations and servers because of following advantages:
multitasking and multiuser environment.
many drivers on computer.
RAID is the method in which information is spread
i.
ii.
RAID 0 RAID 1 RAID 3 RAID 4 RAID 5 RAID 6 RAID 1 RAID 53
RAID 0 level specifies data
stripping. It means that data will split up into several smaller parts without any parity. It requires minimum 2 number
RAID 0 level provides good performance over single disk storage.
RAID 2 level suggests
If any data is lost then we
Minimum 2 HDD is
RAID 3 level specifies
Minimum 3 HDD is
01 01
2 XOR 001
1
2 = 01
1 02 If ? ? ? ?
2 XOR 1
1 002 = 01 1 02, Then 1 1 002 XOR 01 1 02 = ? ? ? ?
2 = 1
01 02 Thus we can use XOR results to recover lost data
XOR Logic Table A XOR B Result
1 1 1 1 1 1
High Read/Write
Transfer Rates
Disk failures don’t slow
the system
Low Ratio of Data Disks
to Parity Disks
Transaction rate slowed
by Parity Disk
Complex Controller
Design
Software
Implementation
Resource Intensive
RAID 4 level is similar to
Very high read rates
Multiple files read at once
Web Servers, and other
high read, low write situations
Very slow write rates
Even small writes fill up
parity write queue
Inefficient data recovery Even more Complex
Controller Design than RAID 3
*Has most of the other Advantages and Disadvantages of RAID 3
RAID 5 took all the advantages from RAID 0-RAID 4
Therefore , RAID 5 level has got highest popularity as it uses all the level and it is used widely.
Highest Read data transaction rate Medium Write data transaction rate Most complex controller design Used For Server Applications.
Characterized by:
Uses multiple (mirrored) RAID 1
Data striped across all mirrored sets Very high fault tolerance High performance rate
The foremost advantage of using a RAID drive is that it
increases the performance and reliability of the system.
The RAID drive is a credible example that could be used in
a server.
The RAID increases the parity check and thus it regularly
checks for any possibility of a system crash. Disk stripping is also a hot topic when we discuss about the RAID drives.
The performance is much highlighting and increases a lot
when the disk stripping is done.
The mirroring is the complete duplication of the data. Or
in the other sense the mirroring is the 1 00% duplication of the data on two drives.
A major disadvantage regarding the RAID drive is that
there needs to be written the drivers for a Network Operating S ystem (NOS).
Hence the major fact and also the most important usage of
the RAID system is that it is essentially designed and extensively used in a server.
Another disadvantage regarding the RAID is that it is very
much difficult for an administrator to configure the RAID system.
The ability to dynamically enlarge the RAID server is also
complex process; especially for those administrators who are the IS managers and also the LAN administrators.
RAID level Mirroring Striping Parity Min . drives Key features 0 No Block No 2 Fastest, but lacks data protection. 1 Yes No 32No 2 Requires double capacity but fastest protected solution. 3 No Byte Dedicated 3 Distributes each block across disks. 4 No Block Dedicated 3 Larger blocks improve
parity disk is potential bottleneck. 5 No Block Distributed 3 Eliminates parity bottleneck.