Parallel and Distributed Computing Lecture 03
Parallel and Distributed Computing Lecture 03
and Distributed
Computing
Lecture # 03
Spring 2021
FAST – NUCES, Faisalabad Campus
Agenda
2
A Quick Review
Multi-processor vs Multi-computer
Flynn’s Taxonomy
SISD
MISD
SIMD
MIMD
Physical Organization of Parallel Platforms
PRAM
Routing techniques and Costs
Interconnections for Parallel platforms
Multiprocessor
Centralized multiprocessor
Distributed multiprocessor
Shared address space(NUMA) vs Shared memory(UMA)
Multicomputer
Asymmetrical
Symmetrical
Cluster vs Network of Workstations
i. Centralized Multi-processor
Additional CPUs are attached
to the system bus, and all the
processors share the same
primary memory
All the memory is at one place
and has the same access time
from every processor
Also known as UMA(Uniform
Memory Access) multi-
processor or SMP (symmetrical
Multi-processor )
14
Questions