CPU Parallel Processing Architectures: SIMD, MISD, MIMD
In 1966, Micheal Flynn classified computer architectures based on the concepts of instruction and data streams, known as Flynn’s taxonomy. Flynn categorized computers into four basic types as follows: Single Instruction Single Data (SISD) systems Single Instruction Multiple Data (SIMD) systems Multiple Instruction Single Data (MISD) systems Multiple Instruction Multiple Data (MIMD) systems Single Instruction … Read more