answersLogoWhite

0

In case of simple paging all pages should be in main memory to run a process..while in case of virtual memory paging pages can be loaded as needed by the processor i.e. called demand paging...

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

In paging how the virtual memory can be implemented?

its depends on number of processes in memory.


When virtual memory is in use excessive paging is referred to as?

FALSE


Is the condition of excessive paging referred to as thrashing when virtual memory is in use?

Nope, swapping and paging are essentially synonymous. Excessive paging is known as thrashing.


What is the normal path of the Windows paging used for virtual memory?

C:\pagefile.dat


The technique of swapping items between memory and storage?

It is paging.


What is the normal path of windows paging file used for virtual memory?

C:\pagefile.dat


11 What is the normal path of the Windows paging file used for virtual memory?

C:/pagefile.sys


What is segmented page allocation?

Segmented page allocation is a type of memory management that uses base and bound registers to determine memory faults, similar to dynamic page allocation. More importantly it is different to dynamic page allocation since the entire process doesn't have to be in memory, similar to using virtual memory paging where the program is broken into pieces. Unlike virtual memory paging, the maximum virtual memory size is limited to the size of physical memory.


What do you call Using space on hard drive as if it was ram?

you're using virtual memory/a paging file


What is another name for virtual memory?

Virtual Memory-: Virtual Mem is also known as Swap memory. Swap memory:- Swap mem is the type of memory which allocates by the harddisk in the form of extra RAM for better functioning of the application in the case if you are facing a lack of RAM in order to run that software


How do you identify the maximum virtual memory your PC can take?

It can as much as you want, you should just have enough space on your hard drive in order to save the paging file (virtual memory file).


What is paging memory types?

Paging is a memory management scheme that eliminates the need for contiguous allocation of physical memory, thus preventing fragmentation. It divides the virtual memory into fixed-size blocks called pages and the physical memory into frames of the same size. When a process is executed, its pages are loaded into any available frames in physical memory, allowing for efficient use of memory and easier process management. This system also utilizes a page table to keep track of the mapping between virtual pages and physical frames.