edited by
6,555 views
7 votes
7 votes

Which of the following statement is true?

  1. Hard real time OS has less jitter than soft real time OS
  2. Hard real time OS has more jitter than soft real time OS
  3. Hard real time OS has equal jitter as soft real time OS
  4. None of the above
edited by

2 Answers

Best answer
22 votes
22 votes
  1. SOFT REAL TIME OPERATING SYSTEM

Soft real time OS is a type of OS where certain deadlines may be missed, they will respond at a time t=0+.

Soft real time systems are not constrained to extreme rules. The critical time of the soft real time may be delayed to some extent. The expected latency between the tasks and time constraints may be deviated.

The preemption period for a soft real time task is about few milliseconds.

EXAMPLES

Digital camera, mobile phones, online data base etc.

  1. HARD REAL TIME OPERATING SYSTEM

Hard real time OS is a type of OS we can predict the deadline, they will respond at a time t=0. Hard real time systems are constrained to predicted time constraints, deadlines and latency.

EXAMPLES:

Air bag control in cars, anti-lock brake, engine control system etc.

The preemption period for hard real time system is almost less than few microseconds.

Jitter MEANS timing error in task, hence A hard real-time operating system has less jitter than a soft real-time operating system.

selected by
Answer:

Related questions

7.6k
views
1 answers
5 votes
sh!va asked May 7, 2017
7,624 views
The Linux command mknod myfifo b 4 16will create a character device if user is rootwill create a named pipe FIFO if user is rootwill create a block device if user is rootNone of these
5.7k
views
4 answers
6 votes
sh!va asked May 7, 2017
5,687 views
A critical regionis a piece of code which only one process executes at a timeis a region prone to deadlockis a piece of code which only a finite number of processes executeis found only in windows NT operating system
8.1k
views
2 answers
4 votes
sh!va asked May 7, 2017
8,054 views
Consider the disk system with 100 cylinders. The request to access the cylinders occur in the following sequence.4, 37, 10,7,19,73,2,15,6,20Assuming the ... adjacent one and shortest seek ime first algorithm is used.95 ms119 ms233 ms276 ms
6.8k
views
3 answers
6 votes
sh!va asked May 7, 2017
6,792 views
Mutual exclusion problem occursbetween two disjoint processes that do not interactamong processes that share resourcesamong processes that do not use the same resourcebetween two processes that uses different resources of different machine