Computer Science, asked by meenatchis1373, 5 months ago

Explain the common scheduling strategies. ​

Answers

Answered by Anonymous
1

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.

Answered by gthangaraj3245
0

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.

Similar questions