Flynn's Classification
Flynn's Classification
Flynn's Classification
com/subject/Computer-Architecture_140/) |
Flynn's Classification
Flynn's Classification
Posted On : 23.02.2017 05:05 pm
In 1966, Michael Flynn proposed a classification for computer architectures based on the number of instruction steams and data streams (Flynn’s Taxonomy).
FLYNN'S CLASSIFICATION
In 1966, Michael Flynn proposed a classification for computer architectures based on the number of instruction steams and data streams
(Flynn’s Taxonomy).
· Flynn uses the stream concept for describing a machine's structure.
· A stream simply means a sequence of items (data or instructions).
· The classification of computer architectures based on the number of instruction steams and data streams (Flynn’s Taxonomy).
Flynn’s Taxonomy
SISD
· SISD corresponds to the traditional mono-processor ( von Neumann computer). A single data stream is being processed by one
instruction stream
· A single-processor computer (uni-processor) in which a single stream of instructions is generated from the program.
SIMD
· Each instruction is executed on a different set of data by different processors i.e multiple processing units of the same type process on
multiple-data streams.
MISD
· MISD (Multiple-Instruction streams, Singe-Data stream)
· Each processor executes a different sequence of instructions.
· In case of MISD computers, multiple processing units operate on one single-data stream .
· In practice, this kind of organization has never been used
MIMD
· This last machine type builds the group for the traditional multi-processors. Several processing units operate on multiple-data streams
Custom Search
ENGINEERING (http://www.brainkart.com/?for=subject&ref3=engineering)