Based on my first-hand experience developing firmware for disk controllers, here's an answer from a different perspective. You question seems to based on a misconception that, somehow, R/W_head-to-platter transfer rates affect the drive-to-host transfer rate. The reality is that these two I/O transfers are separate operations, and do not interact on any level other than one follows the other.
There is a widespread misconception that the data bits read off the disk platter can be immediately put on the (SATA) interface. This misconception implies that the slow read rate can/will inhibit the faster rate of the interface. The problem is that the HDD does not operate in that manner.
Here's an analogy:
You have to take a trip to another city.
Half the trip is by land.
The other half of the trip is by air.
For the land portion of the trip, you can use either a car or scheduled bus.
For the air portion of the trip, you can use a jet or a prop plane.
So what combination of transportation will get you to your destination in the least amount of time?
Since each portion of the trip has to be taken in sequence, the fastest trip would obviously use the car and then jet plane.
The speed of the bus or car cannot affect the speed of any plane.
So you don't question if you use one mode for the first half, how the other portion of the trip will be affected.
A HDD operates in a similar manner, that is, two distinct and separate phases.
The data read from the platter is stored in a sector buffer.
The entire sector has to be read (from the platter) and validated (using ECC) before that sector data is ever placed on the (SATA) interface for transfer to the host.
This two-step transfer of HDD data is the basis for the above analogy.
The platter RPM is a operational specification that simply has no relation to the performance of the SATA interface, or vice versa. For data throughput, the platter characteristics will be the dominant term over the interface. But do not confuse a dominant item in a summation as an inter-dependence relationship.
"My question is: Will I experience the benefits of 7200 rpm over 5400 or will SATA2 limit the speeds below the capabilities of the drive? I'm looking for a 3.5" 500 gb drive." This part of the question, at least should be closed. No-one can possibly know what you will notice. – Xavierjazz – 2012-12-13T15:06:23.530
well, while i think it was worded a little poorly, I think it has an objective answer: does SATA2 provide some inherent bottleneck in a 7200 RPM drive? and the answer is no? – im so confused – 2012-12-13T15:12:37.063
The answer to that is indeed no. And you can use the [edit] link to rewrite if you want to. – Hennes – 2012-12-13T15:13:23.737