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

Explain the concept of the distributed systems?

0 Answers  


Does 64 bit use more ram?

0 Answers  


why is the context switch overhead of a user-level threading as compared to the overhead for processes? Explain.

0 Answers  


What differences are there between a semaphore wait signal and a condition variable wait signal?

0 Answers  


Explain the difference between trap and trapdoor?

0 Answers  






What are the thread states?

0 Answers  


Explain various types of scheduling in operating system.

0 Answers   HAL,


What is the most used operating system?

0 Answers  


Can I use ie with google chrome?

0 Answers  


What is drawback of mvt?

0 Answers  


What is time-stamping?

1 Answers  


What is a hard real time OS?

0 Answers   Motorola,


Categories