What is the difference between hard and soft
real-time systems?
Answer Posted / 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 |
Post New Answer View All Answers
Who is the father of operating system?
What is the difference between micro kernel and macro kernel?
What are read-write locks?
How do I find system information?
State two differences between user and kernel space?
Explain the Difference between Process and a Thread.
What is the purpose of the command interpreter? Why is it usually separate from the kernel?
What is process synchronization?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is multi tasking, multi programming and multi threading?
How much ram can a 64 bit os use?
What are real-time systems?
What are the advantages of a multiprocessor system?
What is bursting?
What are necessary conditions for dead lock?