How Does Increasing Bus Frequency Affect Data Transfer and Ohm's Law?

AI Thread Summary
Increasing the frequency of a computer's main bus allows for more data to be transferred per second, as the number of cycles per second directly correlates with the amount of information processed. This increase in frequency results in more current flowing through the bus, as data is represented by voltage, and higher frequencies require more power due to the capacitance of the bus traces. The relationship between voltage, current, and resistance remains intact, as Ohm's law still applies, but the dynamics change with frequency and signal integrity considerations. As the bus operates at higher frequencies, it behaves more like a transmission line, necessitating proper termination to avoid signal integrity issues. Ultimately, higher bus frequencies enable faster data transfer rates without violating fundamental electrical laws.
Brown399
Messages
15
Reaction score
0
What does increasing the frequency of a computers main bus [the bus that connects the CPU to the chipset] imply about the voltage ["information"] traveling on a bus? (what IS the frequency of a bus effectively measuring, data units per second?)

The way i see it (please correct me if I'm wrong, which i will presume i am), increasing the number of 'ups and downs' in any given second will result in more voltage going through the bus (which means more will be denoted a logical 0 or 1, so effectively more data is passing through the bus).

If it was 2 cycles per second, and was increased to 4 per second, would that not imply that more voltage passes through the bus?

And if this is implied ( that more voltage passes through the bus at any given second) how can this be, without violation Ohms law...? How can a change in frequency change the amount of data per second that can be processed in any given second (I'm talking about overclocking, increasing a processor from 3.6->4.0ghz for example)? How can this be explained by physics without breaking fundamental laws (i presume this is because frequency has a more complex nature than the basics of Ohms law).
 
Computer science news on Phys.org
Brown399 said:
What does increasing the frequency of a computers main bus [the bus that connects the CPU to the chipset] imply about the voltage ["information"] traveling on a bus? (what IS the frequency of a bus effectively measuring, data units per second?)

The way i see it (please correct me if I'm wrong, which i will presume i am), increasing the number of 'ups and downs' in any given second will result in more voltage going through the bus (which means more will be denoted a logical 0 or 1, so effectively more data is passing through the bus).

If it was 2 cycles per second, and was increased to 4 per second, would that not imply that more voltage passes through the bus?

And if this is implied ( that more voltage passes through the bus at any given second) how can this be, without violation Ohms law...? How can a change in frequency change the amount of data per second that can be processed in any given second (I'm talking about overclocking, increasing a processor from 3.6->4.0ghz for example)? How can this be explained by physics without breaking fundamental laws (i presume this is because frequency has a more complex nature than the basics of Ohms law).

It's best not to say "voltage through". Voltage is a potential difference across something, and that voltage difference causes current to flow through the thing.

Increasing the clock frequency of a bus indeed allows more data to pass through the bus per second. Since the data in a digital system consists of rectangular waveforms, there is a lot of harmonic content in the signals. Even if you only have a bus operating at 10MHz, the edges of the waveforms will be in the few nanosecond range, which means that the signal harmonic bandwidth goes up to about 0.35/rise time, or a few hundred MHz. This can cause signal integrity issues if the bus length gets to be longer than about 1/10 of a wavelength for the highest harmonics. Once you get to high enough frequencies, you need to treat the bus like a transmission line, and be sure to properly terminate it.
 
berkeman said:
Increasing the clock frequency of a bus indeed allows more data to pass through the bus per second.

Data is represented by voltage in a computer, and therefor for more data to transfer through the same bus, more CURRENT (v/r) has to flow through that bus.

I've increased my processor about .7GHz, how is this possible without violating Ohms law?

I = V/RSilicon is has a constant resistance, so that obviously cannot reduce in magnitude and result in more current flow.

That only leaves voltage.

When i increased the frequency of my bus to 250 from 200mhz, the number of up-down cycles was increased. How does this increased frequency actually allow more data to transfer from the north bridge (on the main bus) to the CPU?
 
Last edited:
Brown399 said:
Data is represented by voltage in a computer, and therefor for more data to transfer through the same bus, more CURRENT (v/r) has to flow through that bus.

I've increased my processor about .7GHz, how is this possible without violating Ohms law?

I = V/R


Silicon is has a constant resistance, so that obviously cannot reduce in magnitude and result in more current flow.

That only leaves voltage.

When i increased the frequency of my bus to 250 from 200mhz, the number of up-down cycles was increased. How does this increased frequency actually allow more data to transfer from the north bridge (on the main bus) to the CPU?

The digital signals drive basically rail-to-rail, so there is trivial voltage drop across the resistance of the bus traces. You are really mostly driving the capacitance of the bus (formed between the traces and the inner layer ground plane beneath them).

As you drive to higher frequencies, it takes more power, because I ~ CVf (Capacitance * Voltage swing * frequency). The current pulses take place when you change the voltage on a bus trace, either high-->low or low-->high. Holding the trace high or low takes very little current.

Hope that helps to clear up your doubt. You can read more about the basics of computers and digital signals at HowStuffWorks.com
 
Brown399 said:
When i increased the frequency of my bus to 250 from 200mhz, the number of up-down cycles was increased. How does this increased frequency actually allow more data to transfer from the north bridge (on the main bus) to the CPU?

Bits of information are transferred at the system clock rate. If you increase the system clock rate, you increase the number of bits transferred per second. So you can read variables from RAM at a faster rate, for example.
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top