recategorized by
5,864 views

2 Answers

Best answer
4 votes
4 votes

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 votes
1 votes
Answer:

Related questions

4.3k
views
1 answers
2 votes
makhdoom ghaya asked Jul 30, 2016
4,326 views
In a distributed computing environment, distributed shared memory is used which is Logical combination of virtual memories on the nodes.Logical combination of physical ... of the secondary memories on all the nodes.All of the above
2.1k
views
1 answers
2 votes
makhdoom ghaya asked Jul 25, 2016
2,108 views
Consider the following statements :I. Re-construction operation used in mixed fragmentation satisfies commutative rule.II. Re-construction operation used in vertical ... $II$ Both are correct None of the statements are correct.
1.9k
views
1 answers
0 votes
makhdoom ghaya asked Jun 27, 2016
1,931 views
Object Request Broker (ORB) isI. A software program that runs on the client as well as on the application server.II. A software program that runs on the client side only.III. A software ... I$, $II$ & $III$I$ & $II$ $II$ & $III$ $I$ only
3.0k
views
1 answers
2 votes
makhdoom ghaya asked Jul 24, 2016
3,027 views
Location transparency allows:I. Users to treat the data as if it is done at one location.II. Programmers to treat the data as if it is at one location.III. Managers to treat the ... $III$ $I$ and $II$ only $II$ and $III$ only$II$ only