contents
play

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


  1. CONTENTS  Storage devices. Optical drives. Floppy disk. Hard disk.  Components of Hard disks.  RAID technology.  Levels in RAID technology.  Summary.

  2. Storage devices  Some of the storage devices are as follows:  Optical drives such as floppy disks,CD/DVD Rom  Hard disks.

  3. Floppy disk drives. FLOPPY DIS K

  4. CD/ DVD drives

  5. Geometry of hard disk  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.

  6. Components of Hard disk. Platters and Media o Read/Write Heads o Head S liders, Arms and o Actuator S pindle Motor o Connectors and J umpers o Logic Board o Integrated Cache o

  7. Sectors per track.

  8. Types of Hard disk  SCSI Hard disk.  SATA Hard disk.  IDE(ATA/PATA).

  9. IDE (Integrated Drive Electronics)  IDE is older type of Hard disk . It is also called ATA/P ATA hard disk. S ome of the IDE hard disk are as follows:  ATA-1  ATAPI (ATA Packet Interface)  ATA-2  ATA-3:  ATA/ATAPI-4  ATA/ATAPI-5:  Enhanced IDE (EIDE  Fast ATA  Ultra ATA

  10. SATA (Serial ATA Hard disk)  SATA is latest technology that is replaced by PATA/ATA hard disk.  SATA has several advantages over PATA they are as follows:  Superior cabling and connectors.  Higher bandwidth.  Greater reliability.

  11. SCSI (Small Computers S ystem Interface)  These hard disks are used in workstations and servers because of following advantages:  Improved performance over IDE and SATA in multitasking and multiuser environment.  Ability to dairy chain many drivers on computer.

  12. RAID (Redundant Array of Inexpensive Disk)  RAID is the method in which information is spread across several hard disk and maximize the ability to recover information in case of hard disk crash.

  13. Some Information about RAID technology Mirroring refers to copying of data to multiple hard i. disks. Striping refers to splitting of data across multiple ii. hard disks. iii. Error correction refers to detecting hard disk failures and recovering from the failures. Error detection is done by parity checking .

  14. Different levels of RAID are as follows:  RAID 0  RAID 1  RAID 3  RAID 4  RAID 5  RAID 6  RAID 1 0  RAID 53

  15. RAID 0 level  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 of hard disks to operate.  RAID 0 level provides good performance over single disk storage.

  16. RAID 1 level  Specifies data Mirroring(same copy of data in all hard disks) but without any parity.  This means data is copied to multiple disk but there is no error correction of RAID1 level like RAID 0 level also requires at least two hard disk drivers.

  17. RAID 2 level ( Stripping with parity.)  RAID 2 level suggests data is split across multiple hard disk with parity bit is stored in the same hard disk . If any data is lost then we can recover disk.  If any data is lost then we can recover the whole data with the help of parity bit.  Minimum 2 HDD is required

  18. RAID3 level  RAID 3 level specifies data stripping with dedicated parity disk . This means RAID 3 level generates parity and dedicated one of its hard disk drive for storing the parity information.  Minimum 3 HDD is required for building RAID3 level .

  19. RAID 3: XOR  Exit Hamming Code, XOR Logic Table Enter XOR (e X clusive OR ) A XOR B R esult 0 0 0  XOR in Action: 0 1 1 1 0 1 01 01 2 XOR 001 1 2 = 01 1 0 2 1 1 0 If ? ? ? ? 2 XOR 1 1 00 2 = 01 1 0 2 , Then 1 1 00 2 XOR 01 1 0 2 = ? ? ? ? 2 = 1 01 0 2 Thus we can use XOR results to recover lost data

  20. RAID 3: Pros and Cons Advantages: Disadvantages:  High Read/Write  Transaction rate slowed Transfer Rates by Parity Disk  Disk failures don’t slow  Complex Controller the system Design  Low Ratio of Data Disks  Software to Parity Disks Implementation  Resource Intensive

  21. RAID 3: Uses  Video Production  High-end Video and Image Editing  Other uses that require high throughput of data

  22. RAID 4 level  RAID 4 level is similar to RAID 3 except with a difference . The difference is that :  In RAID 3 we stripes data one byte at time.  Whereas RAID 4 strips data in blocks.

  23. RAID 4: Uses Advantages: Disadvantages:  Very high read rates  Very slow write rates  Multiple files read at once  Even small writes fill up parity write queue  Inefficient data recovery Uses:  Even more Complex  Web Servers, and other Controller Design than high read, low write RAID 3 situations *Has most of the other Advantages and Disadvantages of RAID 3

  24. RAID 5 level  RAID 5 took all the advantages from RAID 0-RAID 4 and build up this technology . The advantages are as follows:  RAID 0-Stripping.  RAID 1 -Mirroring.  RAID 2-Stripping bit level parity.  RAID 3-Stripping with dedicated parity.  RAID 4-Block level parity. Therefore , RAID 5 level has got highest popularity as it uses all the level and it is used widely.

  25. RAID 5  Highest Read data transaction rate  Medium Write data transaction rate  Most complex controller design  Used For Server Applications.

  26. RAID 10 Characterized by: - each drive duplicated - high implementation cost

  27. RAID 10  Uses multiple (mirrored) RAID 1 in a single array  Data striped across all mirrored sets  Very high fault tolerance  High performance rate

  28. How are the HDD are designed in RAID technologies

  29. Advantages of RAID  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.

  30. Disadvantages of Raid  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.

  31. Summary 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 performance. Dedicated parity disk is potential bottleneck. 5 No Block Distributed 3 Eliminates parity bottleneck.

  32. Thank yo u ANJAN KUAM R.B. -Guided by M r. Pintunath .

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend