Explain the common scheduling strategies.
Answers
Explanation:
Rate-Monotonic Scheduling. ... Rate-monotonic scheduling is an optimal static, priority-driven algorithm. During the set-up phase, each task is assigned a static priority according to its requested processing rate: the shorter a task's period, the higher is its priority.
Answer:
1) Rate-Monotonic Scheduling. ... Rate-monotonic scheduling is an optimal static, priority-driven algorithm. During the set-up phase, each task is assigned a static priority according to its requested processing rate: the shorter a task's period, the higher is its priority.
2)Six types of process scheduling algorithms are: First Come First Serve (FCFS), 2) Shortest-Job-First (SJF) Scheduling 3) Shortest Remaining Time 4) Priority Scheduling 5) Round Robin Scheduling 6) Multilevel Queue Scheduling.