Ask Question
2 August, 03:52

A system has several processes that request I/O services in long time intervals compared with very short CPU service. For example, the processes request services that about 95 percent of the total service request time are I/O requests and only 5 percent are CPU requests. What potential problems can this system exhibit

+3
Answers (1)
  1. 2 August, 06:08
    0
    Check the explanation

    Explanation:

    It boosts the CPU scheduler's task since it must regularly select the process and assign them to CPU for execution. In addition, there will always be a lot of switches from running state to waiting state.

    It leads to largely high context switch which is complete overhead. So CPU will use additional time in context switch instead of executing the process which will later leads to under utilization of CPU.

    Therefore, the CPU scheduler chooses the well mixture of processes so that CPU is utilized to its maximum capacity.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A system has several processes that request I/O services in long time intervals compared with very short CPU service. For example, the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers