SlideShare a Scribd company logo
1 of 18
Multiprocessor Architecture
Types and Limitations
12/09/14 Arpan Baishya 14MCA0015
Contents
 Introduction to Multiprocessing Systems
 Types of Multiprocessing Systems
 Interconnection Structures
 Advantages of Multiprocessing
12/09/14 Arpan Baishya 14MCA0015
Introduction
 Multiprocessing is the use of two or more central processing units (CPUs) within a
single computer system. The term also refers to the ability of a system to support
more than one processor and/or the ability to allocate tasks between them.
 The term ‘processor’ in multiprocessor can mean either a CPU or an input-output
processor (IOP).
 There are some similarities between multiprocessor and multicomputer systems
since both support concurrent operations. However, there exists an important
distinction between the two.
 In case of multicomputer systems, several autonomous computers are connected
through a network that may or may not communicate with each other. On the
other hand, in a multiprocessor system, processors interact with each other
through an operating system and cooperate in the solution of a problem.
12/09/14 Arpan Baishya 14MCA0015
Classification
Multiprocessors are classified by the way their memory is organized. There
are two main kinds of multiprocessing systems:-
 Tightly Coupled Systems
 Loosely Coupled Systems
12/09/14 Arpan Baishya 14MCA0015
Tightly Coupled Systems
 A multiprocessor system with common shared memory is classified as a shared-
memory or tightly coupled multiprocessor. This does not prevent each processor
from having its own local memory.
 In fact, most commercial tightly coupled multiprocessors provide a cache memory
with each CPU. In addition, there is a global common memory that all CPUs can
access. Information can be therefore be shared among the CPUs by placing it in
the common global memory.
 Symmetric multiprocessing (SMP) involves a multiprocessor system architecture
where two or more identical processors connect to a single, shared main memory,
have full access to all I/O devices, and are controlled by a single operating system
instance that treats all processors equally, reserving none for special purposes.
12/09/14 Arpan Baishya 14MCA0015
Diagram
12/09/14 Arpan Baishya 14MCA0015
UMA & NUMA
 Uniform memory access (UMA) is a shared memory architecture used in parallel
computers. All the processors in the UMA model share the physical memory
uniformly. The UMA model is suitable for general purpose and time sharing
applications by multiple users.
 Non-uniform memory access (NUMA) is a computer memory design used in
multiprocessing, where the memory access time depends on the memory location
relative to the processor. Under NUMA, a processor can access its own local
memory faster than non-local memory (memory local to another processor or
memory shared between processors).
12/09/14 Arpan Baishya 14MCA0015
Opteron
12/09/14 Arpan Baishya 14MCA0015
Opteron is AMD's x86 server and
workstation processor line, and was
the first processor which supported
the AMD64 instruction set
architecture (known generically as
x86-64).
The Opteron is a Non-Uniform
Memory Access (NUMA)
architecture.
Loosely Coupled Systems
 An alternative model of microprocessor is the distributed memory or loosely
coupled system. Each processor element in a loosely coupled system has its own
private local memory.
 The processors are tied together by a switching scheme designed to route
information from one processor to another through a message-passing scheme.
 Loosely coupled systems are most efficient when the interaction between tasks is
minimal unlike tightly coupled systems can tolerate a higher degree of interaction
between tasks.
12/09/14 Arpan Baishya 14MCA0015
Beowulf Cluster
12/09/14 Arpan Baishya 14MCA0015
The Borg, a 52-node Beowulf
cluster, is an example of a
loosely-coupled system. It is a
high-performance parallel
computing cluster from
inexpensive personal computer
hardware.
Pros and Cons
12/09/14 Arpan Baishya 14MCA0015
Tightly Coupled Systems Loosely Coupled Systems
Tightly-coupled systems perform better
and are physically smaller than loosely-
coupled systems, but have historically
required greater initial investments and
may depreciate rapidly.
On the other hand, nodes in a loosely
coupled system are usually inexpensive
commodity computers and can be
recycled as independent machines
upon retirement from the cluster.
Tightly coupled systems tend to be
much more energy efficient than
clusters. Considerable economy can be
realized by designing components to
work together from the beginning in
tightly coupled systems
Loosely coupled systems use
components that were not necessarily
intended specifically for use in such
systems.
Interconnection Structures
Some of the physical forms available for establishing an interconnection
network between the components of a multiprocessor system are:
 Time-shared common bus
 Multiport memory
 Crossbar switch
12/09/14 Arpan Baishya 14MCA0015
Time-Shared Common Bus
12/09/14 Arpan Baishya 14MCA0015
Memory
Unit
CPU 1 CPU 2 CPU 3 IOP 1 IOP 2
Multiport Memory
12/09/14 Arpan Baishya 14MCA0015
MM 1 MM 2 MM 3 MM 4
CPU 1
CPU 2
CPU 3
CPU 4
Crossbar Switch
12/09/14 Arpan Baishya 14MCA0015
MM 1 MM 2 MM 3 MM 4
CPU 1
CPU 2
CPU 3
CPU 4
Advantages of Multiprocessing
 A benefit derived from multiprocessing is improved system performance. This
happens because computations can proceed in parallel in one of two ways:-
a) Multiple independent jobs can be made to operate in parallel.
b) A single job can be partitioned into multiple parallel tasks.
 Increased Reliability: A failure or error in one part has a limited effect on the rest
of the system. If a fault causes one processor to fail, a second processor can be
assigned to perform the functions of the disabled processor.
 Increased Throughput: An increase in the number of processors completes the
work in less time. It is important to note that doubling the number of processors
does not halve the time to complete a job.
12/09/14 Arpan Baishya 14MCA0015
References
 Computer System Architecture, 3rd Edition by M. Morris Mano, Pearson Education
 Computer Architecture-A Quantitative Approach, 4th Edition by Hennessy and
Patterson
 http://en.wikipedia.org/wiki/Multiprocessing
 http://en.wikipedia.org/wiki/Symmetric_multiprocessing
12/09/14 Arpan Baishya 14MCA0015
Thank You! 
12/09/14 Arpan Baishya 14MCA0015

More Related Content

What's hot

multiprocessors and multicomputers
 multiprocessors and multicomputers multiprocessors and multicomputers
multiprocessors and multicomputersPankaj Kumar Jain
 
Cache coherence problem and its solutions
Cache coherence problem and its solutionsCache coherence problem and its solutions
Cache coherence problem and its solutionsMajid Saleem
 
Centralized shared memory architectures
Centralized shared memory architecturesCentralized shared memory architectures
Centralized shared memory architecturesGokuldhev mony
 
Query Decomposition and data localization
Query Decomposition and data localization Query Decomposition and data localization
Query Decomposition and data localization Hafiz faiz
 
Virtual memory
Virtual memoryVirtual memory
Virtual memoryAnuj Modi
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system modelHarshad Umredkar
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed SystemSunita Sahu
 
Introduction to Parallel Computing
Introduction to Parallel ComputingIntroduction to Parallel Computing
Introduction to Parallel ComputingAkhila Prabhakaran
 
Computer architecture multi processor
Computer architecture multi processorComputer architecture multi processor
Computer architecture multi processorMazin Alwaaly
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management systemPooja Dixit
 
Modes Of Transfer in Input/Output Organization
Modes Of Transfer in Input/Output OrganizationModes Of Transfer in Input/Output Organization
Modes Of Transfer in Input/Output OrganizationMOHIT AGARWAL
 
Multivector and multiprocessor
Multivector and multiprocessorMultivector and multiprocessor
Multivector and multiprocessorKishan Panara
 

What's hot (20)

Parallel processing
Parallel processingParallel processing
Parallel processing
 
multiprocessors and multicomputers
 multiprocessors and multicomputers multiprocessors and multicomputers
multiprocessors and multicomputers
 
Distributed System ppt
Distributed System pptDistributed System ppt
Distributed System ppt
 
Amdahl`s law -Processor performance
Amdahl`s law -Processor performanceAmdahl`s law -Processor performance
Amdahl`s law -Processor performance
 
Multiprocessing operating systems
Multiprocessing operating systemsMultiprocessing operating systems
Multiprocessing operating systems
 
Cache coherence problem and its solutions
Cache coherence problem and its solutionsCache coherence problem and its solutions
Cache coherence problem and its solutions
 
Centralized shared memory architectures
Centralized shared memory architecturesCentralized shared memory architectures
Centralized shared memory architectures
 
Query Decomposition and data localization
Query Decomposition and data localization Query Decomposition and data localization
Query Decomposition and data localization
 
Virtual memory
Virtual memoryVirtual memory
Virtual memory
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system model
 
Replication in Distributed Systems
Replication in Distributed SystemsReplication in Distributed Systems
Replication in Distributed Systems
 
Distributed Operating System_4
Distributed Operating System_4Distributed Operating System_4
Distributed Operating System_4
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed System
 
Introduction to Parallel Computing
Introduction to Parallel ComputingIntroduction to Parallel Computing
Introduction to Parallel Computing
 
Computer architecture multi processor
Computer architecture multi processorComputer architecture multi processor
Computer architecture multi processor
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management system
 
Multiprocessor system
Multiprocessor system Multiprocessor system
Multiprocessor system
 
Modes Of Transfer in Input/Output Organization
Modes Of Transfer in Input/Output OrganizationModes Of Transfer in Input/Output Organization
Modes Of Transfer in Input/Output Organization
 
Parallel Algorithms
Parallel AlgorithmsParallel Algorithms
Parallel Algorithms
 
Multivector and multiprocessor
Multivector and multiprocessorMultivector and multiprocessor
Multivector and multiprocessor
 

Similar to Multiprocessor architecture

Lecture 6
Lecture  6Lecture  6
Lecture 6Mr SMAK
 
Lecture 6
Lecture  6Lecture  6
Lecture 6Mr SMAK
 
Lecture 6
Lecture  6Lecture  6
Lecture 6Mr SMAK
 
Non-Uniform Memory Access ( NUMA)
Non-Uniform Memory Access ( NUMA)Non-Uniform Memory Access ( NUMA)
Non-Uniform Memory Access ( NUMA)Nakul Manchanda
 
Concepts of o s chapter 1
Concepts of o s  chapter 1Concepts of o s  chapter 1
Concepts of o s chapter 1cathline44
 
Symmetric multiprocessing and Microkernel
Symmetric multiprocessing and MicrokernelSymmetric multiprocessing and Microkernel
Symmetric multiprocessing and MicrokernelManoraj Pannerselum
 
parallel computing.ppt
parallel computing.pptparallel computing.ppt
parallel computing.pptssuser413a98
 
Multiprocessor structures
Multiprocessor structuresMultiprocessor structures
Multiprocessor structuresShareb Ismaeel
 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Subhajit Sahu
 
Computer's clasification
Computer's clasificationComputer's clasification
Computer's clasificationMayraChF
 
CS403: Operating System : Lec 7 OS Properties.pptx
CS403: Operating System : Lec 7 OS Properties.pptxCS403: Operating System : Lec 7 OS Properties.pptx
CS403: Operating System : Lec 7 OS Properties.pptxAsst.prof M.Gokilavani
 
OS M1.1.pptx
OS M1.1.pptxOS M1.1.pptx
OS M1.1.pptxbleh23
 
Unit vos - File systems
Unit vos - File systemsUnit vos - File systems
Unit vos - File systemsdonny101
 

Similar to Multiprocessor architecture (20)

Lecture 6
Lecture  6Lecture  6
Lecture 6
 
Lecture 6
Lecture  6Lecture  6
Lecture 6
 
Lecture 6
Lecture  6Lecture  6
Lecture 6
 
Non-Uniform Memory Access ( NUMA)
Non-Uniform Memory Access ( NUMA)Non-Uniform Memory Access ( NUMA)
Non-Uniform Memory Access ( NUMA)
 
Multi processor
Multi processorMulti processor
Multi processor
 
Concepts of o s chapter 1
Concepts of o s  chapter 1Concepts of o s  chapter 1
Concepts of o s chapter 1
 
Symmetric multiprocessing and Microkernel
Symmetric multiprocessing and MicrokernelSymmetric multiprocessing and Microkernel
Symmetric multiprocessing and Microkernel
 
Lecture 14
Lecture 14Lecture 14
Lecture 14
 
parallel computing.ppt
parallel computing.pptparallel computing.ppt
parallel computing.ppt
 
Multiprocessor structures
Multiprocessor structuresMultiprocessor structures
Multiprocessor structures
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Parallel Processing.pptx
Parallel Processing.pptxParallel Processing.pptx
Parallel Processing.pptx
 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)
 
Computer's clasification
Computer's clasificationComputer's clasification
Computer's clasification
 
CS403: Operating System : Lec 7 OS Properties.pptx
CS403: Operating System : Lec 7 OS Properties.pptxCS403: Operating System : Lec 7 OS Properties.pptx
CS403: Operating System : Lec 7 OS Properties.pptx
 
NUMA
NUMANUMA
NUMA
 
OS M1.1.pptx
OS M1.1.pptxOS M1.1.pptx
OS M1.1.pptx
 
PowerAlluxio
PowerAlluxioPowerAlluxio
PowerAlluxio
 
Cmp cache architectures a survey
Cmp cache architectures   a surveyCmp cache architectures   a survey
Cmp cache architectures a survey
 
Unit vos - File systems
Unit vos - File systemsUnit vos - File systems
Unit vos - File systems
 

Recently uploaded

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Recently uploaded (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Multiprocessor architecture

  • 1. Multiprocessor Architecture Types and Limitations 12/09/14 Arpan Baishya 14MCA0015
  • 2. Contents  Introduction to Multiprocessing Systems  Types of Multiprocessing Systems  Interconnection Structures  Advantages of Multiprocessing 12/09/14 Arpan Baishya 14MCA0015
  • 3. Introduction  Multiprocessing is the use of two or more central processing units (CPUs) within a single computer system. The term also refers to the ability of a system to support more than one processor and/or the ability to allocate tasks between them.  The term ‘processor’ in multiprocessor can mean either a CPU or an input-output processor (IOP).  There are some similarities between multiprocessor and multicomputer systems since both support concurrent operations. However, there exists an important distinction between the two.  In case of multicomputer systems, several autonomous computers are connected through a network that may or may not communicate with each other. On the other hand, in a multiprocessor system, processors interact with each other through an operating system and cooperate in the solution of a problem. 12/09/14 Arpan Baishya 14MCA0015
  • 4. Classification Multiprocessors are classified by the way their memory is organized. There are two main kinds of multiprocessing systems:-  Tightly Coupled Systems  Loosely Coupled Systems 12/09/14 Arpan Baishya 14MCA0015
  • 5. Tightly Coupled Systems  A multiprocessor system with common shared memory is classified as a shared- memory or tightly coupled multiprocessor. This does not prevent each processor from having its own local memory.  In fact, most commercial tightly coupled multiprocessors provide a cache memory with each CPU. In addition, there is a global common memory that all CPUs can access. Information can be therefore be shared among the CPUs by placing it in the common global memory.  Symmetric multiprocessing (SMP) involves a multiprocessor system architecture where two or more identical processors connect to a single, shared main memory, have full access to all I/O devices, and are controlled by a single operating system instance that treats all processors equally, reserving none for special purposes. 12/09/14 Arpan Baishya 14MCA0015
  • 7. UMA & NUMA  Uniform memory access (UMA) is a shared memory architecture used in parallel computers. All the processors in the UMA model share the physical memory uniformly. The UMA model is suitable for general purpose and time sharing applications by multiple users.  Non-uniform memory access (NUMA) is a computer memory design used in multiprocessing, where the memory access time depends on the memory location relative to the processor. Under NUMA, a processor can access its own local memory faster than non-local memory (memory local to another processor or memory shared between processors). 12/09/14 Arpan Baishya 14MCA0015
  • 8. Opteron 12/09/14 Arpan Baishya 14MCA0015 Opteron is AMD's x86 server and workstation processor line, and was the first processor which supported the AMD64 instruction set architecture (known generically as x86-64). The Opteron is a Non-Uniform Memory Access (NUMA) architecture.
  • 9. Loosely Coupled Systems  An alternative model of microprocessor is the distributed memory or loosely coupled system. Each processor element in a loosely coupled system has its own private local memory.  The processors are tied together by a switching scheme designed to route information from one processor to another through a message-passing scheme.  Loosely coupled systems are most efficient when the interaction between tasks is minimal unlike tightly coupled systems can tolerate a higher degree of interaction between tasks. 12/09/14 Arpan Baishya 14MCA0015
  • 10. Beowulf Cluster 12/09/14 Arpan Baishya 14MCA0015 The Borg, a 52-node Beowulf cluster, is an example of a loosely-coupled system. It is a high-performance parallel computing cluster from inexpensive personal computer hardware.
  • 11. Pros and Cons 12/09/14 Arpan Baishya 14MCA0015 Tightly Coupled Systems Loosely Coupled Systems Tightly-coupled systems perform better and are physically smaller than loosely- coupled systems, but have historically required greater initial investments and may depreciate rapidly. On the other hand, nodes in a loosely coupled system are usually inexpensive commodity computers and can be recycled as independent machines upon retirement from the cluster. Tightly coupled systems tend to be much more energy efficient than clusters. Considerable economy can be realized by designing components to work together from the beginning in tightly coupled systems Loosely coupled systems use components that were not necessarily intended specifically for use in such systems.
  • 12. Interconnection Structures Some of the physical forms available for establishing an interconnection network between the components of a multiprocessor system are:  Time-shared common bus  Multiport memory  Crossbar switch 12/09/14 Arpan Baishya 14MCA0015
  • 13. Time-Shared Common Bus 12/09/14 Arpan Baishya 14MCA0015 Memory Unit CPU 1 CPU 2 CPU 3 IOP 1 IOP 2
  • 14. Multiport Memory 12/09/14 Arpan Baishya 14MCA0015 MM 1 MM 2 MM 3 MM 4 CPU 1 CPU 2 CPU 3 CPU 4
  • 15. Crossbar Switch 12/09/14 Arpan Baishya 14MCA0015 MM 1 MM 2 MM 3 MM 4 CPU 1 CPU 2 CPU 3 CPU 4
  • 16. Advantages of Multiprocessing  A benefit derived from multiprocessing is improved system performance. This happens because computations can proceed in parallel in one of two ways:- a) Multiple independent jobs can be made to operate in parallel. b) A single job can be partitioned into multiple parallel tasks.  Increased Reliability: A failure or error in one part has a limited effect on the rest of the system. If a fault causes one processor to fail, a second processor can be assigned to perform the functions of the disabled processor.  Increased Throughput: An increase in the number of processors completes the work in less time. It is important to note that doubling the number of processors does not halve the time to complete a job. 12/09/14 Arpan Baishya 14MCA0015
  • 17. References  Computer System Architecture, 3rd Edition by M. Morris Mano, Pearson Education  Computer Architecture-A Quantitative Approach, 4th Edition by Hennessy and Patterson  http://en.wikipedia.org/wiki/Multiprocessing  http://en.wikipedia.org/wiki/Symmetric_multiprocessing 12/09/14 Arpan Baishya 14MCA0015
  • 18. Thank You!  12/09/14 Arpan Baishya 14MCA0015