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
Which is the best operating system for pc?
How do I stop apps from running in the background?
What is the difference between internal commands and external commands?
Explain the concept of the multi-processor systems or parallel systems?
How do you check if your computer is 32 or 64 bit?
What are the three main purposes of an operating system?
Is sae same as af?
What do you mean by threads in Operating System?
Is faster ram worth it?
What is long term scheduler in operating system (os)?
Give a brief description of the following terms: a) Play head b) Symbol c) Tweening d) ActionScript e) Frame rate f) Library panel g) Masking h) Context – sensitive Property Inspector i) Bandwidth Profiler j) Frame Label
What are the different phases of compiler? What happens in lexical phase?
What are starvation and aging?
What are the different functions of Syntax phase, Sheduler?
Give some benefits of multithreaded programming.