FSB (Front Side Bus) confusion

I have an AMD XP 1800+ and when running a cpu program, I get the following: CPU AMD Athlon XP/MP/4 1500 MHz FSB 133 MHz Memory 1024 MB Why does FSB say 133 Mhz when the processor is capable of 266 Mhz? Or am I confusing something here?

Windows Hardware 9627 This topic was started by ,


data/avatar/default/avatar29.webp

1209 Posts
Location -
Joined 2000-10-27
I have an AMD XP 1800+ and when running a cpu program, I get the following:
 
CPU AMD Athlon XP/MP/4 1500 MHz
FSB 133 MHz
Memory 1024 MB
 
 
Why does FSB say 133 Mhz when the processor is capable of 266 Mhz?
 
Or am I confusing something here?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
It's "double-pumped", just like how the P4s are "quad-pumped" from a real 100MHz FSB to 400MHz (or 133 to 533). It actually isn't called "double-pumped" as AMD has some other stupid name for it. But basically it's another multiplier that is irrespective of the memory speed. So, the CPU can have a 266FSB while the RAM is still at 133. That's why you can see all kinds of crazy dividers and asynchronous operation of RAM vs. CPU.

data/avatar/default/avatar12.webp

1915 Posts
Location -
Joined 2000-03-30
yeah it's real confusing especially when trying to oveclock.
 
Since I;m no math major I have to ask for help

data/avatar/default/avatar09.webp

180 Posts
Location -
Joined 2000-11-07
AMD calls it DDR-FSB, which makes more sense to me than quad-pumped.
 
Double Date Rate Front Side Bus seems sensical, keeping the nominclature the same across the system helps to lower confusion, or maybe not, maybe I'm talking out my rear!

data/avatar/default/avatar05.webp

163 Posts
Location -
Joined 2000-02-26
your memory (if your memory is DDR) and you cpu FSB are running at the same speed. 133 mhz, but that 133 is double data rate, meaning it sends and recieves data on the rise and fall of the signal...
 
single data rate sent data only on the rise of the signal, DDR effectively doubles the amount of data transmitted.
 
it is commonly referred to as 266 mhz FSB, but that is actually erroneous, a marketing gimmick to indicate data throughput equal to that of a 266 mhz single data rate bus.
 
want another fun one?
everybody seems to think that pc800 rdram has an 800 mhz bus... but that is not so. pc800 runs on a quad pumped bus at 100 mhz (100 x 4 = 400) but the chip INTERNALLY moves data equivalant to 800mhz. it has to run at sutch a high clock rate to make up for the inherently high latency in the design.

data/avatar/default/avatar31.webp

34 Posts
Location -
Joined 2002-04-25
Quote:want another fun one?
everybody seems to think that pc800 rdram has an 800 mhz bus... but that is not so. pc800 runs on a quad pumped bus at 100 mhz (100 x 4 = 400) but the chip INTERNALLY moves data equivalant to 800mhz. it has to run at sutch a high clock rate to make up for the inherently high latency in the design.

kinda the reason why intel has such high clock rates and amd can run processors at lower speeds and get similar performance...

data/avatar/default/avatar05.webp

163 Posts
Location -
Joined 2000-02-26
Quote:kinda the reason why intel has such high clock rates and amd can run processors at lower speeds and get similar performance...


umm kinda... because the p4 has a very deep pipeline, if it messes up in its branch prediction it has to throw away everything in the pipline, with a pipeline 20 ish stages deep, that can quickly cost performance.

athlonxp's are faster at a lower clocked speed through effiency and intelligence of design.
they do MORE per clock cycle.

p4 were made to do a little less per clock cycle but run at mutch higher cycles (IE higher "speed")

in other words:
Athlonxp = Made to run programs fast.
p4 = made to run chip fast.

i am NOT saying one is better than the other, they both have their design benefits and flaws.