MIMD
| Related architectures | ||
| Single Instruction | Multiple Instruction | |
| Single Data | SISD | MISD |
| Multiple Data | SIMD | MIMD |
Multiple Instruction Multiple Data (MIMD) is a type of parallel computing architecture where many functional units perform different operations on different data. Examples would be a multiprocessor or transputer computer, or a network of workstations.
