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.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top