answersLogoWhite

0


Best Answer

Linux and RTOS are two distinct concepts.

Linux is the name given to a specific operating system.

An RTOS (Real-Time Operating System) is a specially designed TYPE of Operating System. Where a 'normal' Operating Systems schedule resources/processing time to programs when they are available to the system, whereas an RTOS specializes in allowing programs to run in 'real time', meaning they are able to respond to changes (typically from an external source) as close to instantly as possible.

Typically, you would find an RTOS in situations where the computer has to react instantly to changes, such as an industrial control system or systems that monitor and control the power grid. If the operating system prevented the program from responding in a timely fashion, the program would be worthless.

Real-time Operating Systems are typically very small, optimized systems, whereas a standard OS is very large, feature-laden and has thousands of different features that run at once.

There IS a pared-down version of Linux known as "RTLinux" which falls into the category of an RTOS, but it's not the version of Linux most people are used to seeing. It's very purpose-build, optimized and fast, unusable by anyone but system designers who can work with such an OS.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

A real-time operating system is intended for systems that need to tightly control responsiveness and performance. With an RTOS you can prioritize operations such that the most critical areas of the application get control of the processor exactly when they need it. All other lower priority operations are paused. An RTOS also gives you all of the other advantages of an OS: * a consistent coding platform * a rich set of APIs to save coding time and errors * processor housekeeping functions * hardware abstraction
RTOS stands for real-time operating system, versus the general-computing operating system (OS). The key difference between general-computing operating systems and real-time operating systems is the need for " deterministic " timing behavior in the real-time operating systems. Formally, "deterministic" timing means that operating system services consume only known and expected amounts of time. In theory, these service times could be expressed as mathematical formulas. These formulas must be strictly algebraic and not include any random timing components. Random elements in service times could cause random delays in application software and could then make the application randomly miss real-time deadlines – a scenario clearly unacceptable for a real-time embedded system. Many non-real-time operating systems also provide similar kernel services. General-computing non-real-time operating systems are often quite non-deterministic. Their services can inject random delays into application software and thus cause slow responsiveness of an application at unexpected times. If you ask the developer of a non-real-time operating system for the algebraic formula describing the timing behavior of one of its services (such as sending a message from task to task), you will invariably not get an algebraic formula. Instead the developer of the non-real-time operating system (such as Windows, Unix or Linux) will just give you a puzzled look. Deterministic timing behavior was simply not a design goal for these general-computing operating systems. On the other hand, real-time operating systems often go a step beyond basic determinism. For most kernel services, these operating systems offer constant load-independent timing: In other words, the algebraic formula is as simple as: T(message_send) = constant , irrespective of the length of the message to be sent, or other factors such as the numbers of tasks and queues and messages being managed by the RTOS. Many RTOS proponents argue that a real-time operating system must not use virtual memory concepts, because paging mechanics prevent a deterministic response. While this is a frequently supported argument, it should be noted that the term "real-time operating system" and determinism in this context covers a very wide meaning, and vendors of many different operating systems apply these terms with varied meaning. When selecting an operating system for a specific task, the real-time attribute alone is an insufficient criterion, therefore. Deterministic behavior and deterministic latencies have value only if the response lies within the boundaries of the physics of the process that is to be controlled. For example, controlling a combustion engine in a racing car has different real-time requirements to the problem of filling a 1,000,000 litre water tank through a 2" pipe. Real-time operating systems are often uses in embedded solutions, that is, computing platforms that are within another device. Examples for embedded systems include combustion engine controllers or washing machine controllers and many others. Desktop PC and other general-purpose computers are not embedded systems. While real-time operating systems are typically designed for and used with embedded systems, the two aspects are essentially distinct, and have different requirements. A real-time operating system for embedded system addresses both sets of requirements.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between OS and RTOS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between rtos and OS what are the advantages and disadvantages of rtos?

an RTOS is much better than anormal OS because it is time sensitive, fault tolerable and allow multiprocessing. that are not supported by all OSsA real-time operating system is intended for systems that need to tightly control responsiveness and performance. With an RTOS you can prioritize operations such that the most critical areas of the application get control of the processor exactly when they need it. All other lower priority operations are paused.An RTOS also gives you all of the other advantages of an OS:a consistent coding platforma rich set of APIs to save coding time and errorsprocessor housekeeping functionshardware abstraction


What is the difference between a mailbox and a pipe in RTOS?

these are techniques to make student to go mad


What is the difference between Os and unix?

No difference, really. Unix is an OS (Operating System)


What is the difference between soft hard RTOS?

hard real time systems are systems that cant tolerate any delay or if delay happens the whole system will be worthless soft real time systems are systems that can tolerate delay In Vechile we are using Hard RTOS. Soft RTOS using in Live telecasting, Flight updation...


What is the difference between os and nos?

Basically there is not a whole lot of difference between OS and NOS. In common usage OS or Operating System is concerned with one computer. That is the simplified answer. An OS can have NOS features when it interfaces with other computers.


What is difference between gpos and rtos?

an RTOS is much better than anormal OS because it is time sensitive, fault tolerable and allow multitasking(note :- task and process are different). that are not supported by all OSsA real-time operating system is intended for systems that need to tightly control responsiveness and performance. With an RTOS you can prioritize operations such that the most critical areas of the application get control of the processor exactly when they need it. All other lower priority operations are paused.An RTOS also gives you all of the other advantages of an OS:a consistent coding platforma rich set of APIs to save coding time and errorsprocessor housekeeping functionshardware abstraction


What are the features of RTOS?

- A RTOS(Real-Time Operating System) has to be multi-tasking and pre-emptible - task priority has to exist - Behaviour of OS should be known - A System of priority inheritance has to exist. - Following parameter should be clearly specified The Interrupt Latency(i.e. time from interrupt arrival to start of execution of ISR) , this has be compatible with application requirements and has to be predictable. RTOS is a real time operating system.The important features are :- - The necessary signalling functions between interrupt routines and taskcodes are handled by RTOS. - It works as an independent system with no internal or external interdependencies. - There are no loop descisions in RTOS - The RTOS can suspend one task code subroutine in the middle order to run another - The time lag is veryless compared to other systems - There are no random time variables, this is good for a direct relationship between instruction and process. - Tasks are simpler to write. - Under most RTOS tasks are simply subroutines.


What are five well known operating system?

Apple OS X Microsoft Windows Unix Linux VAX/VMS OS4000 IBM System/360 DOS IBM OS/2 RISK OS Free RTOS OS 2200 Exec 8 (There are lots more)


What is the difference between OS and data hard drives?

There's no difference other than what's on them.


What is the difference between gate valve and OS and Y valve?

OS and Y stands for Opposed Stem and Yoke.


What are the features of real time operating system RTOS?

RTOS is a real time operating system.The important features are :- - The necessary signalling functions between interrupt routines and taskcodes are handled by RTOS. - It works as an independent system with no internal or external interdependencies. - There are no loop descisions in RTOS - The RTOS can suspend one task code subroutine in the middle order to run another - The time lag is veryless compared to other systems - There are no random time variables, this is good for a direct relationship between instruction and process. - Tasks are simpler to write. - Under most RTOS tasks are simply subroutines.


Can you use a RT OS as normal OS?

No a RTOS is used only for real time applications and does not have many needed feature of a normal OS.