Operating System Variations
Operating System Variations
•Single-user systems
• Multi-user- System
• Batch Systems
• Multi Programmed Systems
• Time Sharing Systems
• Real Time Systems
Single User Operating
System
Single User System
DOS
A single-user OS is a type of operating system (OS)
that is developed and intended for use on a
computer or similar machine that will only have a
single user at any given time.
This is the most common type of OS used on a home
computer, as well as on computers in offices and
other work environments.
2 Types
• Single user, single application operating systems
• Single user, multi tasking operating systems
Single User Systems
Though this OS can be connected to other systems through a
network, it is still truly only used by a single person and is
different than a multi-user OS.
The multi user operating systems must manage and run all user
requests, ensuring they do not interfere with each other. Devices which
can only be used by one user at a time, like printers and disks must be
shared amongst all those requesting them so that all the output
documents are not jumbled up.
It is similar to a situation where in you are waiting for your turn in a
ticket counter to get a ticket. The ticket issuer issues the ticket when
your turn comes. Here also all the printing jobs wait in a queue and
jobs are printed one after the other. Some priority can also be set to
some jobs so that they can be taken up early according to some
priority.
Multi Programming
Operating System
Multi Programming