Why is the NUMA design more scalable than the UMA design?

a) NUMA systems are loosely coupled, whereas UMA systems are tightly coupled.
b) NUMA systems reduce bus collisions when each processor's local memory services most of the processor's memory requests. By contrast, UMA systems can saturate the shared bus quickly.
c) NUMA systems use more than one memory module, whereas UMA systems use only one.
d) Memory access time is faster in NUMA systems than in UMA systems.

b) NUMA systems reduce bus collisions when each processor's local memory services most of the processor's memory requests. By contrast, UMA systems can saturate the shared bus quickly.

Computer Science & Information Technology

You might also like to view...

How do you create a custom template? Once you do, how do you make sure it shows on the File tab?

What will be an ideal response?

Computer Science & Information Technology

When applying the design principle of __________ related items are grouped together

a. linear b. proximity c. repetition d. alignment

Computer Science & Information Technology