MIMD is the computing pattern, typical in parallel computing systems. Bus is the connection between CPU and memory/other CPU.
In computing, MIMD (Multiple Instruction stream, Multiple Data stream) is a technique employed to achieve parallelism. Shared Memory Model Bus-based
Distributed memory It is not economically feasible to connect a large number of processors directly to each other. This type of design can be inefficient because of the added time required to pass a message from one processor to another along the message path. Systems were designed to reduce this time loss and hypercube and mesh are among two of the popular interconnection schemes. Machines using MIMD have a number of processors that function asynchronously and independently. |
没有评论:
发表评论