Is ATA the same as IDE/PATA or SATA?

10

2

I was taking a look at a HDD and I found a document (from Toshiba, link: 2.5-Inch SATA HDD mq01abdxxx) that says:

Drive interface: Serial ATA, Revision 2.6 / ATA-8

I know that SATA uses SATA interface and ATA uses IDE interface. Then: Why is it using different stuff in the same sentence? An HDD has SATA interface OR IDE interface but not both at the same time.

learnprogramming

Posted 2016-05-25T10:50:12.890

Reputation: 473

6Serial ATA = SATA. ATA-8 is the protocol version, not the interface. – Virtual Anomaly – 2016-05-25T13:33:15.967

Are you planning on putting this drive in your AT-AT :)

– mikeazo – 2016-05-25T15:46:56.360

There is Sata (serial ata)and Pata (parallel ata), Pata is commonly referred to as IDE, which is actually incorrect. – Moab – 2016-05-25T18:02:33.913

It's all IDE really, (internal disk electronics). Very few hard disk controllers from the DOS days any more. – mckenzm – 2016-05-26T09:43:40.183

Answers

28

Serial ATA is the connection/connector interface, ATA-8 is the protocol on that interface.

IDE was the interface and it also used an ATA protocol for communications.

IDE and ATA are not the same things, just as SATA and ATA are not the same.


To be clear, IDE defined that a drive should have Integrated Device Electronics (I.e. a controller) onboard and communications with the host should be done according to the ATA specifications.

While IDE and ATA are incredibly closely related, they are not the same thing.

IDE has been back-acronymed as PATA as the interface was a parallel connection using the ATA standard. SATA is a Serial ATA connection.

Mokubai

Posted 2016-05-25T10:50:12.890

Reputation: 64 434

4IDE stands for nothing more than "Integrated Drive Electronics" - as opposed to having a seperate card for all that – Journeyman Geek – 2016-05-25T11:26:50.437

28If this confuses you, think about "IDE/(P)ata" as "using the phone", "Sata" as "using Skype", and "ATA-8" as "English". Switching from phone to Skype doesn't mean you need to change the language you use to the person on the other side. – Guntram Blohm supports Monica – 2016-05-25T15:22:31.987