Overclocking – Is It Right For You?

Posted by on Aug 31, 2007 | One Comment

I read in one of the forums that I belong to concerning a request for information on the subject of overclocking and whether the person should try it or not.  So what is overclocking? Overclocking in its basic form is merely forcing your cpu or memory to run at a higher rate of speed than the factories rated speed. As an example: Say you have a cpu that runs at a factory speed of 2.2 GHz and you kick up the speed to 2.5GHz or higher. In the case of memory running at say 400MHz you crank it up to run at 425MHz. Basically this should increase the speed in which the cpu or memory processes information and in theory will increase the overall performance of your computer system.

Can overclocking your system damage the hardware? Yes, it is possible. But what may happen before the hardware suffers any damage is that your system may lockup or crash. As you increase the speed, heat may become an issue though most of todays newest cpu’s have a built in thermal sensor that should shutdown the system before the processor overheats. Note the word ‘should’. On this your mileage may vary.

So is overclocking right for you? It all depends how gutsy you are. If you have a new computer system that is still under warranty, or you have built a system using a new warranted cpu from Intel or AMD, you should consider this. Overclocking will void the warranty. If you return a overclocked cpu for replacement the odds of it being replaced under the warranty terms are fairly slim. Also returning a significant number of cpu’s for replacement may raise some red flags as well. With that said, the decision to overclock or not is a personal judgment call.

I have personally overclocked a few cpu’s in my day with varying results. Some cpu’s just seem to perform better at being overclocked than others do. It is also advisable to to replace the stock heatsink and fan with a more powerful unit to reduce the heat being generated during overclocking. There are some pretty elaborate watering cooling systems on the market for the die hard overclockers as well. Of course this type of cooling requires some extreme risk taking since combining water and electricity may be hazardous to your health. :-)

Doing a Google search should provide you with a large assortment of web sites, some of which are designed to help the newbie to overclock their systems. Others are less helpful since they are designed for the more experienced overclockers among us.

Be careful.

Comments welcome.

[tags]overclocking, cpu, memory, heat, [/tags]

  • Newton Smartt

    I have trouble organizing my thoughts, so don’t take this as blunt. I’m numbering my responses.
    1. CAPTCHA does work. The problem is that it’s annoying and time consuming for users. There are many situations where spammers beat some CAPTCHA codes, but I don’t think that’s a problem with reCAPTCHA. reCAPTCHA is getting significantly more difficult to read.
    2. A honey pot can only be effective if the bot programmer is not targeting your site directly. Sites like Facebook could not effectively use these. Any implementation must rely on some client-side programming which can be duplicated.
    3. I saw a lot of users suggesting math equations. A bot programmer, with some ease, can parse those sorts of things (converting the string representation of the numbers involved and using a switch statement on the operator to determine what action needs to be applied). The solutions get more complicated as the more security features are added to this sort of thing, but I’m doubtful that a completely secure method could ever be implemented.
    4. Kind of like #3, simple questions can’t be broken by a bot. There is a limited number of possibilities so the solution of a bot programmer would be to harvest possible questions and answers. This would be an annoying process and might be secure, but, even then, these questions look highly unprofessional to me. I would be significantly less impressed with a site that used this as a solution to bots than I would be with a site using CAPTCHA. It’s a bias towards the fancy look of a CAPTCHA vs the (in my opinion) plain and somewhat unprofessional (possibly because of the rarity of this solution?) look of a question based anti-bot/spam.

    I’m very much at a loss as to a solution to bots. Right now, I do think that CAPTCHA is the closest we have to a good solution.