If I am not mistaken these names all referrer to the same technology. Are there any differences between them? If not, why does this technology go by so many different names?

link|improve this question

4  
The computer industry has way too many acronyms (it seems worse than the military when you consider IBM had an acronym for "fan" -- A.M.D. for Air Movement Device). Good question (+1)! – Randolf Richardson Sep 30 '11 at 0:12
feedback

3 Answers

up vote 27 down vote accepted

IDE was the original name, then they standardized on ATA as being a broader standard that included additions like CDROMs and such. When SATA ( Serial ATA ) came out, people started using PATA to refer to the older parallel connected bus, to be more specific than the term ATA, which can refer to either. Both are part of the ATA standard, and use the same logical command sets, but SATA obviously has a different electrical interface.

link|improve this answer
feedback

Integrated Drive Electronics was the original marketing name to differentiate from when the electronics were on a separate board (ST-506 and ESDI). But for example, SCSI drives also have their controllers integrated. So the standard was named "AT Attachment" for the IBM PC/AT (which in turn meant Advanced Technology, but ATA is not Advanced Technology Attachment). But IDE and ATA are synonymous. ATA is a better term.

ATA became PATA (Parallel) to differentiate from SATA (serial)

link|improve this answer
feedback

I found an interesting article here that explains the difference. It appears that it was actually called ATA, but IDE and PATA were just different names used by different branding.

It just goes to show how much competition (and money) there is amongst computer related companies to have their particular brand of the current technology accepted as the world standard. However, they all dipped out as plain old 'ATA' became the accepted term.

Once SATA was developed, it was named PATA.

All in all, the ATA standard has moved through seven recognised phases, (ATA-1, 2, 3, etc) and in 2001 stage 7 ATA hard drives came on the market (commonly called Ultra ATA-133). These could make data transfer rates of up to133 MB/sec (megabytes per second). ATA-7 is thought to be the last stage of development before Serial ATA took over. At this stage to make clear the distinction between ATA and the newer SATA standard, the older ATA standard was redefined and named Parallel ATA (or PATA).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.