dual core processors
#1

If you have you lost count of the times you find your computer lagging when you work on several AutoCAD projects while also zipping your entire C drive, and burning a series of CDs, or if youâ„¢ve just hoped that you could find an expensive new computer feature that is more status symbol than performance, here the answer; you should be happy to hear about the new systems work.A dual-core processor is a CPU with two separate cores on the same die, each with its own cache. Itâ„¢s the equivalent of getting two microprocessors in one. In a single-core or traditional processor the CPU is fed strings of instructions it must order, execute, then selectively store in its cache for quick retrieval. When data outside the cache is required, it is retrieved through the system bus from random access memory (RAM) or from storage devices. Accessing these slows down performance to the maximum speed the bus, RAM or storage device will allow, which is far slower than the speed of the CPU. The situation is compounded when multi-tasking. In this case the processor must switch back and forth between two or more sets of data streams and programs. CPU resources are depleted and performance suffers.In a dual-core processor each core handles incoming data strings simultaneously to improve efficiency. Just as two heads are better than one, so are two hands. Now when one is executing the other can be accessing the system bus or executing its own code. Adding to this favorable scenario, both AMD and Intelâ„¢s dual--core flagships are 64-bit.
Reply
#2
Dual Core Processor
Definition
Seeing the technical difficulties in cranking higher clock speed out of the present single core processors, dual core architecture has started to establish itself as the answer to the development of future processors. With the release of AMD dual core opteron and Intel Pentium Extreme edition 840, the month of April 2005 officially marks the beginning of dual core endeavors for both companies.The transition from a single core to dual core architecture was triggered by a couple of factors. According to Moore's Law, the number of transistors (complexity) on a microprocessor doubles approximately every 18 months. The latest 2 MB Prescott core possesses more than 160 million transistors; breaking the 200 million mark is just a matter of time. Transistor count is one of the reasons that drive the industry toward the dual core architecture. Instead of using the available astronomically high transistor counts to design a new, more complex single core processor that would offer higher performance than the present offerings, chip makers have decided to put these transistors to use in producing two identical yet independent cores and combining them in to a single package.
To them, this is actually a far better use of the available transistors, and in return should give the consumers more value for their money. Besides, with the single core's thermal envelope being pushed to its limit and severe current leakage issues that have hit the silicon manufacturing industry ever since the transition to 90 nm chip fabrication, it's extremely difficult for chip makers (particulary Intel) to squeeze more clock speed out of the present single core design. Pushing for higher clock speeds is not a feasible option at present because of transistor current leakage. And adding more features into the core will increase the complexity of the design and make it harder to manage. These are the factors that have made the dual core option the more viable alternative in making full use of the amount of transistors available.

What is a dual core processor?
A dual core processor is a CPU with two separate cores on the same die, each with its own cache. It's the equivalent of getting two microprocessors in one. In a single-core or traditional processor the CPU is fed strings of instructions it must order, execute, then selectively store in its cache for quick retrieval. When data outside the cache is required, it is retrieved through the system bus from random access memory (RAM) or from storage devices. Accessing these slows down performance to the maximum speed the bus, RAM or storage device will allow, which is far slower than the speed of the CPU. The situation is compounded when multi-tasking. In this case the processor must switch back and forth between two or more sets of data streams and programs. CPU resources are depleted and performance suffers.
In a dual core processor each core handles incoming data strings simultaneously to improve efficiency. Just as two heads are better than one, so are two hands. Now when one is executing the other can be accessing the system bus or executing its own code. Adding to this favorable scenario, both AMD and Intel's dual-core flagships are 64-bit.
To utilize a dual core processor, the operating system must be able to recognize multi-threading and the software must have simultaneous multi-threadi0ng technology (SMT) written into its code. SMT enables parallel multi-threading wherein the cores are served multi-threaded instructions in parallel. Without SMT the software will only recognize one core. Adobe Photoshop is an example of SMT-aware software. SMT is also used with multi-processor systems common to servers. An attractive value of dual core processors is that they do not require a new motherboard, but can be used in existing boards that feature the correct socket. For the average user the difference in performance will be most noticeable in multi-tasking until more software is SMT aware. Servers running multiple dual core processors will see an appreciable increase in performance.
Reply
#3
[attachment=1927]

.
ABSTRACT
A dual-core CPU combines two independent processors and their respective caches and cache controllers onto a single silicon chip, or integrated circuit.
The dual-core type of processor falls into the architectural class of a tightly-coupled multiprocessor. International Business Machines (IBM)'s POWER4, released in 2000, was the first dual-core microprocessor on the market.
Mainly two technologies are used in dual core processors, they are SMP (symmetric multi-Processing) and Hyper Threading.
Proximity of two CPU cores on the same die have the advantage that the cache coherency circuitry can operate at a much higher clock rate than is possible if the signals have to travel off-chip, so combining equivalent CPUs on a single die significantly improves the performance of cache snoop operations.
A dual-core processor uses slightly less power than two coupled single-core processors, principally because of the increased power required to drive signals external to the chip and because the smaller silicon process geometry allows the cores to operate at lower voltages.
1. Introduction
A dual-core CPU combines two independent processors and their respective caches and cache controllers onto a single silicon chip, or integrated circuit. IBM's POWER4 was the first microprocessor to incorporate 2-cores on a single die. Various dual-core CPUs are being developed by companies such as Motorola, Intel and AMD, and began to appear in consumer products in 2005. Dual-core CPU technology first became a practical viability in 2001 as 180-nm CMOS process technology became feasible for volume production. At this size, multiple copies of the largest microprocessor architectures could be incorporated onto a single production die. (Alternative uses of this newly available "real estate" include widening the bus and internal registers of existing CPU cores, or incorporating more high-speed cache memory on-chip.) Dual CPU Core Chip
/ 1
CPU Cwe CPU O
and
L1 Caches
¦
Bus IntBffac* and Li Catiws
I
Conceptual diagram of a dual-core chip, with CPU-local Level 1 caches, and shared, on-chip Level 2 caches.
2. Multi-Core Processor Architecture
Explained most simply, multi-core processor architecture entails silicon design engineers placing two or more Pentium® processor-based "execution cores," or computational engines, within a single processor. This multi-core processor plugs directly into a single processor socket, but the operating system perceives each of its execution cores as a discrete logical processor, with all the associated execution resources.
The idea behind this implementation of the chip's internal architecture is in essence a "divide and conquer" strategy. In other words, by divvying up the computational work performed by the single Pentium microprocessor core in traditional microprocessors and spreading it over multiple execution cores, a multi-core processor can perform more work within a given clock cycle. Thus, it is designed to deliver a better overall user experience. To enable this improvement, the software running on the platform must be written such that it can spread its workload across multiple execution cores. This functionality is called thread-level parallelism or "threading," and applications and operating systems (such as Microsoft Windows* XP) that are written to support it are referred to as "threaded" or "multi-threaded."
A processor equipped with thread-level parallelism can execute completely separate threads of code. This can mean one thread running from an application and a second thread running from an operating system, or parallel threads running from within a single application. (Multimedia applications are especially conducive to thread-level parallelism because many of their operations can run in parallel.)
As software developers continue to design more threaded applications that capitalize on this architecture, multi-core processors can be expected to provide new and innovative benefits for PC users, at home and at work. Multi-core capability can also enhance the user experience in multitasking environments, namely, where a number of foreground applications run concurrently with a number of background applications such as virus protection and security, wireless, management, compression, encryption and synchronization.
Like other hardware-enhanced threaded capabilities advanced at Intel, multi-core capability reflects a shift to parallel processing”a concept originally conceived in the supercomputing world. For example, Hyper-Threading Technology (HT Technology), introduced by Intel in 2002 enables processors to execute tasks in parallel by weaving together multiple "threads" in a single-core processor. But whereas HT Technology is limited to a single core's using existing execution resources more efficiently to better enable threading, multi-core capability provides two or more complete sets of execution resources to increase compute throughput.
In a technical nutshell, Intel believes multi-core processing could support several key capabilities that will enhanZce the user experience, including the number of PC tasks a user can do at one time, do multiple bandwidth-intensive activities and increase the number of users utilizing the same PC.
3. Technologies used in dual core processors
Mainly two technologies are used in dual core processors, they are SMP (symmetric multi-Processing) and Hyper Threading.
3.1 SMP (Symmetric Multi-Processing)
SMP is the most common approach to creating a multi-processor system, in which two or more separate processors work together on the same motherboard. The processors co-ordinate and share information through the system bus, and the processors arbitrate the workload amongst themselves with the help of the motherboard chipset and the operating system.
The OS treats both processors more or less equally, assigning work as needed. Both AMD and Intel's new dual-core chips can be considered SMP capable (internally). AMD's dual-core Opteron server processors can be linked to other dual-core chips externally also, but this capability is not present in either company's desktop dual-core lines.
The major limitations of SMP have to do with software and operating system support. Many operating systems (such as Windows XP Home) are not SMP capable and will not make use of the second physical processor. Also, most modern programs are single-threaded, meaning that there is only ever one current set of linked instructions and data for them. This means that only one processor can effectively work on them at a time. Multi-threaded programs do exist, and can take better advantage of the potential power of dual- or multi-CPU configurations, but are not as common as we might like. No other current mainstream desktop processors are SMP capable, as Intel and AMD tend to restrict cutting edge technologies to the higher-end server processors such as the Opteron and Xeon. In the past though, mainstream processors have been SMP capable, most notably the later Intel Pentium 3 processors.
3.2 Highway to Hyperthreading
Hyperthreading was Intel's pre-emptive take on multi-core CPUs. The company cloned the front end of its high-end Pentium 4 CPUs, allowing the Pentium 4-HT to begin two operations at once. Once in process, the twin operation 'threads' both share the same set of execution resources, but one thread can take advantage of sections left idle by the other. The idea of Hyperthreading is to double the amount of activity in the chip in order to reduce the problem of 'missed' memory cache requests slowing down the operation of the processor. It also theoretically ensures that less of the processor's resources will be left idle at any given time.
While Hyperthreaded CPUs appear as two logical processors to most operating systems, they are not comparable with true dual-core CPUs since each parallel pair of threads being worked on share the same execution pipeline and same set of L1 and L2 cache memory. Essentially, Hyperthreading is smoke-and-mirrors multitasking, since a single Hyperthreaded processor cannot actually perform two identical actions at the same time.
Hyperthreading does speed up certain operations which would be multi¬processor capable, but never as much as a true multi-processor system, dual core or not.
One of Intel's new dual-core chips, the higher-end Pentium Extreme Edition 840 processor, also support Hyperthreading within each core, meaning that to an operating system it would appear as four logical processors on a single die. How this will work out remains to be seen.
4. Two Chips on One Die... Why
So why are both Intel and AMD suddenly peddling dual-core pushcarts so quickly down the aisle
Several reasons; first of all; competition, competition, competition. As we will explore later in more detail, AMD built the potential for dual-core capability into its 64-bit processors right from the start. The necessary I/O structure for the second core already exists, even on single core chips. Neither company can afford to let the other get much of an edge, and AMD has already stolen way too much attention for Intel's comfort with its incredibly successful line of 64-bit processors. It is imperative for Intel to launch a 'pre-emptive strike' and get its own dual-core technology to market quickly, lest marketshare flutter away. As for why dual core processors are being developed in the first place, read on to reason number three.
Secondly, performance. Certain 'multi-threaded' applications can already benefit greatly by allowing more than one processor to work on them at once. Dual processor systems also gain from a general decline in latency. Simply put, while there is no current way to share the current operating system load evenly between two processors, the second processor can step in and keep the system running smoothly while the first is maxed out to 100% burning a CD or encoding a file (or from a software error).
Obviously, if dual-core systems become mainstream, which it looks like they are going to, future operating systems and applications will be designed with the feature in mind, leading to better functionality down the road. Thirdly, and less obviously, AMD and Intel are desperate. Both companies have run into barriers when it comes to increasing the raw speed of processors, or decreasing the die size. Until these roadblocks are cleared or until the general buying public understands that GHz does not directly translate to performance, both companies will be scrambling to discover any new improvements that will improve processor performance... without actually boosting core speed. This is why the idea of dual-core processors is now a reality, I'm willing to bet.
5. Commercial examples
International Business Machines (IBM)'s POWER4, released in 2000, was the first dual-core microprocessor on the market. ¢ IBM's POWER5 dual-core chip is now in production, and the company has a PowerPC 970MP dual-core processor in development. Intel released its dual-core desktop x86 64-bit processors to OEMs on 12 April 2005. Its dual-core Xeon processors, code-named Paxville and Dempsey, are expected to ship to OEMs in the second half of 2005. The company is also currently developing dual-core versions of its Itanium high-end server CPU architecture.
AMD, Intel's chief rival, released its dual-core Opteron server/workstation processors on 22 April 2005, and its dual-core desktop processors, the Athlon 64 X2 family, were released on 31 May 2005. Motorola/Freescale has dual-core ICs based on the PowerPC e600 and e700 cores in development.
6. Architectural class
The dual-core type of processor falls into the architectural class of a tightly-coupled multiprocessor. In this class, a processing unit, with an independent instruction stream executes code from a pool of shared memory. Contention for the memory as a resource is managed by arbitration and by the processing unit specific caches. The localized caches make the architecture viable since modern CPUs are highly optimized to maximize bandwidth to the memory interface. Without them, each CPU would run near 50% efficiency. Multiple caches into the same resource must be managed with a cache coherency protocol. Beyond dual-core processors, there are examples of chips with multiple cores. Such chips include network processors which may have a large number of cores or microengines that may operate independently on different packet processing tasks within a networking application.
7. AMD's Approach to Dual Core
The current form factor of the Athlon 64 processor is very conducive to a dual core design. The fact that the memory controller and hypertransport links are built right into the die of the chip means that supporting a second full processor core is no huge logistical feat either for making the die of the chip or the motherboards it will operate in. This is not the biggest advantage that the Athlon 64 architecture has for dual operation though.
Due to the Northbridge-like provisions that AMD had to add to the Athlon 64 die in order to support the onboard memory controller and hypertransport link, it is possible for the dual cores to communicate with each other inside the processor itself.
While this might seem like an obvious thing, Intel dual-core processors cannot do
this at all (currently). Intel's solution must relay all information over the external
'frontside bus' page link that connects the processor to the rest of the system.
AMD dual-core Athlon64 X2 processorss more than double the transistor count
of previous Athlon 64 processors. The Athlon 64 X2 4800+ chip sports 233million
transistors as opposed to the 106 million or so of the Athlon 64 FX-55.
Since the new dual-core chips use the 90nm fabrication method though, overall
chip size has just barely increased. Operating voltage will be 1.35 to 1.4V and
heat output will be just slightly increased over the high-end Athlon FX processors
at 110W.
AMD Athlon„¢ 64X2 Dual-Core Processor Design
Each processor core has its own L1 and L2 cache memory, 128KB for L1, and between 512KB and 1MB of L2, depending on the specific model.
On paper, it really appears that AMD has done its homework. More than that, its engineers appear to have done it months ago when the company first introduced the 64-bit Opteron processor.
The "crossbar switch" that accumulates and distributes address and data transfers from each core to the other core and the rest of the system already had an available connection for a second core.
Where AMD scores major points for paying attention to its user base is with the fact that the first run of dual-core Athlon 64 X2 chips will be compatible with any current Socket 939/940 motherboard, provided the manufacturer updates the BIOS to support the new feature.
Given the havoc that the company wreaked on its users and its bottom line by shifting to Socket 939 so early in the life of the Athlon 64, essentially orphaning Socket 754, this is the kind of good PR that AMD really needs. Here's hoping this is a return to the glory days of Socket A and the huge range of processors that that platform ended up supporting. Selling a dual-core desktop processor as a direct upgrade will be a lot easier than trying to persuade home users to update their motherboards... yet again.
8. Intel Approach to Dual-Core: Glue and Brown Paper
Intel Dual core architecture
Since Intel did not have a nice pre-existing resource space in which to add a second processor core like AMD did, it has been forced to improvise. The Pentium D essentially takes two identical P4 'Prescott' processor dies and sticks 'em together. This has the marked advantage of providing each processor with its own L1 and L2 cache memory.
Unfortunately, Intel's approach also has the marked disadvantage of forcing both processors to communicate through the Northbridge and FSB outside the processor, while AMD's dual-core approach allows the twin cores to exchange information within the processor itself.
Transistor counts for the new chips hit a high of 230million, and the heat output is a hefty 130W for the Pentium Extreme Edition 840 and the fastest Pentium D processors.
Alas, unlike AMD's almost Santa Claus-like decision to keep to the existing Socket 939 platform for the dual-core CPUs, Intel's dual-core solution requires a new pair of supporting chipsets, the Intel 955X and 945P. nVidia's recently released nForce 4 SLI Intel Edition will also support dual-core processors, but this must be added by the manufacturers so early adopters are likely out of luck. What it adds up to is that you are going to have to buy a new motherboard if you want to take advantage of Intel's approach to dual-core processors.
9. Heat and Bandwidth: Enemies of Dual-Core Processors
While everything we've looked at so far has been positive, let's take a look at some issues that may affect the performance of dual-core Athlons and Pentium 4s relative to their single core siblings. Given that everything inside the AMD processor is already adapted for dual-core as we pointed out above, there are surprisingly few possible pitfalls, but we're going to look at a couple. Intel's road isn't quite so straightforward.
Heat is one obvious worry. Single core Athlon 64 processors can crank up a fair bit by themselves, as witnessed by the enormous retail heatsinks they ship with. The same goes for the latest Pentium 4 chips. What's going to happen when you combine two cores capable of giving off that much heat in such a small space Are we going to need mandatory water cooling Apparently not, as AMD defines almost the same thermal envelope for their dual-core processors as for the single core versions. The Intel Dual-core chips give off more heat, but not drastically so.
How is this possible Well there are a few factors to consider: First of all, don't forget that both the AMD and Intel dual-core chips are being produced on the 90nm fabrication process, like the newest single core chips. As always, smaller fab size = less power = relatively less heat.
The second factor to consider when trying to figure out why dual-core processors are not thermal bombs is the slightly slower speed of the planned processors as compared to their single core equivalent. While not a huge difference, 400MHz or so less does make them a little cooler.
Finally, there's the fact that at least one core is going to be running at less than full capacity most of the time.
Bandwidth is a more troubling concern. It's not an enemy of the dual-core processors per se, but more of a limiting factor. Intel has to contend with using a
conventional FSB/Northbridge setup to allow it's dual-core processor to communicate with itself, and even with support for DDR2-667 in the new 955X chipset, this may bog things down. It just doesn't feel like an efficient way to do things.
On the other hand, the AMD dual-core offerings' internal communications abilities are doubtless more efficient, but in some ways unproven. We already know how dual-CPUs talk to each other over a conventional FSB, but AMD's method of in-chip communication has yet to be really tested. Also the 6.4GBps memory bandwidth of the dual-core Athlons is exactly the same as that of their single core bretheren.
One major concern when dual-core processors were first announced was how they would work with operating systems like Windows XP Home, which is limited to one physical processor. Apparently though, Home users do not need to fret, as both AMD and Intel's dual-core chips should work just fine. The operating system will see a single physical chip with two logical cores just as it currently does with Hyperthreading capable Pentium 4 processors. No word on how the Pentium Extreme Edition 840 with it's dual cores AND hyperthreading will work though...
10. Dual Single-Core vs. Single Dual-Core
AMD Opteron Processor design
AMD's Opteron chip is capable of SMP due to its multiple hypertransport links, so which is faster; a single dual-core chip or two single-core chips On paper, dual Opterons should be faster than a single dual-core Opteron at equivalent clock speed for one major reason: Due to the built-in memory controller, each Opteron has exclusive access to its own set of system memory.
The dual-core designs have to share the memory controller, leading to competition for resources that will inevitably drag down comparative
performance.
Intel SMP systems do not gain this advantage over dual-core siblings since they already share a single memory controller over the front-side bus of the motherboard. It's difficult to tell whether either design has any performance advantage in Intel's implementation.
The data has a shorter path to travel with the dual-core chips, but not so much as to make a radical difference. Certainly Intel dual-core chips should have a pricing advantage over SMP solutions, especially when you factor in the price premium that dual-socket motherboards demand.
It's time to talk money. At first glance, basic economics suggests that dual-core processors should be more affordable than buying a pair of single core processors. After all, the companies are integrating two cores into a single die, saving manufacturing effort.
Besides, there would be no point in charging extra money for the second core of a dual-core chip; no one would buy it, right Maybe, but let's not forget what dual-core chips have to offer besides convenience. The picture is quite different for Intel as opposed to AMD, so let's run through each company's pricing strategies for these chips.
11. AMD's Dual Core Lineup
As we mentioned, AMD's dual-core desktop processor is going to be known as 'Athlon 64 XZ. These CPUs will be available shortly at initial speeds of 2.2GHz, with only one other speed, 2.4GHz currently expected for release. Besides speed, L2 cache memory will differentiate the various versions of the processor, with some models having 512KB and some having a full 1MB cache. Let's look at the names and the feature breakdown. As you can see, the initial offering will be broken down into Toledo' core chips with 1MB of L2 memory per core and 'Manchester' core chips with 512KB.
Athlon 64 X2 4800+: (Toledo Core) 2.4GHz, 1MB 12 cache memory $1001 Athlon 64 X2 4600+: (Manchester core) 2.4GHz, 512KB 12 cache memory $803 Athlon 64 X2 4400+: (Toledo core) 2.2GHz, 1MB 12 cache memory $581 Athlon 64 X2 4200+: (Manchester core) 2.2GHz, 512KB 12 cache memory $537 As you can see, AMD's introductory dual-core prices are roughly twice that of its single-core chips, especially at the lower end. This seems reasonable, except for one thing; Intel has no such price doubling plans.
12. Intel's Dual Core Lineup
Like AMD, Intel is going to split its dual-core desktop offerings into two lines, though there will be more of a brand distinction between the two than we see in AMD's lineup. First up (and most expensive) will be the Pentium 840EE Extreme Edition Dual core processor (note that Intel have dropped the '4' from the title), clocked at 3.2GHz and featuring 1MB of L2 cache for each core. It will also feature hyperthreading support, allowing it to execute up to four threads at once. It is currently available from some retailers, tilting the scales at a laughable $1100 USD
Intel Dual-Coro Processor wtth HT Teeh»»o1ogy
PCSTATS
Following that will be the launch of the 'Pentium D' line of processors, still with 1MB of 12 cache per core, running from 2.8GHz to 3.2GHz in speed, but without hyperthreading. Intel's prices for these chips look to be much more aggressive than the somewhat ridiculous cost of the high-end dual cores from
both Intel and AMD. The chips will start in the mid-$200s shading up to the mid $500s for the 3.2GHz model. All processors listed here support Intel's EMT64 64-bit instructions.
So what we've got from Intel looks like this:
Pentium Extreme Edition 840: 3.2GHz, 1MB 12 cache memory, Hyperthreading $1100
Pentium D: 3.2GHz, 1MB 12 cache memory, $530 Pentium D: 3.0GHz, 1MB 12 cache memory, $320 Pentium D: 2.8GHz, 1MB 12 cache memory, $240
If the projected prices for the Pentium D chips hold true, AMD had better hope that its dual-core Athlon64 X2 has a considerable performance advantage, otherwise the company's hard-won processor advantage could be lost. Even if AMD blows Intel away in performance, the chip giant will still own the 'low end' dual-core market by default. This could get interesting.
13. Development motivation
13.1 Technical pressures
As CMOS process technologies continue to shrink, the high end constraints on the complexity that can be placed on a single die move back. In terms of CPU designs, the choice becomes adding more functions to the device (e.g. an Ethernet controller, memory controller, or high-speed CPU cache), or adding complexity to increase CPU throughput. Generally speaking, shrinking the features on the IC also means that they can run at lower power and at a higher clock rate.
Various potential architectures contend for the additional "real estate" on the die. One option is to widen the registers and/or the bus interface of an existing processor architecture. Widening the bus interface alone leads to superscalar processor architectures, and widening both usually requires new programming models. Other options include including multiple levels of memory cache, and developing system-on-a-chip solutions.
13.2 Commercial incentives
Several business motives drive the development of dual-core architectures. Since multiple-CPU SMP designs have been long implemented using discrete CPUs, the issues regarding implementing the architecture and supporting it in software are well known. Additionally, utilizing a proven processing core design (e.g. Freescale's e700 core) without architectural changes reduces design risk significantly. Finally, the connotations of the terminology "dual-core" (and other multiples) lends itself to marketing efforts.
Additionally, for general-purpose processors, much of the motivation for dual-core processors comes from the increasing difficulty of improving processor performance by increasing the operating frequency (frequency-scaling). In order to continue delivering regular performance improvements for general-purpose processors, manufacturers such as Intel have turned to dual-core designs, sacrificing lower manufacturing costs for higher performance in some applications and systems.
It should be noted that while dual-core architectures are being developed, so are the alternatives. An especially strong contender for established markets is to integrate more peripheral functions into the chip.
14. Advantages
Proximity of two CPU cores on the same die have the advantage that the cache coherency circuitry can operate at a much higher clock rate than is possible if the signals have to travel off-chip, so combining equivalent CPUs on a single die significantly improves the performance of cache snoop operations. Assuming that the die can fit into the package, physically, the dual-core CPU designs require much less PCB space than multi-chip SMP designs. A dual-core processor uses slightly less power than two coupled single-core processors, principally because of the increased power required to drive signals external to the chip and because the smaller silicon process geometry allows the cores to operate at lower voltages.
In terms of competing technologies for the available silicon die area, the dual-core design can make use of proven CPU core library designs and produce a product with lower risk of design error than devising a new wider core design. Also, adding more cache suffers from diminishing returns.
15. Disadvantages
Dual-core processors require operating system (OS) support to make optimal use of the second computing resource. Also, making optimal use of multiprocessing in a desktop context requires application software support. The higher integration of the dual-core chip drives the production yields down and are more difficult to manage thermally than lower density single-chip designs.
From an architectural point of view, ultimately, single CPU designs may make better use of the silicon surface area than multiprocessing cores, so a development commitment to this architecture may carry the risk of obsolescence. Scaling efficiency is largely dependent on the application or problem set. For example, applications that require processing large amounts of data with low computer-overhead algorithms may find this architecture has an I/O bottleneck, underutilizing the device.
If a dual-core processor has only 1 memory bus (which is often the case) the available memory bandwidth per core is half the one available in a dual-processor mono-core system.
Another issue that has surfaced in recent business development is the controversy over whether dual core processors should be treated as two separate CPUs for software licensing requirements. Typically enterprise server software is licensed per processor, and some software manufacturers feel that dual core processors, while a single CPU, should be treated as two processors and the customer should be charged for two licenses - one for each core. This has been challenged by some since not all dual core processor systems are running Operating Systems that can support the added dual core functionality. This remains an unresolved and thorny issue for software companies and customers.
16. Conclusion
This paper gives an overview of the dual-core processor issues. A dual-core CPU combines two independent processors and their respective caches and cache controllers onto a single silicon chip, or integrated circuit.Benefits of dual core processor are more performance due to parallelism and reduced power consumption. In future due to the impact of dual core processors there will be advancements in PC security and virtualization technologies and increased utility of home PC's.
ml ft. ¢ J
17. References
i. http://silentpcrevie' '. http://pcstats.com 0. http://tbreak.com
9
1
1. http://amd.com
2. http://intel.com
3. http://newsfactor.com
4. http://short-media.com
5. http://pcworld.com
6. http://en.wikipedia.org
7. http://hardwaresecrets.com
8. http://silentpcreview.com
INDEX
1. Introduction 1
2. Multi-Core Processor Architecture 2
3. Technologies used in dual core processors 4
3.1. SMP (Symmetric Multi-Processing) 4
3.2. Highway to Hyperthreading 5
4. Two Chips on One Die... Why 6
5. Commercial examples 7
6. Architectural class 8
7. AMD's Approach to Dual Core 8
8. Intel Approach to Dual-Core: Glue and Brown Paper 11
9. Heat and Bandwidth: Enemies of Dual-Core Processors 13
10. Dual Single-Core vs. Single Dual-Core 15
11. AMD's Dual Core Lineup 17
12. Intel's Dual Core Lineup , 18
13. Development motivation 20
14. Advantages 22
15. Disadvantages 23
16. Conclusion 24
17. References 25
Reply
#4
please read http://studentbank.in/report-dual-core-processors--5236 and http://studentbank.in/report-dual-core-p...ull-report for getting more about Dual Core Processor Related information
Reply
#5

[attachment=12574]
1. Introduction
A dual-core processor is a CPU with two separate cores on the same die, each with its own cache. It’s the equivalent of getting two microprocessors in one. In a single-core or traditional processor the CPU is fed strings of instructions it must order, execute, then selectively store in its cache for quick retrieval. When data outside the cache is required, it is retrieved through the system bus from random access memory (RAM) or from storage devices. Accessing these slows down performance to the maximum speed the bus, RAM or storage device will allow, which is far slower than the speed of the CPU. The situation is compounded when multi-tasking. In this case the processor must switch back and forth between two or more sets of data streams and programs. CPU resources are depleted and performance suffers.
In a dual-core processor each core handles incoming data strings simultaneously to improve efficiency. Just as two heads are better than one, so are two hands. Now when one is executing the other can be accessing the system bus or executing its own code. Adding to this favorable scenario, both AMD and Intel’s dual--core flagships are 64-bit.
A dual-core processor is different from a multi-processor system. In the latter there are two separate CPUs with their own resources. In the former, resources are shared and the cores reside on the same chip. A multi-processor system is faster than a system with a dual-core processor, while a dual-core system is faster than a single-core system, all else being equal.
An attractive value of dual-core processors is that they do not require a new motherboard, but can be used in existing boards that feature the correct socket. Servers running multiple dual-core processors will see an appreciable increase in performance.
Multi-core processors are the goal and as technology shrinks, there is more “real-estate” available on the die. In the fall of 2004 Bill Siu of Intel predicted that current accommodating motherboards would be here to stay until 4-core CPUs eventually force a changeover to incorporate a new memory controller that will be required for handling 4 or more cores.
1.1 Implications for the Enterprise
The corporate computing environment has witnessed dramatic changes in the last few years, with a shift from rapid expansion of IT infrastructure in support of growing business needs, to carefully managing existing assets and investing in new strategic technologies that provide specific competitive advantages. Information technology (IT) managers today are challenged with providing more services to more users, meeting ever-increasing performance expectations, storing and managing exponentially increasing amounts of data, better protecting the network, and ensuring system stability—all with limited possibility to expand data centers because of shrinking budgets.
Key drivers for multi-core processors in Server/Workstation environments include:
• Reliance on x86 architecture as the backbone of corporate IT networks is placing performance demands on today’s servers to run a growing list of complex applications.
• Data centers’ performance requirements are growing while at the same time budget and logistical concerns deter physical expansion within many enterprises. Methods such as server consolidation and virtualization to better utilize existing resources have become appealing options to curtail costs.
• Multi-threaded applications are expected to be adopted more broadly in the future. The need for multi-processor systems is growing in new areas.
• Security has become a critical issue, requiring new classes of software applications and technologies that are uniquely served by multi-core processors. An increasingly effective approach to providing additional platform security is to leverage the power of virtualization technology to segregate trusted applications from nontrusted ones.
• Increased performance without increased power consumption is a critical need. Corporate IT managers also remain resolute in their need to add performance without increasing the physical footprint for hardware. Multi-core processor solutions address these needs by providing increased performance without increasing power or physical space requirements.
• End-customers are demanding more capable systems with more capable processors
2. Which processors are dual core processors?
When shopping for a computer one thing that always stands out on the info sheet is the processor. Chances are it is manufactured by Intel or AMD. You see various models from the Pentium to the Athlon to the Celeron, to the Core 2 Duo. What’s the difference in all of those brands and how do you know which one is a dual core? Well with the ever constantly changing world of computers, the list I am going to give you now will most likely be outdated within a few months, but regardless I’ll give it a shot.
Note – This list does not contain every processor known, just the most popular consumer products that you are most likely to see when shopping around).
Single Core Processors:
Intel Celeron (Entry Level)
AMD Sempron (Entry Level)
Intel Pentium 4 (Probably the most well-known single core processor ever)
AMD Athlon (Considered by many to be the best single core processor on the market)
Dual Core Processors:
Intel Pentium D
AMD Athlon X2
Intel Core 2 Duo (Considered by most to be the best dual core processor on the market)
AMD Athlon FX
AMD Turion X2 (For laptops)
Intel Centrino Duo (For laptops)
Each of the above processors comes in multiple speeds and models. There are also the Core 2 Extremes and other processors made for high end gamers and computer enthusiast.
One thing you will almost always see is the GHZ speed or Gigahertz speed of the processor. I will admit it; anymore today the GHZ speed of a processor is mostly a gimmick to help sell the processor. While in the past (prior to 2003) the GHZ speed was important to determine how fast and how well the processor would work, today the speed is not nearly as important has how much information the processor can handle at once. This is usually measured in the form of the L2 cache and other geek terms. But without a standardized way of measuring a processors ability in simple terms that the average consumer can understand, we are all still stuck with displaying the obsolete GHZ speed. However that may actually be changing very soon.
While for the past few years the GHZ speeds really didn’t matter, Intel and AMD are both attempting to push their new model processors as far as they can, thus increasing the GHZ speeds enough so that it actually does make a bit of a difference. However these new processors won’t really be available until Q4 07 at the earliest. As it is, for top of the line processors like the Core 2 Duo and the Athlon FX, Ghz speeds are usually a lot slower, usually in the 1.8 to 2.8 Ghz range. This is because to push them any faster would require much more power and thus generate a lot more heat causing the system to actually run slower (because heat is not a good friend of a computer or electronics in general).
Before I leave you I should also note that geek circles are now all buzzing about Quad Core. Yup you guessed it, 4 microprocessors on one dye. It’s basically the same thing as dual core but with more microprocessors.
3.AMD multi-core
In August 2004, AMD was the first x86 processor manufacturer to demonstrate a fully functioning dual--core processor on a shipping platform. Although performance will vary based on the software application, corporate IT systems currently optimized for symmetrical multiprocessing (SMP) multi-threaded applications should see significant performance increases by using AMD multi-core processors. They are also inherently more capable of leveraging the benefits of multi-threaded applications because they are, essentially multi-processor systems reduced down to single chips. Multi-core processors, whether installed in desktops, notebook PCs, workstations or servers, can play a significant role in enabling companies to deploy sophisticated new security and virtualization layers.
3.1 Servers
Multi-core AMD Opteron processors provide the best performance per watt for servers, and will enable hardware manufacturers to increase the processing capacity of their “rack able” server products—including their server blade designs that share common network, power, and cooling components. AMD’s enterprise customers can deploy new server blade systems without having to increase the physical footprint of their computer system resources, plan for additional heat dissipation, or provide additional power. Multi-core processor-based servers will deliver more overall performance than those powered by single-core processors; while at the same time will be easier to manage because more processing capacity can be concentrated into fewer servers. For the same reason, multi-core servers will be less costly to operate.
3.2 Security
Viruses, worms, and spy ware are constantly testing firewalls and other network protection measures, and can wreak havoc on computer systems. As a result, software and hardware designers have been collaborating to provide better security options. AMD pioneered Enhanced Virus Protection (EVP) technology that provides protection at the platform level when used in combination with Microsoft Windows and the leading Linux distributions from SuSE and Red Hat. Available on all AMD64 processors, EVP is an important step to help users defend against some of the most common and damaging threats. AMD engineers continue to focus on ways to strengthen security, and have gone beyond EVP with multi-core AMD processors. Not only will systems powered by these processors be platform-protected from specific viruses when used as discussed above, but also AMD is bringing additional security features to all of its processors with a technology called Presidio. AMD multi-core processors using Presidio technology, coupled with appropriate operating system support, will be able to run more Sophisticated security applications by better leveraging Direct Connect Architecture and virtualization technologies to provide increased performance capacity.
3.3 Virtualization
The use of software to allow workloads to be shared at the processor level by providing the illusion of multiple processors—is growing in popularity. Virtualization balances workloads between underused IT assets, minimizing the requirement to have performance overhead held in reserve for peak situations and the need to manage unnecessary hardware. AMD multi-core processors are well suited to help companies implement virtualization because they offer the increased performance necessary to counter performance penalties. The architecture of AMD multi-core processors offers a critical advantage when building “virtual machines” by leveraging Direct Connect Architecture to deliver very high-performance memory-sharing between virtual machines hosted on multiple cores within a single processor.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: multi core processors, amd processors seminar, hyperthreading core i7, who is santa claus really, 939 proform, core based tree, turion 64,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  INTEL CORE i7 seminar class 3 3,931 12-03-2012, 09:39 AM
Last Post: seminar paper
  Speed protocol processors electronics seminars 3 5,112 13-02-2012, 01:26 PM
Last Post: seminar paper
  On-Chip Optical Communication for Multicore Processors seminar class 0 1,133 09-05-2011, 10:56 AM
Last Post: seminar class
  Dual-Link Failure Resiliency Through Backup Link Mutual Exclusion computer science technology 7 4,608 02-05-2011, 09:22 AM
Last Post: seminar class
  Dual-Quorum Replication System for Edge Services summer project pal 1 1,774 23-04-2011, 03:44 PM
Last Post: seminar class
  Standard Single Purpose Processors: Peripherals seminar class 0 1,204 19-03-2011, 09:26 AM
Last Post: seminar class
  Quad-core Processor seminar class 0 1,561 07-03-2011, 03:51 PM
Last Post: seminar class
  History of 64-bit Computing: AMD64 and Intel Itanium Processors 64-bit History seminar class 0 8,073 28-02-2011, 09:32 AM
Last Post: seminar class
  Ultra-fast 1,000 Core Computer Processor Using FPGA project topics 0 1,408 30-12-2010, 10:47 PM
Last Post: project topics
  RECONFIGURABLE PROCESSORS projectsofme 0 1,925 27-11-2010, 12:18 PM
Last Post: projectsofme

Forum Jump: