Difference between hard real-time and soft real-time

What is the difference between hard real-time and soft real-time OS?

Critical task completion on time is guaranteed by a hard real time system. The tasks needed for delays in the system are to be bounded by retrieving the stored data at the time which takes the operating system to complete any request.

A critical task obtains a priority over other tasks and maintaining that priority until the completion of the task. This is performed by a soft real time system. The system kernel delays need to be bounded as in the case of hard real time system.
What type of scheduling is there in RTOS?
Type of scheduling in RTOS - The tasks of real time operating system have 3 states namely, ‘running’, ’ready’, ‘blocked’.
What is interrupt latency?
What is interrupt latency? - The time between a device that generates an interrupt and the servicing of the device
What is priority inheritance?
What is priority inheritance? - Priority inversion problems are eliminated by using a method called priority inheritance.
Post your comment