Question:

Which of the following statements is true about the distributed system?

Show Hint

A distributed system consists of asynchronous processors that communicate via message passing and do not share memory.
Updated On: Feb 6, 2025
  • All processors are not synchronized
  • It is a collection of processors
  • They do not share memory
  • Both (a) and (c)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation


Step 1:
Understanding Distributed Systems
A distributed system consists of multiple independent processors that:
- Work together to achieve a common goal.
- Do not share a single physical memory.
- Communicate via message passing.
- Operate asynchronously.
Step 2:
Evaluating the Statements
- (A) Correct: In a distributed system, processors operate asynchronously, meaning they are not always synchronized.
- (B) Incorrect: While a distributed system consists of multiple processors, the statement is vague and does not highlight key properties.
- (C) Correct: Processors in a distributed system do not share memory; instead, they communicate through networks.
- (D) Correct: Since both (a) and (c) are correct, this is the best answer.
Was this answer helpful?
0
0