Vous êtes sur la page 1sur 12

TYPES OF

OPERATING SYSTEM
(OS)
Operating Systems
• The operating system is the most important
program
that runs on a computer.
• Operating system is an interface between
computer
and user.
• It is responsible for the management and
coordination of activities and the sharing of the
resources of the computer.
Types of Operating
System
•Real-time operating system(RTOS) - Real-time
operating systems are used to control machinery,
scientific instruments and industrial systems. An
RTOS typically has very little user-interface
capability, and no end-user utilities, since the
system will be a "sealed box" when delivered for
use. A very important part of an RTOS is managing
the resources of the computer so that a particular
operation executes in precisely the same amount
of time, every time it occurs. In a complex
machine, having a part move more quickly just
because system resources are available may be
just as catastrophic as having it not move at all
because the system is busy.
•Single-user, single task - As the
name implies, this operating system
is designed to manage the computer
so that one user can effectively do
one thing at a time. The Palm OS for
Palm handheld computers is a good
example of a modern single-user,
single-task operating system.
•Single-user, multi-tasking - This is
the type of operating system most
people use on their desktop and laptop
computers today. Microsoft's Windows
and Apple's MacOS platforms are both
examples of operating systems that will
let a single user have several programs
in operation at the same time. For
example, it's entirely possible for a
Windows user to be writing a note in a
word processor while downloading a
file from the Internet while printing the
text of an e-mail message.
•Multi-user - A multi-user operating
system allows many different users to
take advantage of the computer's
resources simultaneously. The operating
system must make sure that the
requirements of the various users are
balanced, and that each of the programs
they are using has sufficient and separate
resources so that a problem with one user
doesn't affect the entire community of
users. Unix, VMS and mainframe
operating systems, such as MVS, are
examples of multi-user operating systems.
Embedded
Embedded operating systems
are designed to be
used in embedded computer
systems.
They are designed to operate on
small machines
like PDAs with less autonomy.
They are able to operate with a
limited number of
resources.
Distributed
A distributed operating system is a
software over a collection of
independent, networked,
communicating, and physically
separate computational nodes.
They handle jobs which are
serviced by multiple CPUs. Each
individual node holds a specific
software subset of the global
aggregate operating system.
Handheld OS
Since handheld operating
systemsare designed to run on
machines that have lower speed
processors and less memory, they
were designed to use less memory
and require fewer resources.
Interactive Systems
Interactive systems are computer systems
characterized by significant amounts of interaction
between humans and the computer. Most users
have grown up using Macintosh or Windows
computer operating systems, which are prime
examples of graphical interactive systems. Editors,
CAD-CAM (Computer Aided Design-Computer
Aided Manufacture) systems, and data entry
systems are all computer systems involving a high
degree of human-computer interaction. Games
and simulations are interactive systems. Web
browsers and Integrated Development
Environments (IDEs) are also examples of very
complex interactive systems.
Batch processing operating
system
Batch processing is a technique in
which anOperating
System collects the programs and
data together in a batch before
processing starts. Anoperating
system does the following
activities related
to batch processing − The OS
defines a job which has predefined
sequence of commands, programs
and data as a single unit.

Vous aimerez peut-être aussi