Multiple instruction, multiple data: Difference between revisions

Content deleted Content added
vague, old
Tag: possible vandalism
Line 18:
MIMD machines with shared memory have processors which share a common, central memory. In the simplest form, all processors are attached to a bus which connects them to memory.
Means that every machines with shared memory share a specific CM.
common bus system for all the clients.
for example we considered a bus with clients A,B,C on one side ans P,Q,R another side.
any client with communicate with any one with the help of the bus interface between them.
 
=== Hierarchical ===