Processors in a shared memory multiprocessor __________ .

A. access individual memory only
B. are provided access to a single shared memory
C. communicate via message passing
D. have limited access to shared variables

Answer :

Answer:

B

Explanation:

In shared memory multiprocessor, all the processors share a common memory and communicate with each other through that memory. All the processors have their own local caches which are all interconnected with each other and common memory.

Other Questions