Software vs. hardware RAID
I read your recent article on RAID, we use RAID-1 for many sites, is there any benefit is using hardware (basic onboard RAID controller with no additional memory) or software (Windows) RAID-1?

    Requires Free Membership to View

    When you register for SearchStorage.com, you’ll also receive targeted emails from my team of award-winning editorial writers. Our goal is to keep you informed on the hottest topics, the latest news and the biggest challenges you face as a storage professional today.

    Rich Castagna, Editorial Director

    By submitting your registration information to SearchStorage.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchStorage.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

From a pure operations perspective, there is very little difference between hardware and software RAID. Ultimately, the difference comes down to where the RAID processing is performed. It can either be performed in the host server's CPU (software RAID), or in an external CPU (hardware RAID). For hardware RAID, that CPU can be in a disk array or in a RAID controller.

Hardware RAID presents logical disks that are already configured to the system (or the SAN), mirrored and ready to go. Configuration is still required, but that configuration takes place outside the system. Under software RAID, that configuration is performed in the system.

Since hardware RAID work is done outside the system and the OS, it can support more kinds of systems. You could, theoretically, connect a disk array that does RAID to a Palm device, without the Palm knowing anything about RAID. (Don't try this at home, kids.) Software RAID is limited to OSes on which the disk management application can run.

Is one better than the other? It depends on your needs, and on the cost. The end result will be the same. RAID-1 will give you mirrored disks that provide protection against the failure of a disk, regardless of how it is implemented. The biggest difference you are likely to see between the two is that software RAID tends to be slower than hardware RAID. However, you are likely to find that putting an additional CPU in your server to speed up software RAID is less expensive than implementing hardware RAID on custom hardware.

This was first published in December 2005