RTUComputer ScienceYr 2024 · Sem 62024

Q3Distributed System

Question

2 marks

Differentiate between multiprocessor and multicomputer systems.

Answer

A multiprocessor architecture shares a single massive physical RAM module, whereas a multicomputer architecture assigns strictly independent, private RAM to every single processor.

In a Multiprocessor (Tightly Coupled) system, all CPUs physically wire into exactly one shared RAM address space, allowing blistering-fast communication via shared variables. In a Multicomputer (Loosely Coupled / Distributed) system, each node possesses its own private physical RAM and must violently communicate over an Ethernet network via Message Passing.

Back to Paper