Question:

Which of the following computing models is not an example of a distributed computing environment?

Show Hint

Parallel computing is different from distributed computing because it involves shared memory, whereas distributed systems communicate via networked nodes.
Updated On: Feb 6, 2025
  • Cloud computing
  • Parallel computing
  • Cluster computing
  • Peer-to-peer computing
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation


Step 1:
Understanding Distributed Computing Environments
A distributed computing system consists of multiple independent processors working together by communicating over a network. It includes:
- Cloud computing: Uses distributed resources on the internet.
- Cluster computing: Groups of interconnected computers working as a single system.
- Peer-to-peer (P2P) computing: A decentralized model where nodes share resources.
Step 2:
Why Parallel Computing is Not Distributed Computing?
- Parallel computing involves multiple processors sharing the same memory and working on a task simultaneously.
- It differs from distributed computing, where memory is not shared, and communication happens via a network.
Step 3:
Evaluating the Options
- (A) Incorrect: Cloud computing is a distributed model.
- (B) Correct: Parallel computing is not distributed since it involves shared memory.
- (C) Incorrect: Cluster computing is a type of distributed computing.
- (D) Incorrect: Peer-to-peer computing is also a distributed model.
Was this answer helpful?
0
0