in Distributed Computing recategorized by
5,616 views
4 votes
4 votes

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

  1. Cloud computing
  2. Parallel computing 
  3. Cluster computing 
  4. Peer-to-peer computing 
in Distributed Computing recategorized by
5.6k views

2 Answers

4 votes
4 votes
Best answer

ans should be B

rest are different types of distributed computing 

The two concepts parallel computing and distributed computing  are very closely related; they mostly come from very different backgrounds. 

Parallel computing means that different activities happen at the same time. The term was mostly used in scientific computing (consumer computers until very recently simply were not parallel) where it typically means: spread out a single application over many many cores/processors/processes to get it done bigger/faster. Current big parallel computers have 100 thousand to a million parallel processors/cores/threads/whatever.

Distributed computing comes from the business world where you have distributed systems such as airline reservation systems, where many people access and modify the same data at the same time. The machinery involved here is typically much looser coupled, and the activities in a distributed system are typically far less synchronized

selected by
1 vote
1 vote
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true