zoukankan      html  css  js  c++  java
  • Why is FSB Slower than CPU internal speed?

    see:http://www.tomshardware.com/forum/251796-29-slower-internal-speed

    The FSB is only responsable for transporting data, therefore doesnt need to run nearly as fast as the CPU, which takes said data, processes it, then sends it back on the FSB.

      the FSB does not need to work at the same speed as the cpu. It only transports data, it does not process it. If the FSB was the same speed as the cpu, the fsb would be waiting on the cpu most of the time. 

     Dear Hive Mind, 


    I think this belongs in here, because it's a pretty remedial question. If I had two processors with equivalent characteristics (say, an Intel E2220 and um, an E8200 that had been underclocked to 2.4Ghz, so two 2.4Ghz Core 2 Duo processors for use in a program that makes no use of cache), but one with a 800MT/s FSB and another with a 1333MT/s FSB, would there be a significant performance difference between them? This is something that I've never really understood, where in the CPU>FSB>RAM link is the bottleneck? Since cache means nothing in this situation, I'm tempted to get the E2220, but I'm just a little wary about the lower FSB. 

    Also, does the situation somehow change if I were to overclock both of these processors (again to the same clock frequency)? I assume not, since the FSB would rise proportionally with the overclock, but as I said, a little hazy on this area.

    Answer: 

    The bottleneck in the ram-fsb-cpu bottleneck CAN be the fsb, if the multiplier is too high then the ram can't supply enough instructions to the cpu to use it at its full potential. Its also important to note that ram would not use the entire FSB. The timings actually refer to how long it takes to get data and use it - its not instantaneous. There is a balance that needs to happen between FSB and Latencies to get optimum performance 
  • 相关阅读:
    关于网络字节序(network byte order)和主机字节序(host byte order)
    关于垃圾回收,我来解释下为什么LocalConnection可以实现垃圾回收
    解决Form中ExternalInterface的Bug问题
    AS3里var aa:String是null还是""?
    IE并发连接限制(as)
    tar
    mysql默认端口号3306
    flex经验
    这个游戏不错
    nginx介绍
  • 原文地址:https://www.cnblogs.com/jjkv3/p/2454286.html
Copyright © 2011-2022 走看看