Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Memory management
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Systems with virtual memory == {{main|Memory protection|Shared memory (interprocess communication)}} [[Virtual memory]] is a method of decoupling the memory organization from the physical hardware. The applications operate on memory via ''virtual addresses''. Each attempt by the application to access a particular virtual memory address results in the virtual memory address being translated to an actual ''physical address''.<ref>{{cite book |last1=Tanenbaum |first1=Andrew S. |title=Modern Operating Systems |date=1992 |publisher=Prentice-Hall |location=Englewood Cliffs, N.J. |isbn=0-13-588187-0 |page=90}}</ref> In this way the addition of virtual memory enables granular control over memory systems and methods of access. In virtual memory systems the operating system limits how a [[Process (computing)|process]] can access the memory. This feature, called [[memory protection]], can be used to disallow a process to read or write to memory that is not allocated to it, preventing malicious or malfunctioning code in one program from interfering with the operation of another. Even though the memory allocated for specific processes is normally isolated, processes sometimes need to be able to share information. [[Shared memory (interprocess communication)|Shared memory]] is one of the fastest techniques for [[inter-process communication]]. Memory is usually classified by access rate into [[primary storage]] and [[secondary storage]]. Memory management systems, among other operations, also handle the moving of information between these two levels of memory.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)