What are local and global page replacements?

Answers were Sorted based on User's Feedback



What are local and global page replacements?..

Answer / guest

Local replacement means that an incoming page is brought in
only to the relevant process address space.

Global replacement policy allows any page frame from any
process to be replaced.

The latter is applicable to variable partitions model only.

Is This Answer Correct ?    31 Yes 7 No

What are local and global page replacements?..

Answer / 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

What are local and global page replacements?..

Answer / tanya

local page replacement select for replacement some page that
belong to same process.


global page replacement algo is free to select any page in
memory.

Is This Answer Correct ?    16 Yes 1 No

What are local and global page replacements?..

Answer / nishant

Global replacement allows a process to select a replacement frame from the set of all frames, even if that frame is currently allocated to some other process; that is; one process can take a frame from another. Local replacement requires that each process select from only its own set of allocated frames.

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

What is a semaphore? What are the different types of semaphores?

0 Answers   Wipro,


Does 64 bit require uefi bios?

0 Answers  


Some omeone on campus calls and says they have a new Mac. They've just pulled it out of the box and want to plug it into the campus network. What might they need to set to make this work?

0 Answers   Infogain,


Explain what is meant by CORE DUMPS?

0 Answers  


Why paging is used ?

1 Answers  






Is Windows NT a full blown object oriented operating system? Give reasons.

1 Answers  


Is 64bit better than 32bit?

0 Answers  


What is interprocess communication in os?

0 Answers  


What is the cause of thrashing? How does the system detect thrashing?

0 Answers  


What happens if you install 64 bit on 32?

0 Answers  


What is the difference between ram and cache memory?

0 Answers  


How deadlock can be detected in a system?

0 Answers  


Categories