Question: Prevent deadlocks by limiting how requests can be made. The limits ensure that at least one of the necessary conditions for deadlock cannot occur. Possible side effects of preventing deadlocks by this method are:
<ol>
<li>Low device utilization</li>
<li>Reduced system throughput.</li>
<li>Starvation</li>
<li>Page fault</li>
</ol>
Answer:
MCQ: Prevent deadlocks by limiting how requests can be made. The limits ensure that at least one of the necessary conditions for deadlock cannot occur. Possible side effects of preventing deadlocks by this method are:
<ol>
<li>Low device utilization</li>
<li>Reduced system throughput.</li>
<li>Starvation</li>
<li>Page fault</li>
</ol>