Open In App

Types of Operating Systems

Pre-Requisite: What is an Operating System?

An Operating System performs all the basic tasks like managing files, processes, and memory. Thus operating system acts as the manager of all the resources, i.e. resource manager. Thus, the operating system becomes an interface between the user and the machine. It is one of the most required software that is present in the device. 



Operating System is a type of software that works as an interface between the system program and the hardware. There are several types of Operating Systems in which many of which are mentioned below. Let’s have a look at them.

Types of Operating Systems

There are several types of Operating Systems which are mentioned below.



1. Batch Operating System

This type of operating system does not interact with the computer directly. There is an operator which takes similar jobs having the same requirement and groups them into batches. It is the responsibility of the operator to sort jobs with similar needs. 

Batch Operating System

Advantages of Batch Operating System

Disadvantages of Batch Operating System

Examples of Batch Operating Systems: Payroll Systems, Bank Statements, etc. 

2. Multi-Programming Operating System

Multiprogramming Operating Systems can be simply illustrated as more than one program is present in the main memory and any one of them can be kept in execution. This is basically used for better execution of resources.

MultiProgramming

Advantages of Multi-Programming Operating System

Disadvantages of Multi-Programming Operating System

3. Multi-Processing Operating System

Multi-Processing Operating System is a type of Operating System in which more than one CPU is used for the execution of resources. It betters the throughput of the System.

Multiprocessing

Advantages of Multi-Processing Operating System

Disadvantages of Multi-Processing Operating System

4. Multi-Tasking Operating System

Multitasking Operating System is simply a multiprogramming Operating System with having facility of a Round-Robin Scheduling Algorithm. It can run multiple programs simultaneously.

There are two types of Multi-Tasking Systems which are listed below.

Multitasking

Advantages of Multi-Tasking Operating System

Disadvantages of Multi-Tasking Operating System

5. Time-Sharing Operating Systems

Each task is given some time to execute so that all the tasks work smoothly. Each user gets the time of the CPU as they use a single system. These systems are also known as Multitasking Systems. The task can be from a single user or different users also. The time that each task gets to execute is called quantum. After this time interval is over OS switches over to the next task. 

Time-Sharing OS

Advantages of Time-Sharing OS

Disadvantages of Time-Sharing OS

Examples of Time-Sharing OS with explanation

6. Distributed Operating System

These types of operating system is a recent advancement in the world of computer technology and are being widely accepted all over the world and, that too, at a great pace. Various autonomous interconnected computers communicate with each other using a shared communication network. Independent systems possess their own memory unit and CPU. These are referred to as loosely coupled systems or distributed systems. These systems’ processors differ in size and function. The major benefit of working with these types of the operating system is that it is always possible that one user can access the files or software which are not actually present on his system but some other system connected within this network i.e., remote access is enabled within the devices connected in that network. 

Distributed OS

Advantages of Distributed Operating System

Disadvantages of Distributed Operating System

Examples of Distributed Operating Systems are LOCUS, etc. 

The distributed os must tackle the following issues:

7. Network Operating System

These systems run on a server and provide the capability to manage data, users, groups, security, applications, and other networking functions. These types of operating systems allow shared access to files, printers, security, applications, and other networking functions over a small private network. One more important aspect of Network Operating Systems is that all the users are well aware of the underlying configuration, of all other users within the network, their individual connections, etc. and that’s why these computers are popularly known as tightly coupled systems.

Network Operating System

Advantages of Network Operating System 

Disadvantages of Network Operating System 

Examples of Network Operating Systems are Microsoft Windows Server 2003, Microsoft Windows Server 2008, UNIX, Linux, Mac OS X, Novell NetWare, BSD, etc. 

8. Real-Time Operating System

These types of OSs serve real-time systems. The time interval required to process and respond to inputs is very small. This time interval is called response time
Real-time systems are used when there are time requirements that are very strict like missile systems, air traffic control systems, robots, etc. 

Types of Real-Time Operating Systems

For more, refer to the Difference Between Hard Real-Time OS and Soft Real-Time OS.

Real-Time Operating System

Advantages of RTOS

Disadvantages of RTOS  

Examples of Real-Time Operating Systems are Scientific experiments, medical imaging systems, industrial control systems, weapon systems, robots, air traffic control systems, etc.


Article Tags :