SlideShare ist ein Scribd-Unternehmen logo
1 von 27
Presented by :
Sahar
MULTI CORE POCESSOR
Introduction:
What is Processor?
• A processor is the logic circuitry that responds to and
processes the basic instructions that drive a computer.
The term processor has generally replaced the term
central processing unit (CPU). The processor in a
personal computer or embedded in small devices is
often called a microprocessor .
What Is Core?
• Actually, a CORE is the part of something that is central
to its existence or character.
• Similarly, in computer system the CPU is referred as
CORE.
• Basically, there are two types of core processor:
1. Single Core Processor
2. Multi Core Processor
Single Core processor
It is a processor that has only one core, so it can only start
one operation at a time. It can however in some situations
start a new operation before the previous one is complete.
Originally all processors were single core. Examples are
Intel Pentium 4 670, AMD Athlon 64 FX-55.
Multi Core Processor
• A multi-core processor is one which combines two or
more independent processors into a single package,
often a single integrated circuit. Examples are Intel core
i7, intel core 2 duo.
Processor consists:
• A single chip package that fits in a socket
• Cores can have functional units, cache, etc.
associated with them, just as today
• Cores can be fast or slow, just as today
• Shared resources
• More cache
• Other integration: Northbridge, memory controllers, high-
speed serial links, etc.
• One system interface for System Bus and System Memory
Problems with Single Core
a. To execute the tasks faster you must increase the clock
time.
b. Increasing clock times too high drastically increases
power consumption and heat dissipation to extremely
high levels, making the processor inefficient
Multi Core solution
A. Creating two cores or more on the same Die increases
processing power while keeping clock speeds at an
efficient level.
B. A processor with 2 cores running at efficient clock
speeds can process instructions with similar speed to a
single core processor running at twice the clock speed,
yet the dual core processor would still consume less
energy.
Why Multi-core?
– Better Performance
– For the Multi tasking
– e.g. Burning CD with graphic works at the same
time
– Power consumption and Heat generation Caused
from the advance of CPU clock speed
Why Multi-core?
• Save the room of motherboard
• Two single cores → In one die
– We can use this room more efficiently
– Simplicity
• We need additional systems to control the several
single cores.
– Economical efficiency
• A dual-core is much cheaper than two single
cores
If multi means two or more, what types
are there?
A dual-core processor A quad-core processor
contains two cores contains four cores
Multicore Organization
• Number of core processors on chip
• Number of levels of cache on chip
• Amount of shared cache
Shared caches
• As the trend moves from single-core to multi-core
processors for the next computing performance leap,
system architectures have several options for the
organization of one of the most important system
resources-the cache. Some architectures choose to
keep the last-level cache private to each core for
simplicity, while other architectures explore sharing the
last-level cache among different cores for better
performance/cost ratio and improved resource allocation.
Benefits of the shared cache architecture
• Figure 1 shows two processors (processor 0 and
processor 1) sharing the same system bus and system
memory. Inside each processor there are two CPU
cores; each has its own private L1 cache while sharing
the L2 cache. The benefits of such a shared cache
system are many:
Benefits of the shared cache architecture
• Efficient usage of the last-level cache If one core idles,
the other core takes all the shared cache
• Reduces resource underutilization
• Flexibility for programmers Allows more data-sharing
opportunities for threads running on separate cores that
are sharing cache
• One core can pre-/post-process data for the other core
• Alternative communication mechanisms between cores
Benefits of the shared cache architecture
(cont)
• Reduce cache-coherency complexity Reduced false
sharing because of the shared cache
• Less workload to maintain coherency, compared to the
private cache architecture
• Reduce data-storage redundancy The same data only
needs to be stored once
Benefits of the shared cache architecture
(cont)
• Reduce front-side bus traffic Effective data sharing betw
een cores allows data requests to be resolved at the
shared-cache level instead of going all the way to the
system memory
Multi-core Organization (cont…)
Cache coherence
• “For any given memory location, at any given
(logical) time, there is either a single core that may
write it (and that may also read it) or some number
of cores that may read it.”
Cache coherence: definition
Two fundamental invariants:
● Single-Writer-Multiple-Reader (SWMR)
● Data-Value
Cache Consistency
• A specification of the allowed behavior of
multithreaded programs executing with shared
memory
● Multiple correct behaviors are usually allowed
One fundamental:
● Out-of-Order execution
Performance Enhancement
• Pipelining concept used i.e. subsequent instruction
begins to execute before completion of the previous one
or allowing parallel processing.
Performance Enhancement Contd.
• Multithreading i.e. time is divided and
interlaced between more than one thread
to simulate simultaneous execution.
Applications of Multicore
• 3D Gaming
• Database servers
• Multimedia applications
• Video editing
• Powerful graphics solution
• Encoding
• Computer Aided Design (CAD)
Advantages
• Signals between different CPUs travel shorter distances,
those signals degrade less.
• These higher quality signals allow more data to be sent
in a given time period since individual signals can be
shorter and do not need to be repeated as often.
• A dual-core processor uses slightly less power than two
coupled single-core processors.
• More features can be added to the computer
Disadvantages
•They do not work at twice the speed as a normal
processor. They get only 60-80% more speed.
•The speed that the computer works at depends on what
the user is doing with it.
•They cost more than single core processors.
•They are more difficult to manage thermally than lower-
density single-core processors.
EXAMPLES
 dual-core processor with 2 cores
e.g. AMD Phenom II X2, Intel Core 2 Duo E8500
 quad-core processor with 4 cores
e.g. AMD Phenom II X4, Intel Core i5 2500T)
 hexa-core processor with 6 cores
e.g. AMD Phenom II X6, Intel Core i7 Extreme Ed. 980X
 octa-core processor with 8 cores
e.g. AMD FX-8150, Intel Xeon E7-2820
Thank
You

Weitere ähnliche Inhalte

Was ist angesagt?

Multi-core architectures
Multi-core architecturesMulti-core architectures
Multi-core architectures
nextlib
 
Multithreading computer architecture
 Multithreading computer architecture  Multithreading computer architecture
Multithreading computer architecture
Haris456
 
Introduction to multi core
Introduction to multi coreIntroduction to multi core
Introduction to multi core
mukul bhardwaj
 

Was ist angesagt? (20)

ARM architcture
ARM architcture ARM architcture
ARM architcture
 
Multicore computers
Multicore computersMulticore computers
Multicore computers
 
Cache coherence ppt
Cache coherence pptCache coherence ppt
Cache coherence ppt
 
Multi-core architectures
Multi-core architecturesMulti-core architectures
Multi-core architectures
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 
Multithreading computer architecture
 Multithreading computer architecture  Multithreading computer architecture
Multithreading computer architecture
 
Computer architecture the pentium architecture
Computer architecture the pentium architectureComputer architecture the pentium architecture
Computer architecture the pentium architecture
 
Multicore Computers
Multicore ComputersMulticore Computers
Multicore Computers
 
Cache memory principles
Cache memory principlesCache memory principles
Cache memory principles
 
Multicore processor by Ankit Raj and Akash Prajapati
Multicore processor by Ankit Raj and Akash PrajapatiMulticore processor by Ankit Raj and Akash Prajapati
Multicore processor by Ankit Raj and Akash Prajapati
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessor
 
Superscalar Processor
Superscalar ProcessorSuperscalar Processor
Superscalar Processor
 
Pipeline hazards in computer Architecture ppt
Pipeline hazards in computer Architecture pptPipeline hazards in computer Architecture ppt
Pipeline hazards in computer Architecture ppt
 
Introduction to multi core
Introduction to multi coreIntroduction to multi core
Introduction to multi core
 
intel core i7
intel core i7intel core i7
intel core i7
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 
Computer architecture
Computer architecture Computer architecture
Computer architecture
 
Introduction to multicore .ppt
Introduction to multicore .pptIntroduction to multicore .ppt
Introduction to multicore .ppt
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 

Ähnlich wie Computer architecture multi core processor

Modern processor art
Modern processor artModern processor art
Modern processor art
waqasjadoon11
 
finaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdf
finaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdffinaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdf
finaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdf
NazarAhmadAlkhidir
 

Ähnlich wie Computer architecture multi core processor (20)

Multicore processor.pdf
Multicore processor.pdfMulticore processor.pdf
Multicore processor.pdf
 
trends of microprocessor field
trends of microprocessor fieldtrends of microprocessor field
trends of microprocessor field
 
CA presentation of multicore processor
CA presentation of multicore processorCA presentation of multicore processor
CA presentation of multicore processor
 
Chip Multithreading Systems Need a New Operating System Scheduler
Chip Multithreading Systems Need a New Operating System Scheduler Chip Multithreading Systems Need a New Operating System Scheduler
Chip Multithreading Systems Need a New Operating System Scheduler
 
Modern processor art
Modern processor artModern processor art
Modern processor art
 
processor struct
processor structprocessor struct
processor struct
 
Modern processor art
Modern processor artModern processor art
Modern processor art
 
Danish presentation
Danish presentationDanish presentation
Danish presentation
 
Microprocessor
MicroprocessorMicroprocessor
Microprocessor
 
finaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdf
finaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdffinaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdf
finaldraft-intelcorei5processorsarchitecture-130207093535-phpapp01.pdf
 
High performance computing
High performance computingHigh performance computing
High performance computing
 
Parallel and Distributed Computing chapter 3
Parallel and Distributed Computing chapter 3Parallel and Distributed Computing chapter 3
Parallel and Distributed Computing chapter 3
 
CSA unit5.pptx
CSA unit5.pptxCSA unit5.pptx
CSA unit5.pptx
 
Multi core processors
Multi core processorsMulti core processors
Multi core processors
 
Intel new processors
Intel new processorsIntel new processors
Intel new processors
 
Study of various factors affecting performance of multi core processors
Study of various factors affecting performance of multi core processorsStudy of various factors affecting performance of multi core processors
Study of various factors affecting performance of multi core processors
 
Multi core processors
Multi core processorsMulti core processors
Multi core processors
 
Multiprocessor_YChen.ppt
Multiprocessor_YChen.pptMultiprocessor_YChen.ppt
Multiprocessor_YChen.ppt
 
Multiprocessor
MultiprocessorMultiprocessor
Multiprocessor
 
Central Processing Unit
Central Processing Unit Central Processing Unit
Central Processing Unit
 

Mehr von Mazin Alwaaly

Mehr von Mazin Alwaaly (20)

Pattern recognition voice biometrics
Pattern recognition voice biometricsPattern recognition voice biometrics
Pattern recognition voice biometrics
 
Pattern recognition palm print authentication system
Pattern recognition palm print authentication systemPattern recognition palm print authentication system
Pattern recognition palm print authentication system
 
Pattern recognition on line signature
Pattern recognition on line signaturePattern recognition on line signature
Pattern recognition on line signature
 
Pattern recognition multi biometrics using face and ear
Pattern recognition multi biometrics using face and earPattern recognition multi biometrics using face and ear
Pattern recognition multi biometrics using face and ear
 
Pattern recognition IRIS recognition
Pattern recognition IRIS recognitionPattern recognition IRIS recognition
Pattern recognition IRIS recognition
 
Pattern recognition hand vascular pattern recognition
Pattern recognition hand vascular pattern recognitionPattern recognition hand vascular pattern recognition
Pattern recognition hand vascular pattern recognition
 
Pattern recognition Hand Geometry
Pattern recognition Hand GeometryPattern recognition Hand Geometry
Pattern recognition Hand Geometry
 
Pattern recognition forensic dental identification
Pattern recognition forensic dental identificationPattern recognition forensic dental identification
Pattern recognition forensic dental identification
 
Pattern recognition fingerprints
Pattern recognition fingerprintsPattern recognition fingerprints
Pattern recognition fingerprints
 
Pattern recognition facial recognition
Pattern recognition facial recognitionPattern recognition facial recognition
Pattern recognition facial recognition
 
Pattern recognition ear as a biometric
Pattern recognition ear as a biometricPattern recognition ear as a biometric
Pattern recognition ear as a biometric
 
Pattern recognition 3d face recognition
Pattern recognition 3d face recognitionPattern recognition 3d face recognition
Pattern recognition 3d face recognition
 
Multimedia multimedia over wireless and mobile networks
Multimedia multimedia over wireless and mobile networksMultimedia multimedia over wireless and mobile networks
Multimedia multimedia over wireless and mobile networks
 
Multimedia network services and protocols for multimedia communications
Multimedia network services and protocols for multimedia communicationsMultimedia network services and protocols for multimedia communications
Multimedia network services and protocols for multimedia communications
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital libraries
 
Multimedia lossy compression algorithms
Multimedia lossy compression algorithmsMultimedia lossy compression algorithms
Multimedia lossy compression algorithms
 
Multimedia lossless compression algorithms
Multimedia lossless compression algorithmsMultimedia lossless compression algorithms
Multimedia lossless compression algorithms
 
Multimedia basic video compression techniques
Multimedia basic video compression techniquesMultimedia basic video compression techniques
Multimedia basic video compression techniques
 
Multimedia image compression standards
Multimedia image compression standardsMultimedia image compression standards
Multimedia image compression standards
 
Multimedia fundamental concepts in video
Multimedia fundamental concepts in videoMultimedia fundamental concepts in video
Multimedia fundamental concepts in video
 

Kürzlich hochgeladen

Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
gindu3009
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Sérgio Sacani
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Lokesh Kothari
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
Areesha Ahmad
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
AlMamun560346
 

Kürzlich hochgeladen (20)

Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learning
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 

Computer architecture multi core processor

  • 2. Introduction: What is Processor? • A processor is the logic circuitry that responds to and processes the basic instructions that drive a computer. The term processor has generally replaced the term central processing unit (CPU). The processor in a personal computer or embedded in small devices is often called a microprocessor .
  • 3. What Is Core? • Actually, a CORE is the part of something that is central to its existence or character. • Similarly, in computer system the CPU is referred as CORE. • Basically, there are two types of core processor: 1. Single Core Processor 2. Multi Core Processor
  • 4. Single Core processor It is a processor that has only one core, so it can only start one operation at a time. It can however in some situations start a new operation before the previous one is complete. Originally all processors were single core. Examples are Intel Pentium 4 670, AMD Athlon 64 FX-55.
  • 5. Multi Core Processor • A multi-core processor is one which combines two or more independent processors into a single package, often a single integrated circuit. Examples are Intel core i7, intel core 2 duo.
  • 6. Processor consists: • A single chip package that fits in a socket • Cores can have functional units, cache, etc. associated with them, just as today • Cores can be fast or slow, just as today • Shared resources • More cache • Other integration: Northbridge, memory controllers, high- speed serial links, etc. • One system interface for System Bus and System Memory
  • 7. Problems with Single Core a. To execute the tasks faster you must increase the clock time. b. Increasing clock times too high drastically increases power consumption and heat dissipation to extremely high levels, making the processor inefficient
  • 8. Multi Core solution A. Creating two cores or more on the same Die increases processing power while keeping clock speeds at an efficient level. B. A processor with 2 cores running at efficient clock speeds can process instructions with similar speed to a single core processor running at twice the clock speed, yet the dual core processor would still consume less energy.
  • 9. Why Multi-core? – Better Performance – For the Multi tasking – e.g. Burning CD with graphic works at the same time – Power consumption and Heat generation Caused from the advance of CPU clock speed
  • 10. Why Multi-core? • Save the room of motherboard • Two single cores → In one die – We can use this room more efficiently – Simplicity • We need additional systems to control the several single cores. – Economical efficiency • A dual-core is much cheaper than two single cores
  • 11. If multi means two or more, what types are there? A dual-core processor A quad-core processor contains two cores contains four cores
  • 12. Multicore Organization • Number of core processors on chip • Number of levels of cache on chip • Amount of shared cache
  • 13. Shared caches • As the trend moves from single-core to multi-core processors for the next computing performance leap, system architectures have several options for the organization of one of the most important system resources-the cache. Some architectures choose to keep the last-level cache private to each core for simplicity, while other architectures explore sharing the last-level cache among different cores for better performance/cost ratio and improved resource allocation.
  • 14. Benefits of the shared cache architecture • Figure 1 shows two processors (processor 0 and processor 1) sharing the same system bus and system memory. Inside each processor there are two CPU cores; each has its own private L1 cache while sharing the L2 cache. The benefits of such a shared cache system are many:
  • 15. Benefits of the shared cache architecture • Efficient usage of the last-level cache If one core idles, the other core takes all the shared cache • Reduces resource underutilization • Flexibility for programmers Allows more data-sharing opportunities for threads running on separate cores that are sharing cache • One core can pre-/post-process data for the other core • Alternative communication mechanisms between cores
  • 16. Benefits of the shared cache architecture (cont) • Reduce cache-coherency complexity Reduced false sharing because of the shared cache • Less workload to maintain coherency, compared to the private cache architecture • Reduce data-storage redundancy The same data only needs to be stored once
  • 17. Benefits of the shared cache architecture (cont) • Reduce front-side bus traffic Effective data sharing betw een cores allows data requests to be resolved at the shared-cache level instead of going all the way to the system memory
  • 19. Cache coherence • “For any given memory location, at any given (logical) time, there is either a single core that may write it (and that may also read it) or some number of cores that may read it.” Cache coherence: definition Two fundamental invariants: ● Single-Writer-Multiple-Reader (SWMR) ● Data-Value
  • 20. Cache Consistency • A specification of the allowed behavior of multithreaded programs executing with shared memory ● Multiple correct behaviors are usually allowed One fundamental: ● Out-of-Order execution
  • 21. Performance Enhancement • Pipelining concept used i.e. subsequent instruction begins to execute before completion of the previous one or allowing parallel processing.
  • 22. Performance Enhancement Contd. • Multithreading i.e. time is divided and interlaced between more than one thread to simulate simultaneous execution.
  • 23. Applications of Multicore • 3D Gaming • Database servers • Multimedia applications • Video editing • Powerful graphics solution • Encoding • Computer Aided Design (CAD)
  • 24. Advantages • Signals between different CPUs travel shorter distances, those signals degrade less. • These higher quality signals allow more data to be sent in a given time period since individual signals can be shorter and do not need to be repeated as often. • A dual-core processor uses slightly less power than two coupled single-core processors. • More features can be added to the computer
  • 25. Disadvantages •They do not work at twice the speed as a normal processor. They get only 60-80% more speed. •The speed that the computer works at depends on what the user is doing with it. •They cost more than single core processors. •They are more difficult to manage thermally than lower- density single-core processors.
  • 26. EXAMPLES  dual-core processor with 2 cores e.g. AMD Phenom II X2, Intel Core 2 Duo E8500  quad-core processor with 4 cores e.g. AMD Phenom II X4, Intel Core i5 2500T)  hexa-core processor with 6 cores e.g. AMD Phenom II X6, Intel Core i7 Extreme Ed. 980X  octa-core processor with 8 cores e.g. AMD FX-8150, Intel Xeon E7-2820