Parallel Computers
Parallel Computers
Parallel
Computing
Presented By :-
Serial Computing
Parallel Computer
In the simplest sense, parallel computing is the
simultaneous use of multiple compute resources to solve
a computational problem.
To be run using multiple CPUs
A problem is broken into discrete parts that can be solved
concurrently
Each part is further broken down to a series of instructions
Parallel Computing
Shared-Memory
Multiprocessor
The processor in multiprocessors system
communicate with each other through shared
variable in common memory.
It is a computer system composed of multiple
independent processors that executes on different
instruction stream.
Message-Passing
Multicomputer
Each computer node in a multicomputer system
has a local memory, unshared with other nodes.
Interprocessor communication is done through
message passing amoung the nodes.
Flynn's classification
Michal Flynn's(1972) introduced a classification of
various computers architecture based on instruction
and data stream.
Memory Architecture
Shared Memory
Distributed Memory
Hybrid Distributed-Shared Memory
Thank
You..!