Possible Duplicate:
Can someone clear up the terms Core Duo CPU, Quad Core, Dual CPU, etc.?
In a processor, what is the core? I hear the terms i3, Core 2 Duo, and Dual Core, what do they mean, especially in reference to cores?
In a processor, what is the core? I hear the terms | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
According to Wikipedia:
| |||||||||
feedback
|
|
You actually have two separate questions there; unfortunately, neither one permits a succinct answer. "Core", when capitalized, is probably an Intel product name / trademark. For example, Core i3, Core i5, Core 2 Duo, etc. Unfortunately, there's a lot of confusion in Intel's product naming; Intel has names related to the manufacturing process used to build a chip, and these all might result in the same consumer name. Take a look at http://en.wikipedia.org/wiki/Intel_Core_i5 - you'll see that Core i5's can be Lynnfields, Clarkdales, Arrandales, or Sandy Bridges. "core," in the general sense, refers to something akin to the processing unit of a CPU. An old Pentium, for example, would have some of the chip for processing and some of it for fast on-chip memory. A multicore processor would take several of the processing units - the cores - on the same piece of silicon, but might share the memory (the caches) between the cores. To your operating system, each core appears to be a separate CPU. This is a very high-level answer, you can easily find books written about this. | |||
|
feedback
|
|
In a multi-core processor it is like having more than one processor. Dual core processor has two processors. From Wikipedia: "A multi-core processor is a single component with two or more independent actual processors (called "cores")" (emphasis added by me) | |||||||
feedback
|