- Shared memory
parallel processors:
- All processors (CPUs)
use (= share) the
same memory
- All processors (CPUs)
use (= share) the
same disks
|
Graphically:
Note:
- Shared memory processors
are very expensive to
build:
- You need a high bandwidth
switching network to
connect the (shared) memory to
all the processoes
|
|
- Shared disk
parallel processors:
- Each processor (CPUs)
uses its
own memory
- All processors (CPUs)
use (= share) the
same disks
|
Graphically:
- Shared nothing
parallel processors:
- Each processor (CPUs)
uses its
own memory
- Each processor (CPUs)
uses its
own disk drives
|
Graphically:
Note:
- Shared nothing processors
are very cheap to
build:
- You can use a Ethernet router
as switching network to
connect the (stand-alone) computers
|
|
|