recategorized by
8,265 views
1 votes
1 votes

The problem of indefinite blockage of low-priority jobs in general priority scheduling algorithm can be solved using:

  1. Parity bit
  2. Aging
  3. Compaction
  4. Timer
recategorized by

3 Answers

Best answer
4 votes
4 votes

A major problem with priority scheduling is indefinite blocking or starvation. A solution to the problem of indefinite blockage of the low-priority process is aging.Aging is a technique of gradually increasing the priority of processes that wait in the system for a long period of time.

 

Hence,Option(B)Aging is the correct choice.

 

selected by
1 votes
1 votes
B, Aging

aging will lead to increase in priority of low-priority jobs eventually with time.
Answer:

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Jul 11, 2016
2,805 views
In UNIX, which of the following command is used to set the task priority?initnicekillPS
0 votes
0 votes
1 answer
2
go_editor asked Jul 11, 2016
4,621 views
Which of the following memory allocation scheme suffers from external fragmentation?SegmentationPure demand pagingSwappingPaging
1 votes
1 votes
2 answers
3
2 votes
2 votes
2 answers
4