I did write about my sever structure with a bit of explanation on Redundant Array of Independent Disks (RAID) before. But today I came across an email I sent out to one of my friends explaining how RAID works and what each type of RAID benefit each situation. Today I will post the email as it is and after the final exams, I will rewrite this article to include more specific details.
RAID(redundant array of independent disks) protection technology is developed to safe guard data in an event of a hardware failure. I found that it is easy to use online info than to type all the explanations. You can read about RAID and watch the following movies to learn the technical information:
RAID 0(not really RAID) : http://www.youtube.com/watch?v=Uwie0rJSYiE
RAID 1: http://www.youtube.com/watch?v=-PlS4seeexA&feature=related
RAID 5: http://www.youtube.com/watch?v=LTq4pGZtzho
http://www.codinghorror.com/blog/2009/05/beyond-raid.html
There are few types of RAID and each one has its unique qualities and Continue reading RAID explained…