2 2 votes In a distributed computing environment, distributed shared memory is used which is Logical combination of virtual memories on the nodes. Logical combination of physical memories on the nodes. Logical combination of the secondary memories on all the nodes. All of the above Distributed Computing ugcnetcse-dec2014-paper3 distributed-computing + – Misbah Ghaya 4.8k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes ans should be B only physical memory is combined logically in distributed system In computer science, distributed 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. Sanjay Sharma answered Jul 30, 2016 Sanjay Sharma comment Share Follow 0 reply Please log in or register to add a comment.