What is the difference between hard and soft
real-time systems?
Answers were Sorted based on User's Feedback
Answer / a.v.s.l.kalpana(avanthi engg c
A hard real time system guarantees that critical tasks
complete on time this goal reqires that all delays in the
system be bounded from the retrieval of the stored data to
the time that it takes the o.s to finish any request made
of it.
A soft real time system where a critical real time task
gets priority over other tasks and retains that priority
until it completes.As in hard real time system kernel
delays need to be bounded.
| Is This Answer Correct ? | 8 Yes | 1 No |
Hard Read System is a restrictive system responding to
critical real time tasks with in the deadline to avoid any
damage or casuse e.g Plane-Screen,AntiLock Braking System...
Soft Real System is less restrictive and it just have a
priority to other tasks and a delay might occur.Soft Real
Systems have their application where delay dont have any
connection with damage.e.g A.c,Microwave open...etc...
Linux System provide SRTS support.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / arun
In Vechile we are using Hard RTOS.
Soft RTOS using in Live telecasting, Flight updation...
If HRTOS meets any delay, system ill b destoryed.
Delay is d problem , but delay is possible in SRTOS.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / vikramaditya
A hard real time system guarantees that critical tasks
complete on time this goal reqires that all delays in the
system be bounded from the retrieval of the stored data to
the time that it takes the o.s to finish any request made
of it.
A soft real time system where a critical real time task
gets priority over other tasks and retains that priority
until it completes.As in hard real time system kernel
delays need to be bounded.
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the steps involved in following a particular instruction given by the cpu?
Explain turnaround time and response time?
What is the concept of reentrancy?
Explain trashing?
State two differences between user and kernel space?
How much ram can 64 bit use?
How much ram can you have on a 64 bit system?
What is Throughput, Turnaround time, waiting time and Response time?
Should I use x86 or x64?
What are page frames?
What is multi tasking, multi programming, multi threading?
What is Real Time Operating System (RTOS)? What are the advantages of RTOS?