What are local and global page replacements?
Answer Posted / hari iitkgp
Replacement algorithm can be local or global : when a
process incurs a page fault, local page replacement
algorithm selects for replacement some page that belongs to
that process (or a group of processes sharing memory
partition), whereas global replacement algorithm is free to
select any page in memory.
Local page replacement assumes some form of memory
partitioning that determines how many pages are to be
assigned to a given process of a group of processes. Most
popular forms of partitioning are fixed partitioning and
balance set algorithm based on the working set model.
Advantage of local page replacement is its scalability: each
process can handle its page faults independently without
contending for some shared global data structure.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
Does 64bit mean 64bit?
What is the buddy system of memory allocation in operating system (os)?
What is Direct Access Method?
How do you start a startup?
How many os can be installed in a pc?
How do I unhide a file?
What does the safe mode do?
What are the necessary conditions for deadlock to occur?
What is a rootkit virus?
What is sudo user?
What is cache-coherency?
What is a device queue?
Throw some light on internal process memory.
How you can detect deadlock condition?
What are the two types of file system?