Virtual Memory Notes: Definitions & Explanations PDF Download
Study Virtual Memory lecture notes PDF with operating system definitions and explanation to study What is Virtual Memory?. Study virtual memory explanation with operating system terms to review operating system course for online degree programs.
Virtual Memory Definition:
Storage space that may be regarded as addressable main storage by the user of a computer system.
Operating Systems by William Stallings
Virtual Memory Notes:
Virtual memory is a memory management technique that uses both, hardware and software, to allow a computer to compensate for physical memory shortage by temporarily transferring data from random access memory to secondary storage such as hard disk.
Keep Learning with Operating System Notes
What is Starvation?
Starvation is the name given to the indefinite post ponement of a process because it requires some resources before it ...
What is Client?
A client is basically a desktop computer or a workstation that is capable of obtaining information and applications from a ...
What is Multitasking?
Multitasking is allowing a user to perform more than one tasks at one time. The operating system is able to ...
What is File Allocation Table?
A file allocation table is a table that an operating system maintains on a hard disk that provides a map ...
What is Rendezvous?
Rendezvous is a data synchronization mechanism. It is a system call that allows two processes to exchange a single datum ...
What is Disk Cache?
A disk cache is a mechanism for improving the time it takes to write to and read from hard disk. ...