- The inter-connection networks of the
shared-memory MIMD
computer connects:
- a CPU to a memory module or
- a memory module to a CPU
|
Data moved:
- The data transfered in
shared-memory MIMD
computer is:
- a memory address
from a CPU to a memory module or
- a word (stored in memory)
from a memory module to a CPU
- The amount of data transfer is
fixed size
|
- The inter-connection networks of the
message-passing MIMD
computer connects
- a SISD computer to another SISD computer
|
Data moved:
- The data transfered
in
Message-passing MIMD
computer is:
- a message
from a computer to another computer
- The amount of data transfer is
variable size
|
|