| :: Hard Drive Technologies | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Hard
Drive Interfaces PATA
(Parallel ATA) – This is the standard IDE parallel data interface
that has been used on PCs for almost 20 years and which has seen some
improvements recently with the move up to ATA133 (133 Megahertz) bus
speeds with the help of 80-line ribbon cables.
Even with the ultra cables PATA technology suffers from the
inability to go to higher bus speeds due to problems with high-frequency
cross-talk.
SCSI (Small Computer System Interface) – The SCSI standard has greatly evolved over time to the current Ultra320 standard that allows up to 15 drives on a single channel using 320MB/sec bus speeds. SCSI is typically very fast and a perfect solution for server systems that need a large amount of very reliable storage. Current drives SCSI use 68-pin connectors, but hot-swap SCSI drives use a special 80-pin connector called SCA (Single Connector Attachment). Hot swapping allows you to change the drive with the system power on.
External Hard disks (USB/Firewire/SATA) With USB 2.0 controllers now standard on all motherboard it is easy to connect external drives that can communicate at high speeds. Most such solutions provide a hard drive enclosure that will hold an IDE PATA or SATA drive and that has its own power connector. The external enclosure then connects to the system using USB 2.0 or Firewire, or optionally to a SATA card with external SATA cable (such as the Highpoint RocketRAID 1542). External drives may support booting in some cases. |
||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Hard
Drive Performance Factors RPM
(Rotational Speed): The faster the disk can spin the faster
the R/W (Read/Write) head can get to the right spot on the disk.
For IDE 5400RPM speeds are giving way to 7200RPM.
Many newer SCSI drives spin at 10,000-15,000RPM, giving them a
definite edge. Cache
Size: The cache
memory is the physical computer memory chip on a disc
drive where data is stored temporarily until the host bus adapter requests
the data. For IDE this cache size can be 512K-8MB,
and for SCSI 2-16MB. Testing
has shown a great performance increase when using IDE drive with 8MB cache
compared to same drive with only 2MB cache. Burst Speed: The burst speed is a measure of the maximum about of data that can be sent at one time. Since hard disks read and write information in bursts, this maximum rate limit is only actually reached occasionally, such as when the drive moving large blocks of data. |
||||||||||||||||||||||||||||||||||||||||||||||||
|
One of the most effective ways to increase the reliability and/or performance of your storage system is to use RAID. RAID can be used in personal computers, workstations, servers, or rackmount units using either IDE (PATA or SATA) or SCSI drives. IDE RAID allows for larger capacity RAID arrays than SCSI, but at lower performance. The best way to protect your valuable data on a budget is IDE RAID LEVEL 1. This is also known as "mirroring" where the data from one drive is copied exactly onto another drive. If one hard drive fails, you have a perfect duplicate to use. This is also good for entry level servers that must be kept running 24 hours a day. The best overall RAID for building mission-critical servers is RAID LEVEL 5, which involves data striping + parity information that is spread across a minimum of three hard disks. With RAID 5 drive you a combination of good performance and excellent data protection. Some servers will use RAID 1 array for the OS and a second RAID 5 array for data. See this page for more
info RAID
Technology Info |