asked 178k views
5 votes
No feasibility analysis is performed with __________ approach, and the system tries to meet all deadlines and aborts any started process whose deadline is missed.

1 Answer

2 votes

Final answer:

The hard real-time systems in computing, do not perform feasibility analysis and focus on meeting strict deadlines, aborting tasks that miss these deadlines.

Step-by-step explanation:

An approach where no feasibility analysis is performed, and the system aims to meet all deadlines, aborting any process whose deadline is missed. This is related to real-time computing where the system must respond within strict timing constraints. In real-time systems, particularly in hard real-time systems, tasks have deadlines that are considered critical. If a task cannot be completed within its deadline, it is aborted, as missing the deadline would be considered a system failure. Applications of real-time systems include medical life-support systems, avionics, industrial process control, and some areas of multimedia and communications. Unlike other systems that may perform extensive feasibility studies or analyses regarding resource use and scheduling, hard real-time systems prioritize timing guarantees over all other factors.

In this approach, the system is designed to handle time-critical tasks and prioritize meeting deadlines over other considerations.

answered
User Em Ji Madhu
by
8.1k points