c0ld Posted January 21, 2004 Posted January 21, 2004 This is a big time newb question, but I'm a big time newb here in the hard drive department. I know (or think I do) that the thick cable used for plugging things in is an IDE cable.. What's that stand for? What's the difference between SATA and PATA and what does ATA stand for? How does RAID setpus work and how many types are there? TIA for putting up with my utter nubness. <_< Quote Share this post Link to post Share on other sites More sharing options...
Paranoid Posted January 21, 2004 Posted January 21, 2004 Integrated Drive Electronics (IDE) (taken from http://www.smartcomputing.com ) A standard used since the mid-1980s for connecting hard drives, CD-ROM drives, and tape drives to computers. IDE and its updated successor, Enhanced IDE (EIDE), are based on the original IBM PC ISA (Industry Standard Architecture) 16-bit bus standard. Up to two IDE devices can attach to a single IDE ribbon cable. Many motherboards include built-in support for IDE devices, while others require a separate IDE adapter plugged into an expansion slot. IDE adapters, whether built-in or separate, are relatively simple and inexpensive, because IDE devices carry their own controller circuitry. IDE is also known as ATA (Advanced Technology Attachment), while EIDE is sometimes called Fast ATA. IDE differs from the SCSI (Small Computer Systems Interface) standard that is most often on Macintosh computers. SCSI is usually thought of as faster than IDE but more expensive and complicated to use. ATA/PATA is the same as IDE PATA has a maximum bandwidth of 133Mb/s SATA has a maximum bandwidth of 150Mb/s RAID - Redundant Array of Inexpensive Disks There are too many to expain all of them, but the three main ones are RAID 0 (striping), RAID 1 (mirroring), and RAID 0+1 (mirrored striping) Striping- writes data in stripes to two seperate HDDs, creating double the bandwidth Mirroring- writes the same data on two Hard Drives, so yu always have a perfect backup of your data Mirrored striping- Writes data in stripes across four hard drives, two of which are perfect copies of the other two Quote Share this post Link to post Share on other sites More sharing options...
c0ld Posted January 21, 2004 Posted January 21, 2004 Thanks a lot, so far . I take it that RAID setups use two IDE cables? Quote Share this post Link to post Share on other sites More sharing options...
Paranoid Posted January 21, 2004 Posted January 21, 2004 RAID 0 and 1 use two IDE cables, but RAID 0+1 uses 4 IDE cables. Quote Share this post Link to post Share on other sites More sharing options...
c0ld Posted January 21, 2004 Posted January 21, 2004 (edited) Will a SATA cable plug into a regular IDE/ATA hard drive or does it need a special port? Edited January 21, 2004 by c0ld Quote Share this post Link to post Share on other sites More sharing options...
ClayMeow Posted January 21, 2004 Posted January 21, 2004 Will a SATA cable plug into a regular IDE/ATA hard drive or does it need a special port? well, i think they have converters out there, but no, a sata cable is smaller than an ide cable. btw, as for your question about raid, your mobo has to have the capability, or you'd have to get a separate raid card for a pci slot. You can't setup raid on a normal ide. Quote Share this post Link to post Share on other sites More sharing options...
Overclocker16 Posted January 21, 2004 Posted January 21, 2004 Just in case you didn't know either, SATA isn't any faster then IDE. Overall transfer rate on SATA is around 80-90mb/s and IDE is right around that. So for more price not worth it unless you like the smaller cable. Quote Share this post Link to post Share on other sites More sharing options...
BeatRyder Posted February 28, 2004 Posted February 28, 2004 RAID 0 and 1 use two IDE cables, but RAID 0+1 uses 4 IDE cables. Actually you need to have only one cable for RAID 0/1 and 2 cables for RAID 1+0 With RAID 1/0 you have both drives on the same cable, set as master and slave. and with RAID 1+0 you have that twice. There is also a RAID 5, not sure what it does or how it works, but it requires 5 drives. Quote Share this post Link to post Share on other sites More sharing options...
speedfreak1984 Posted February 29, 2004 Posted February 29, 2004 you also have to make sure that ur mobo can run with just one SATA drive because some mobs need you to have two SATA drives installed Quote Share this post Link to post Share on other sites More sharing options...
Duff Man Posted February 29, 2004 Posted February 29, 2004 There is also a RAID 5, not sure what it does or how it works, but it requires 5 drives. no, if I recall corectly that is what some people call 0+1... ALL raid setup's require even numbers of harddrives... ... ...I think... anyone want to confirm that? Quote Share this post Link to post Share on other sites More sharing options...
Sly_C Posted February 29, 2004 Posted February 29, 2004 i know most u of u know this but u know there are two kinds of ide cables right? rounded and ribbon? Quote Share this post Link to post Share on other sites More sharing options...
DevilMB3017 Posted February 29, 2004 Posted February 29, 2004 There are really 6 types of RAID, and 0+1/1+0 which are slightly different. And you have to use seperate IDE cables because if you don't, you're wasting the entire point of RAID! There is no difference between rounded/ribbon cables but looks. There are two different types of cables thou, UDMA and IDE. UDMA has ground per each pin, and IDE does not. They are interchangable, but IDE only allows for 33MB/s while UDMA can do 133 MB/s (or the fastest your drives can do. Here are the different RAID setups. # - NAME (min. disks, short descrip.) [why its good] 0 - Stripping (2 disks, each getting half data) [Fast read and write, not secure] 1 - Mirroring (2 disks, each getting all data) [Fast read, and secure (redundant)] 2 - Not much info on it, but it serves no practical use. The best I remember is that it was used widely before error correction. It does use parity. 3 - Byte Level Stripping, with parity drive. (3 disks, two getting half data and one getting parity drive.) [Fast read, fast write, secure - not cheap) 4 - Same as 3, but stripped on a byte level. 5 - Same as 4, but with disturbed parity. (3 disks, three spilting evenly with parity) [fast read, slow write, very secure, not cheap] There of course is also 0+1 and 1+0. In each of those, the first number happens first, and you guys can figure that out on your own. Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.