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 |
Tell me about different OS related issues for a given set of C-programs (mainly address issues address space, paging etc.)
What do you know about interrupt?
Describe main memory and secondary memory storage in brief.
What is context-switching in multi-threading?
In a compiler there is 36 bit for a word and to store a character 8bits are needed. IN this to store a character two words are appended .Then for storing a K characters string, How many words are needed. [a] 2k/9 [b] (2k+8)/9 [c] (k+8)/9 [d] 2*(k+8)/9 [e] none
What is virtual memory? Where it used by OS?
What is the limit of ram capacity in a 32bit os?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
Can I move program files x86 to another drive?
How can I boot from usb?
What are page frames?
How do I fix error 429?