answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How paging is used to manage memory explain with examlpe?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The technique of swapping items between memory and storage?

It is paging.


What are the differences between simple paging and virtual memory paging?

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...


Explain how the virtual memory manager implements paging?

This question cannot be answered simply; you will have to do an Internet Search to find articles that describe this process.


Explain how virtual memory system using demand paging?

Demand paging is a process which involves the copying and relocation of data from a secondary storage system to random access memory (RAM), a main memory storage system. Demand paging copies and relocates data to facilitate the fastest access to that data. Once the data is relocated, demand paging sends a command to the operating system to inform it that the data file or files are now ready to be loaded. Demand paging is performed on demand, or after a command has been sent to retrieve specific data.


In paging how the virtual memory can be implemented?

its depends on number of processes in memory.


What is memory management scheme which support the user's view of memory?

paging


What is a memory characteristic where an application can request a specific item from memory?

Demand Paging


Explain in detail page memory management scheme?

Memory Management is the crucial part of the concurrent systems.Various methods are used to utilize memory efficiently.Memory paging is the one from them .Memory Paging:pagingis one of the memory-management schemes by which a computer can store and retrieve data from secondary storage for use in main memory. In the paging memory-management scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. The main advantage of paging over memory segmentation is that it allows the physical address space of a process to be noncontiguous. Before the time paging was used, systems had to fit whole programs into storage contiguously, which caused various storage andfragmentation problems.[1]Paging is an important part of virtual memory implementation in most contemporary general-purpose operating systems, allowing them to use disk storage for data that does not fit into physical random-access memory (RAM).


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 paging?

Paging is a memory management scheme, in which data is fetched from the disk to memory in the form of equal size blocks called pages.paging is a method for allowing the non-contiguous allocation of memory space to processes when nedded.


What is difference between demand paging n pure demand paging?

In demand paging, a page is not loaded into main memory until it is needed. In pure demand paging, even a single page is not loaded into memory initially. Hence pure demand paging causes a page fault. Page fault, the situation in which the page is not available whenever a processor needs to execute it.


WHAT IS TEMPORARY MEMORY CALLED?

Do you mean RAM? Or the paging file?