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 
  • 相关阅读:
    SQL键值约束、索引使用
    C#字符串的四舍五入
    VB中字符串操作函数
    C#文本选中及ContextMenuStrip菜单使用
    C#关于new的用法
    C#有关日期的使用方法
    break,continue的区别
    在Lua中使用数字的时候有个坑
    关于自动寻径和图、邻接表的学习和启发
    关于在Cocos2dx引擎中手动绑定C++到Lua
  • 原文地址:https://www.cnblogs.com/jjkv3/p/2454286.html
Copyright © 2011-2022 走看看