Computer Science, asked by kumarinidhi082000, 1 year ago

What is difference between RTOS and other os in terms of processing

Answers

Answered by Dharmendra2120
4
Real Time Operating System (RTOS):

A real-time operating system is an operating system that guarantees a certain capability within a specified time constraint.
Response(time taken between input and output) time should be very less.

Hard real-time systems: Hard real-time systems guarantee that critical tasks complete on time. In hard real-time systems, secondary storage is limited or missing and the data is stored in ROM.

Air traffic control
vehicle subsystems control
nuclear power plant control
Hospital

Soft real-time systems: Soft real-time systems are less restrictive. A critical real-time task gets priority over other tasks and retains the priority until it completes.

multimedia
virtual reality,
Advanced Scientific Projects like undersea exploration and planetary rovers
General Purpose Operating System(GPOS):

A GPOS is used for systems/applications that are not time critical.
Examples of the GPOS are linux, windows etc.

The key difference between general-computing operating systems and real-time operating systems is the “deterministic " timing.
Attachments:
Similar questions