Answer on Question #53582, Engineering / Software Engineering
Task:
1. Can you guarantee that a feasible schedule exists without a simulation of the schedule or time demand analysis, if
(a) The set of tasks is scheduled by the rate-monotonic algorithm.
(b) The set of tasks is scheduled by the least-slack-time-first algorithm.
(c) The set of tasks is scheduled by the earliest-deadline-first algorithm.
(d) The set of tasks is scheduled by the deadline-monotonic algorithm
Answer:
(a) Since the utilization , there is no guarantee that there is a feasible schedule.
(b) Since the utilization , there exists a feasible schedule.
(c) Since the relative deadline of the task is smaller than the period, we have to calculate the density of the set of tasks, which is . Thus there is no guarantee that there is a feasible schedule.
(d) Since this is a set of simply periodic tasks and , there exists a feasible schedule.
https://www.AssignmentExpert.com