Question
a. Values tend to be computed well in advance before they are used. b. The control structure is somewhat ambiguous, making it difficult to predict
a. Values tend to be computed well in advance before they are used.
b. The control structure is somewhat ambiguous, making it difficult to predict which data will be needed by each processor beforehand.
In a Shared Memory Architecture, multiple processors can read and write data from the same location. Message Passing Architecture allows an alternate method for communication and movement of data among multiprocessors (compared to shared memory multiprocessor systems): There is no global memory so it provides a way to move data from one local memory to another by means of message passing. With all other factors being constant, for the following programs, would a shared memory multiprocessor or a message-passing multiprocessor be a better choice?
Step by Step Solution
3.36 Rating (162 Votes )
There are 3 Steps involved in it
Step: 1
Shared memory architecture In a shared memory architecture devices exchange information by writing to and reading from a pool of shared memoryUnlike a shared bus architecture in a shared memory archit...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started