Virtual Shared Memory

Why Trust Techopedia

What Does Virtual Shared Memory Mean?

Virtual shared memory (VSM) is a technique through which multiple processors within a distributed computing architecture are provided with an abstract shared memory. It is a data processing technique designed to eliminate the additional processor-to-processor communication required within distributed computing, such as when the new value of a global variable changed by a processor must be passed to other processors.

Advertisements

Techopedia Explains Virtual Shared Memory

VSM is implemented through a programming model, where software creates and manages all of the communication between the processors and the memory. VSM is implemented on a distributed computing environment, but provides the connected processors with the impression that they are in a shared memory environment (a single memory shared between multiple processors). It is primarily implemented to provide a uniform value of the data being processed within the memory to all connected processors.

For example, if a processor is changing/altering the variable X, all other processors working on the same variable will see the new value.

Advertisements

Related Terms

Margaret Rouse
Technology expert
Margaret Rouse
Technology expert

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.