Thread Closed

Bus Frequencies and Ohms Law

 
Share Thread Thread Tools
Mar10-10, 02:59 PM   #1
 

Bus Frequencies and Ohms Law


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).
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Mar10-10, 04:29 PM   #2
 
Mentor
Quote by Brown399 View Post
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.
Mar10-10, 04:57 PM   #3
 
Quote by berkeman View Post
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/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?
Mar10-10, 05:08 PM   #4
 
Mentor

Bus Frequencies and Ohms Law


Quote by Brown399 View Post
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
Mar10-10, 05:12 PM   #5
 
Mentor
Quote by Brown399 View Post
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 transfered per second. So you can read variables from RAM at a faster rate, for example.
Thread Closed
Thread Tools


Similar Threads for: Bus Frequencies and Ohms Law
Thread Forum Replies
ohms law Introductory Physics Homework 1
Ohms Law Introductory Physics Homework 1
ohms law Introductory Physics Homework 1
R = PI Ohms Brain Teasers 21
Ohms Law Lab General Physics 11