Slashdot Mirror


Intel Moves To 533MHz FSB

homerj79 writes: "Intel has launched an upgrade 850 chipset and faster Pentium 4's today. The new chipset, dubbed the 850E, supports a 533MHz (133MHz x 4) front side bus, as do the processors. Supporting processors come in speeds of 2.53, 2.4 and 2.26GHz. The 2.4GHz part is denoted as supporting the new FSB by a 'B' tagged to the end of it. And it appears as if the new chipset gives the P4 a performance boost in most apps over the previous 400MHz FSB chips and the Athlon XP." Meanwhile, back at the other processor ranch, firemoth writes: "Today OCAU has something special - They've gotten their hands on 3 AthlonXP CPU's based on AMD's new "Thoroughbred" core. This is the .13 micron process, of course, with lower voltage. This article compares them to the older Palomino core in both speed and temperature.. and they throw one into a Vapochill supercooling case and see just how fast it can go."

7 of 147 comments (clear)

  1. i850E doesn't officially support PC1066 RDRAM by questionlp · · Score: 5, Interesting
    According to Anand's article on the new 533Mhz FSB P4's and the i850E chipset (which provides official support for the 533Mhz, aka quad-pumped 133Mhz, FSB), that Intel isn't officially supporting the use of PC1066 RDRAM modules which would allow the memory bus and the processor FSB to run in tandem.

    Although quite a few Samsung PC800 modules will run at PC1066 speeds without any problems, but if any installed modules are not capable of running at the higher speed, the memory bus will get capped at the current max of 400Mhz (or 3.2GB/s).

    I guess for now, the new processors don't really, really need the higher memory bandwidth, but as the processor speeds start to hit 3+ Ghz, the extra amount of bandwidth will become more important.

  2. 2.4GHz clock speed by dattaway · · Score: 4, Funny

    I remember the old ZX81 I built from a kit clocked its Z80 at 3.58MHz, so it could generate the synced television picture directly from the processor.

    With 2.4GHz, I'm sure there will be wireless experiments by attempting to use the CPU as a DSP.

    1. Re:2.4GHz clock speed by BeBoxer · · Score: 3, Interesting

      Yeah, I don't know either. I work with 802.11b stuff a fair amount, but I'm no R/F engineer. Still, I can't help but imagine this becoming an all to common occurence:

      D: Greetings, Dell tech support.

      A: Hi, this new desktop you sold me is junk.

      D: What model is it?

      A: The new 2.4GHz P4, with the integrated wireless ethernet and wireless bluetooth keyboard.

      D: And what seems to be the problem?

      A: Every time I try to make a call on my 2.4GHz cordless phone, the computer crashes! And when I surf the web, my phone rings! And everything I type is ending up in my Palm's ToDo list! Then while I was upstairs heating my coffee in the microwave, it caught on fire!

      I mean really, how much stuff can we possibly cram into the 2.4GHz band anyway? Interesting times anyway.

  3. Wake me when something happens by colmore · · Score: 3, Funny

    *yawn*

    I'm running a 900 mhz Duron right now, and have been for a year and a half.

    I do some pretty heavy photoshopping, media work, and compiling. I've never felt that I was being slowed down significantly by my processor.

    I upgraded to 1GB RAM, and that improved things, but I just don't feel the need to go out and get the latest processor any more, the need is simply not in the applications.

    Maybe if I were playing games or ripping DivX, but really it seems that for the vast majority of the home market, the technology has vastly outpaced the need, even the latest-greatest MS OS can't justify the need for this kind of iron.

    Though I guess this means that the next computer I buy will be that much cheaper, since "low end" systems (with slight boosts to hard drive and memory) are now all that I need.

    --
    In Capitalist America, bank robs you!
  4. Re:5x133 = 533? by MisterBlister · · Score: 3, Funny

    This might have been funny if the writeup above (not to mention the article and common sense in general) didn't say that its 133x4. So I have to ask, are you a moron?

  5. You know you need a new computer... by Anonymous Coward · · Score: 4, Funny

    when the clock speed of the latest chipsets is faster than the clock speed of your processor, motherboard, and memory. Combined.

  6. Re:What kind of RAM? by Keeper · · Score: 3, Informative

    There are several kinds of FSB's out there...most of them operate at 100 or 133mhz. What's all this business about 200 and 533mhz busses you say? It has to do with "when" the data is being sent.

    Let's look at a clock signal for a second in primative ascii form:
    ___ ___ ___
    .../ \.../ \.../ etc

    An SDR bus sends data once every mhz. The components send a bit of data around each time the signal rises.

    A DDR bus sends data when the clock signal changes. So a bit gets sent when the clock rises, and again when it falls. While the clock may only be 100mhz, you're sending 2x as much data around so the equivilant clock rate is actually 200mhz.

    A QDR bus sends data at the different edges of the clock signal. Notice that the clock signal doesn't instantly flip on and off -- there is a transitional period. So it sends a bit when the signal starts to rise, sends another when it reaches the top, sends a 3rd one when it starts to fall, and sends a 4th one when it reaches the bottom. While the clock may only be 100mhz, it's effective clock rate is really 400mhz.

    So, Intel really just moved from a 100mhz system bus to a 133mhz system bus.

    DDR1600 ~= CAS 2.5 ram running at 200mhz (100mhz * 2)
    DDR2100 ~= CAS 2.5 ram running at 266mhz (133mhz * 2)
    DDR2400 ~= CAS 2 ram running at 266mhz (133mhz * 2)
    DDR2700 ~= CAS 2.5 ram running at 333mhz (166mhz * 2)
    DDR3000 ~= CAS 2 ram running at 333mhz (166mhz * 2)

    CAS latency kind of represents the "ping" time of the ram. The lower the latency the better. The numbers after the "DDR" represent the theoretical bandwidth that can be obtained by the chip.

    I'm not up to date on markings on RDRAM memory modules or what they mean, so I can't really offer any insight into it.

    There isn't a rule for remembering which number goes with what FSB frequency. Most places that sell the stuff will list both bits of information though, so it isn't too big of a deal. I'm sure a mathematical formula could be made, but it's easier just to memorize which is which than a forumula which requires the use of a calculator.