Respuesta :
Answer:
Based on various facts, the traditional UNIX scheduler reduces that relative priority of the CPU-bound operation.
Explanation:
[tex]Priority = (\frac{current\:CPU\:usage}{2}) + Base[/tex]
[tex]\therefore\;\;\;\;\;\;\;\;\;\;\;\; Base = 40[/tex]
[tex]P = (\frac{20}{2} ) + 40 = 50\\ \\P2 = (\frac{16}{2}) + 40 = 48\\ \\P3 = (\frac{8}{2} ) + 40 = 44[/tex]
Based on various facts, the traditional UNIX scheduler reduces that relative priority of the CPU-bound operation.
According to the result of the calculated priority values, the scheduler lowers the relative priority of CPU bound processes.
Given the Parameters :
Recent usage :
- P = 20 ; P2 = 16 ; P3 = 8 ; Base = 40
Using the relation given :
- [tex] priority = \frac{Recent \: CPU \: usage}{2} + Base[/tex]
Calculating new priorities :
At P = 20 :
- [tex] priority = \frac{20}{2} + 40 = 50 [/tex]
At P2 = 16
- [tex] priority = \frac{16}{2}+ 40 = 48 [/tex]
At P3 = 8 :
- [tex] priority = \frac{8}{2} + 40 = 44 [/tex]
Based on the result obtained, since the values of the processes declines, then the system lowers the relative priorities of CPU - bound processes.
Learn more : https://brainly.com/question/18120831
