USA India
Home Articles UserTV Press Releases Dictionary Books Education Careers B-Channels Resources Forums Blogs Classifieds
Sunday 6 Jul, 2008 eNewsletter Register Login
Archives
Articles By Date
Articles By Category
 
 
 Archives >> Details
Who's king of the hill?
Posted by : Dennis Sellers

Despite the popular perception, rating computer speeds by megahertz (MHz) isn't the same as comparing miles per hour for automotive speed--the latter is a benchmark that can be applied equally to all moving vehicles. But in a world of Intel, AMD, PowerPC, and other chips, it's not that simple. Comparing the megahertz of, say, a Pentium III chip to that of a PowerPC G4 simply doesn't work well. Still, it happens all the time. Call it the myth of megahertz.

Megahertz is shorthand for one million cycles per second. It's used to measure the transmission speed of electronic devices, including channels, buses, and the computer's internal clock. But megahertz is most often used to measure the speed of the central processing unit (CPU) of a computer. And CPU speed is only one variable in a complex formula that measures PC speed. And that formula may yield vastly different results for you, depending on which program you're running.

When you're talking about the nitty-gritty, real-world performance of computers, there are several factors to consider. When an architect is designing a microprocessor chip, she has to make certain decisions about how to achieve optimum performance--and megahertz is only one of these decisions.

"Megahertz is generally achieved by making the pipeline--the term for the sequence of calculation units and the stages of those calculations--longer if you want to run faster," say Peter N. Glaskowsky, analyst with the Microprocessor Report www.chipanalyst.com, a Sunnyvale, Calif.-based microprocessor resource that regularly publishes performance information. "What this means is that each stage in the pipeline does a little bit less work, that there are more stages working at the same time."

In the early days of microprocessors, according to Glaskowsky, chip makers did things in two stages: They pulled and calculated data, then wrote it into the processor. Eventually, technology advanced so that multiple instructions could be executed at any time.

"You could run the clock faster because you were doing less work on each part of the process," Glaskowsky says. "You could do two things separately. This doubled clock speed, but that in itself doesn't double the amount of work you're getting done. What doubles it is how many different things are going on at the same time--what's called parallelism. That's the other major factor in getting a certain performance from a CPU, and it's often glossed over when only megahertz is being discussed."

For the majority of things that most computers do (integer operations for drawing programs, accepting keystrokes, running spell checkers, etc.), different chip architectures do about the same amount of work per clock period. When you look at it in those terms, chips that run PCs are faster than chips that run Macs in proportion to their processors, Glaskowsky says.

"For a lot of functions, a Pentium III running at one 1GHz really is twice as fast as, say, a 500MHz G4," Glaskowsky says. But for most tasks, extra speed beyond a certain point doesn't really make much difference. The difference between 500MHz and 1GHz isn't terribly important for most programs. The emphasis on performance today has shifted to multimedia processing that involves such things as digital video and MP3 encoding."

It's the graphics, stupid

The three major processor families all do graphics differently. This makes up the major difference between PC and Mac systems. For example, both the Pentium III and G4 have extra circuitry designed to accelerate multimedia functions: MMX extensions on the Intel and the AltiVec/Velocity Engine on the PowerPC.

"MMX and AltiVec are very different," Glaskowsky says. "And for the things these units do, the AltiVec does about twice as much work per clock period as the Pentium III does. In some ways, it's even a little more efficient than that. This means that for a lot of multimedia tasks, the G4 at 500MHz is effectively just as fast as a Pentium III at 1GHz. But you can find examples of code that may be better for one or the other."

All other things being equal, AltiVec allows Mac users to run graphics programs like Photoshop faster on lower clock speeds than does its MMX counterparts. But, as we shall see, all things are rarely equal.

Memory beats clock speed

Any processor can be made to run at any speed, but it might not run effectively. David Read, a technical writer for Ziff-Davis Media and International Data Group publications, says the modern processor is more like a symphony than a sonata. As in a symphony, different elements come together at certain times.

Memory is one of the most important components of a computer, and one of the most overlooked aspects of having a zippy system, Read says. "It's like trying to run a steam engine without enough coal to shovel into the engine," he explains. "You can never have too much RAM or RAM that's too fast. The microprocessor reads and writes to RAM, so a lack of it can create a double bottleneck."

You can also boost system performance in other ways. Some tasks can be offloaded to such graphics processors as the PowerPC's AltiVec, or to the graphics processor on a video card.

"The good thing about the computer processor is that it can do basically everything, but it can't do everything extremely well," Read says. "Some things it takes hits on, some it doesn't."

That's why it's almost impossible to accurately compare the different types of processors: Different ones excel at different tasks. Processor architects have to engage in a series of trade-offs. Boosting clock speed may speed up some jobs, while enhancing graphics capabilities will speed up others. In this respect, systems that offload some tasks to embedded chips on graphics and sound cards can run faster for such applications as games and streaming audio.

Read says that some embedded systems--such as those from ATI and nVidia--may seem slow by clock-speed standards, but because they are asked to perform only one kind of task, they do it very efficiently. "They're usually running at 180 or 250MHz," he says. "In terms of megahertz, they're not that fast, but they're efficient at what they do, and they have good memory systems next to them to help them 'shove' data."

The memory bus itself--a common pathway, or channel, between multiple devices--is critical because it determines how fast the processor "talks" to the computer memory. In fact, it's second only in importance to the processor itself, Read says.

Other components that affect speed include the overhead of your particular operating system. This includes the chipset architecture (the data-handling part of the system), the amount of cache (a portion of your computer's RAM set aside to store frequently used data), and the type of system bus (the pathway between memory, chipset, and processor).

What's more, microprocessors are really just lots of little processors brought together. They tackle instructions that can be simple or complex. Complex instructions take more cycles. And there are major differences in the various microprocessor architectures, a fact that can make an across-the-board megahertz comparison less than totally accurate.

"There are so many variables when considering computer speed, but unfortunately, most people only care about the speed of the CPU," Read says.

The real tests of speed

So if MHz isn't very effective in comparing the real-world performance of different processor architectures, what is? Sadly, there's no good answer. There are several different types of benchmarks out there. The folks at the Microprocessor Report prefer those from Standard Performance Evaluation Corp. www.spec.org, which attempts to compare one architecture to another.

"The specs aren't just a single number, but a collection of a different programs that perform different kinds of functions," Glaskowsky explains. "Take a single number away from the benchmarks, and they're not very useful to the end-user."

The best way for end-users to find out which computer offers the speed they need is to simply test the programs they'll use most often on the systems they're considering. If you use Photoshop, see which machine runs it the best. If you run lots of Excel spreadsheets, see which system handles it with the most grace. And if you're doing things like word processing, surfing the Net, and e-mailing, the simple truth is that any new computer will be plenty fast. But that doesn't make the process of comparing and contrasting chips any less tricky.

"Megahertz is proportional to clock speed for a lot of different tasks, so in some ways, comparing megahertz works pretty well for comparing processors of the same vintage, though it isn't the final word," Glaskowsky says. "As an approximation, it's OK, but that perspective glosses over a lot of things. It's difficult to say that, in general, a PowerPC chip is faster or slower than an Intel chip."

 
 
Archives by Date
 
 
 
 
 
Copyright © 2008 ComputerUser Inc.
About us | Terms of use | Privacy Policy | Legal | Trademark/Copyright | Awards | Advertise | Writer guidelines | Sitemap | Contact | FAQ's | Feedback  | Link to us

Here are the topics we cover computer certification computer careers computer training computer games consulting data recovery data security digital entertainment emerging technology gadget reviews handheld computers hardware reviews home automation home networks home office how-to advice internet linux local companies local news local profiles macintosh mp3 players network security online music online security open-source small-business technology soho software reviews technology books technology dictionary vpn web site reviews wi-fi windows wireless technology tech articles tech news press releases tech dictionary education resources career solutions create your personal blog upload your videos become a writer usergroups special interest group SIG 3com cipts adobe adobe certified expert apc ncpi apple achds acpt acsa actc avaya bea 8.1 certified administrator 8.1 certified architect 8.1 certified developer 9 certified administrator bicsi rcdd checkpoint ccmse ccsa ccsa ngx ccse ccse ng plus with ai ccse ngx cisco access routing and lan switching ccda ccdp ccie ccip ccna ccnp ccnp old ccsp ccvp crmam ip communications optical proctored exams for validating knowledge sales specialist storage networking vpn and security wireless lan citrix cca 3.0 cca 4.0 cca 4.5 cca xp ccea 3.0 ccea 4.0 ccea xp ccia ciw ciw associate ciw certified instructor master ciw admin master ciw designer master ciw enterprise developer security analyst comptia a+ network+ security+ server+ computer associates ca cusa cuse cwna cwna cwsp dell eccouncil cea cep certified ethical hacker chfi e-commerce architect emc emc specialist implemenation technology foundations enterasys ese eta exam express exin exin itil extreme networks ena ens filemaker f7cd f8cd fortinet fortigate foundry cne fujitsu fujitsu guidance software ence hdi css hda hdm hdsa hitachi hitachi certified professional hp ais apc app aps ase certified systems developer csa cse master ase huawei hcne hyperion hcp ibm advanced deployment professional advanced technical expert application developer business process analyst certified administrator certified advanced system administrator certified advanced technical expert certified associate developer certified enterprise developer certified solution designer certified specialist certified systems expert database administrator db2 deployment professional enterprise developer eserver certified specialist ibm on demand business solution advisor solution designer solutions developer solutions expert storage administrator system administator iisfa cifi intel isaca cisa isc cissp sscp iseb itil ism cpm juniper jncia jncis legato lcaa lcea lotus clp lpi lpic level 1 lpic level 2 lpic level 3 macromedia mcafee mcdata csnd microsoft crm mbs mcad .net mcdba mcdst mcitp mcp mcpd mcsa longhorn mcsa 2003 mcsa 2008 mcsd .net mcse mcse 2000 security mcse 2000 to mcse 2003 upgrade mcse 2003 mcse 2003 messaging mcse 2003 security mcse 2008 mcts microsoft business solutions microsoft partner competency mile2 cnsa network appliance nac-na nac-nie naca nace nacp network general sniffer certified professional nokia nokia security administrator nortel ncde ncds ncse ncss ncts novell5 cna 5 cne 6 cna 6 cne 6.5 cne cne upgrade omg ocup oracle 10g dba 10g oca 11i 8i dba 9i dba 9i internet application developer oca ocp8 to ocp8i dba upgrade exam pmi project management professional polycom pcve redhat rhce rhct sair sas institute sas scp saas scp snia snia certified architect snia certified professional snia certified systems engineer snia storage networking certification program administrator professional associate symantec scse scsp scta scts teradata tca v2r5 tcad v2r5 tcda v2r5 tcis v2r5 tcm v2r5 tcp v2r5 tia ccnt ctp tibco tcp trusecure ticsa veritas infraguard chamber of commerce vcp vmware certified professional webex linkedin facebook myspace Professional page layout, image editing, vector illustration, and print production Website design, development, prototyping, and blogging Creation of rich interactive content Industry-standard visual effects and motion graphics Video capture, editing, and production; DVD titling; and digital audio, Adobe Photoshop CS3 extended, Adobe illustrator CS3,Adobe indesign CS3,Adobe Acrobat 8 Professional, Adobe Flash CS3 Professional, Adobe Dreamweaver CS3,Adobe Contribute CS3,Adobe Fireworks CS3,Adobe After Effects CS3 Professional, Adobe Premiere Pro CS3,Adobe Soundbooth CS3,Adobe Encore CS3,Adobe OnLocation,Adobe Bridge CS3,Adobe Version Cue CS3,Adobe Device Central CS3,Adobe Stock Photos, Intel Pentium 4 (1.4GHz processor for DV; 3.4GHz processor for HDV), Intel Centrino, Intel Xeon, (dual 2.8GHz processors for HD), or Intel Core, Duo (or compatible) processor; SSE2-enabled processor required for AMD systems Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions) 1GB of RAM for DV; 2GB of RAM for HDV and HD; more RAM recommended when running multiple components 10GB of available hard-disk space (additional free space required during installation) Dedicated 7,200 RPM hard drive for DV and HDV editing; striped disk array storage (RAID 0) for HD; SCSI disk subsystem preferred Microsoft DirectX compatible sound card (multichannel ASIO-compatible sound card recommended),1,280x1,024 monitor resolution with 32-bit color adapter Blu-ray burner required for Blu-ray Disc creation OHCI compatible IEEE 1394 port for DV and HDV capture, export to tape, and transmit to DV device QuickTime 7.1.2 software required to use QuickTime features Broadband Internet connection required for Adobe Stock Photos* and other services