Which scheduling class distributes CPU resources among its processes based on assigned importance?

Which scheduling class distributes CPU resources among its processes based on assigned importance?
A. Fair Share Scheduler (FSS)
B. Real-Time (RT)
C. Fixed-priority (FX)
D. Timesharing (TS)

Download Printable PDF. VALID exam to help you PASS.

One thought on “Which scheduling class distributes CPU resources among its processes based on assigned importance?

  1. Answer A:
    FSS: control the allocation of available CPU resources among workloads based on their importance.
    This class is share based rather than priority based. Threads managed by FSS are scheduled based on their associated shares and the processor’s utilization.
    NOT C:
    FX: Priorities for these threads associated with this class are fixed. In other words, they do not vary dynamically over the lifetime of the thread.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.