How does frequency on a CPU impact performance? I.e. if I overclock a 2Ghz CPU to 4Ghz, is it +100% performance?

876 views

How does frequency on a CPU impact performance? I.e. if I overclock a 2Ghz CPU to 4Ghz, is it +100% performance?

In: Technology

12 Answers

Anonymous 0 Comments

Increasing the clock speed on a CPU increased the frequency with which it can process tasks. If you double its clock speed, that means it can send data through the bus twice as frequently.

This, however, does not translate to twice the overall speed of the computer. There are a number of other links to the chain that would bottleneck things (speed of your RAM, volume of RAM, speed of the other components within (GPU, SSD, etc), but in theory a task that relies 100% on the processing power of the CPU could be performed in half the time (think of highly complex mathematical calculations).

BUT! Increasing the clock speed is not without consequence. Faster clock speeds generate more heat, and without effectively dissipating that heat (with a more efficient heat sink/fan configuration, or liquid cooling) that resultant heat will slow the machine back down. (hot wires have higher electrical resistance). If the components get TOO hot they’ll actually stop working altogether, as the resistance gets too high for the circuit’s integrity to be maintained (or it could result in physically damaging/destroying internal components like resistors, capacitors, melting solder points, etc.)

Generally overclocking your CPU is limited to a 5-15% increase, and is only done by enthusiasts who have invested in good heat management (a high conductive heatsink with push/pull fan setup, or liquid cooling.)

In short: heat is the enemy of performance in a computer, and increased clock speed, while results in increased performance, also results in increased heat which is bad. So it’s a balancing act to get the most bang for your buck without shortening the life-span of the components themselves.

EDIT: I accidentally a word

You are viewing 1 out of 12 answers, click here to view all answers.