Does cable length factor in on component performance?

2

This is completely hypothetical, and just something I've been curious about. I remember Grace Hopper on Letterman talking about correlating lengths of wire to nano seconds (a certain length of wire was the equivalent of the distance light travels in one nanosecond), and wondered if that could apply to internal components inside a host.

Imagine if I have two hard drives, A and B, where they both exactly the same, only difference is length of cable connecting the two (A has a 20 cm cable, B has a 30 cm one) to the motherboard. Would A have any difference in performance, would it be just slight faster, or is the difference so insignificant that the processor wouldn't be fast enough to notice it?

CBredlow

Posted 2014-07-23T18:27:46.850

Reputation: 123

Question was closed 2014-07-29T05:14:16.650

I don't know about IDE/SATA, but length of a data bus can be very important. In the SPI bus, the clock for the data always comes from the master. When clocking data out of the slave at a very high rate, it's possible for the data to arrive at the master's end that is no longer coincident with the clock, causing bad data to be received. This is completely due to the length of wire. – Steve – 2014-07-23T19:23:46.520

Answers

2

There would be a difference but that difference is so insignificant that it would not be noticeable to the user or even to a hard drive performance testing program.

The reason there would be a difference is because the information sent back and forth from the hard drive needs to travel an additional 10cm there and 10cm back. Even if that additional time only takes .1ns, that's still an additional .2ns the computer is waiting for the information.

The reason it is too insignificant is because there are many other things that would affect the performance of the drive (fragmentation, background processes, Northbridge/CPU usage) a lot more than waiting a tiny bit longer for information it requested.

An Dorfer

Posted 2014-07-23T18:27:46.850

Reputation: 1 198

1

A length difference of 10cm doesn't matter much, only theoretically. The mechanics of a harddisk affects more.

For some insight:
You will not find cheap USB cables longer than 5 meters.
The longer ones has attached electronics, which is required for reliable operation.

This is due to physical facts, causing the length of the cable degenerate the signal passing through it. Generally: The lover voltages used, the faster the data sent on it and the more complex the cable is, the lesser the distance that it is practical/possible to use it.

Some facts behind it: http://en.wikipedia.org/wiki/Transmission_line
And a warning; there is a lot of maths in it. ;-)

Hannu

Posted 2014-07-23T18:27:46.850

Reputation: 4 950

Oh by the way, the wikipedia page is about radio frequency signals; note that digital signals come close to this as you begin to send at mega and giga-bit rates - and need to transfer a seventh order higher frequency to keep signal integrity. – Hannu – 2014-07-23T20:20:56.110