recategorized by
4,776 views
2 2 votes

In a distributed computing environment, distributed shared memory is used which is 

  1. Logical combination of virtual memories on the nodes.
  2. Logical combination of physical memories on the nodes.​
  3. Logical combination of the secondary memories on all the nodes.
  4. All of the above 

1 Answer

0 0 votes

ans should be B only physical memory is combined logically in distributed system

In computer sciencedistributed shared memory (DSM) is a form of memory architecture where the (physically separate) memories can be addressed as one (logically shared) address space. Here, the term "shared" does not mean that there is a single centralized memory but "shared" essentially means that the address space is shared (same physical address on two processors refers to the same location in memory).[1]:201 Distributed global address space (DGAS), is a similar term for a wide class of software and hardware implementations, in which each node of a cluster has access to shared memory in addition to each node's non-shared private memory.

Answer:
Position:
Show:

Related questions

4 4 votes
2 answers 2 answers
7.1k
7.1k views
Misbah Ghaya asked Aug 2, 2016
7,065 views
Which of the following computing models is not an example of distributed computing environment ?Cloud computingParallel computing Cluster computing Peer-to-peer computing
2 2 votes
1 1 answer
2.7k
2.7k views
Misbah Ghaya asked Jul 25, 2016
2,694 views
Consider the following statements :I. Re-construction operation used in mixed fragmentation satisfies commutative rule.II. Re-construction operation used in vertical frag...
2 2 votes
1 answers 1 answer
3.9k
3.9k views
go_editor asked Aug 20, 2016
3,868 views
Suppose that the time to do a null remote procedure call (RPC) (i.e., 0 data bytes) is 1.0 msec with an additional 1.5 msec for every 1K of data. How long does it take to...
0 0 votes
1 1 answer
2.4k
2.4k views
Misbah Ghaya asked Jun 27, 2016
2,405 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....