• Home
  • /
  • Blog
  • /
  • Different Types of Operating System – Functions, Advantages & Disadvantages

Different Types of Operating System – Functions, Advantages & Disadvantages

different types of operating system

This post is also available in: العربية (Arabic)

An Operating System (OS) is software that acts as an interface between computer hardware components and the user. Every computer system must have at least one operating system to run other programs. Applications like MS Office, Games, Browsers, etc., need some environment to run and perform their tasks.

The OS helps you to communicate with the computer without knowing how to speak the computer’s language. It is not possible for the user to use any computer or mobile device without having an operating system.

Let’s understand different types of operating system along with their advantages and disadvantages.

Different Types of Operating System

There are various types of operating systems available suiting various types of devices and applications. These operating systems can be broadly classified into 5 types.

  • Batch Operating System
  • Time-Sharing Operating System
  • Distributed Operating System
  • Network Operating System
  • Real-Time Operating System

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. 

Each user prepares their job on an off-line device like a punch card and submits it to the computer operator. To speed up the processing, jobs with similar needs are batched together and run as a group. The programmers exit their programs with the operator and the operator then sorts the programs with similar requirements into batches.

Types of OS
Batch Operating System

The problems that occur with Batch Operating Systems are as follows −

  • There is a lack of interaction between the user and the job.
  • CPU is being often idle because the speed of the mechanical I/O devices is slower than the CPU.
  • It is difficult to provide the desired priority.

Following are the advantages and disadvantages of the Batch Operating System:

Advantages:

  • Duplication of software is less probable
  • Each task is given equal importance
  • The CPU idle time can be decreased

Disadvantages:

  • Problem of reliability
  • Care of security and integrity is to be taken of user data and programs
  • There is a problem in data communication

Some of the examples of applications using batch operating systems are Payroll Systems, Bank Statement Generation, etc.

2. Time-Sharing Operating System

Time-sharing is a technique that enables many people, located at various terminals, to use a particular computer system at the same time. Time-sharing or multitasking is a logical extension of multiprogramming. Processor’s time which is shared among multiple users simultaneously is termed time-sharing.

The main difference between Multi programmed Batch Systems and Time-Sharing Systems is that in the case of Multi programmed batch systems, the objective is to maximize processor use, whereas, in Time-Sharing Systems, the objective is to minimize response time.

Types of OS
Time-Sharing OS

Multiple jobs are executed by the CPU by switching between them, but the switches occur so frequently. Thus, the user can receive an immediate response. For example, in transaction processing, the processor executes each user program in a short burst or quantum of computation. That is, if n users are present, then each user can get a time quantum. When the user submits the command, the response time is in few seconds at most.

The operating system uses CPU scheduling and multiprogramming to provide each user with a small portion of a time. Computer systems that were designed primarily as batch systems have been modified to time-sharing systems.

Each of the processes passes through the following three states during processing:

  • Active State: The user’s program is under the control of the CPU. Only one program is available in this state.
  • Ready State: The user program is ready to execute but it is waiting for its turn to get the CPU. More than one user can be in a ready state at a time.
  • Waiting State: The user’s program is waiting for some input/output operation. More than one user can be in a waiting state at a time.

Following are the advantages and disadvantages of the Time-Sharing Operating System:

Advantages:

  • Provides the advantage of quick response.
  • Avoids duplication of software.
  • Reduces CPU idle time.

Disadvantages:

  • The problem of reliability.
  • Question of security and integrity of user programs and data.
  • The problem of data communication.

An example of time-sharing can be as the following scenario: while we are using our smartphone we can listen to songs, search for something, view pictures, and various notifications appear side by side. All this is enabled by a time-sharing operating system only. OS does the switching between these tasks time and again so that they all are executed continuously.

3. 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, with 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.

Types of OS
Distributed OS

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 operating systems is that it is always possible that one user can access the files or software which are not actually present on his system. Still, some other system connected within this network i.e., remote access is enabled within the devices connected to that network. 

Following are the advantages and disadvantages of the Distributed Operating System:

Advantages:  

  • Failure of one will not affect the other network communication, as all systems are independent of each other
  • Electronic mail increases the data exchange speed
  • Since resources are being shared, computation is highly fast and durable
  • Load on host computer reduces
  • These systems are easily scalable as many systems can be easily added to the network
  • Delay in data processing reduces

Disadvantages: 

  • Failure of the main network will stop the entire communication
  • To establish distributed systems the language which is used are not well defined yet
  • These types of systems are not readily available as they are very expensive. Not only that the underlying software is highly complex and not understood well yet

Some of the applications using Distributed Operating Systems are

  • The very nature of an application may require the use of a communication network that connects several computers: for example, data produced in one physical location and required in another location.

There are many cases in which the use of a single computer would be possible in principle, but the use of a distributed system is beneficial for practical reasons. For example, it may be more cost-efficient to obtain the desired level of performance by using a cluster of several low-end computers, in comparison with a single high-end computer.

A distributed system can provide more reliability than a non-distributed system, as there is no single point of failure. Moreover, a distributed system may be easier to expand and manage than a monolithic uniprocessor system.

4. Network Operating System

Network Operating System is a computer operating system that facilitates connecting and communicating various autonomous computers over a network. An Autonomous computer is an independent computer that has its own local memory, hardware, and O.S. It is self-capable to perform operations and processing for a single user. They can either run the same or different O.S.

Types of OS
Network OS

The Network Operating System mainly runs on a powerful computer, that runs the server program. It facilitates the security and capability of managing the data, user, group, application, and other network functionalities. The main advantage of using a network operating system is that it facilitates the sharing of resources and memory amongst the autonomous computers in the network.

It can also facilitate the client computers to access the shared memory and resources administered by the Server computer. In other words, the Network Operating System is mainly designed to allow multiple users to share files and resources over the network.

The Network Operating System is not transparent in nature. The workstations connected to the network are aware of the multiplicity of the network devices. The Network Operating Systems can distribute their tasks and functions amongst connected nodes in the network, which enhances the system’s overall performance. It can allow multiple access to the shared resources concurrently, which results in inefficiency. One of the major importance of using a Network Operating System is remote access.

It facilitates one workstation to connect and communicate with another workstation in a secure manner. For providing security, it has authentication and access control functionality. The network operating system implements a lot of protocols over the network, which provides a proper implementation of the network functionalities. One drawback of the Network Operating System is its tightly coupled nature in the network.

Some examples of Network Operating Systems are Novel Netware, Microsoft Windows server (2000, 2003, 2008), Unix, Linux, etc.

Following are the advantages and disadvantages of the Network Operating System:

Advantages:

  • Highly stable centralized servers
  • Security concerns are handled through servers
  • New technologies and hardware up-gradation are easily integrated into the system
  • Server access is possible remotely from different locations and types of systems

Disadvantages:

  • Servers are costly
  • User has to depend on a central location for most operations
  • Maintenance and updates are required regularly
Evolution of Programming Languages

5. Real-Time Operating System

A real-time operating system is an operating system intended to serve real-time applications that process data as it comes in, mostly without buffer delay. 

In a Real-Time Operating System, processing time requirements are calculated in tenths of seconds increments of time. It is a time-bound system that can be defined as fixed time constraints. In this type of system, processing must be done inside the specified constraints. Otherwise, the system will fail.

CodingHero - Different Types of Operating System - Functions, Advantages & Disadvantages 1 5 Types of OS For Effective Functioning of Computers 952 06

Here are important reasons for using Real Time Operating System:

  • It offers priority-based scheduling, which allows you to separate analytical processing from non-critical processing.
  • The Real-time Operating System provides API functions that allow cleaner and smaller application code.
  • Abstracting timing dependencies and the task-based design results in fewer interdependencies between modules.
  • Real-Time Operating System offers modular task-based development, which allows modular task-based testing.
  • The task-based API encourages modular development as a task, will typically have a clearly defined role. It allows designers/teams to work independently on their parts of the project.
  • Real-Time Operating System is event-driven with no time wastage on processing time for the event which is not occurring.

Components of Real-Time Operating System

Here, are important components of a Real-Time Operating System

  • The Scheduler: This component of the Real-Time Operating System tells in which order, the tasks can be executed which is generally based on priority.
  • Symmetric Multiprocessing (SMP): It is a number of multiple different tasks that can be handled by the Real-Time Operating System so that parallel processing can be done.
  • Function Library: It is an important element of a Real-Time Operating System that acts as an interface that helps you to connect kernel and application code. This application allows you to send the requests to the Kernel using a function library so that the application can give the desired results.
  • Memory Management: this element is needed in the system to allocate memory to every program, which is the most important element of the Real-Time Operating System.
  • Fast dispatch latency: It is an interval between the termination of the task that can be identified by the OS and the actual time taken by the thread, which is in the ready queue, that has started processing.
  • User-defined data objects and classes: Real-Time Operating System makes use of programming languages like C or C++, which should be organized according to their operation.

Following are the advantages and disadvantages of the Network Operating System:

Advantages:

  • Maximum consumption: Maximum utilization of devices and systems. Thus more output from all the resources.
  • Task Shifting: The time assigned for shifting tasks in these systems is very less. For example, in older systems, it takes about 10 microseconds. Shifting one task to another and in the latest systems, it takes 3 microseconds.
  • Focus On Application: Focus on running applications and less importance on applications that are in the queue.
  • Real-Time Operating System In Embedded System: Since the size of programs is small, RTOS can also be embedded systems like in transport and others.
  • Error Free: These types of systems are error-free.
  • Memory Allocation: Memory allocation is best managed in these types of systems.

Disadvantages:

  • Limited Tasks: Very few tasks run at the same time and their concentration is very less on a few applications to avoid errors.
  • Use Heavy System Resources: Sometimes the system resources are not so good and they are expensive as well.
  • Complex Algorithms: The algorithms are very complex and difficult for the designer to write on.
  • Device Driver And Interrupt signals: It needs specific device drivers and interrupts signals to respond earliest to interrupts.
  • Thread Priority: It is not good to set thread priority as these systems are very less prone to switching tasks.

Some of the applications using Real-Time Operating Systems are:

  • Airlines reservation system.
  • Air traffic control system.
  • Systems that provide immediate updating.
  • Used in any system that provides up-to-date and minute information on stock prices.
  • Defence application systems like RADAR.
  • Networked Multimedia Systems
  • Command Control Systems
  • Internet Telephony
  • Anti-lock Brake Systems
  • Heart Pacemaker

Practice Problems

  1. What is an Operating System in computers?
  2. What are the functions of an operating system in computers?
  3. What is a Batch Operating System? 
  4. What is a Time-Sharing Operating System?
  5. What is a Distributed Operating System?
  6. What is a Network Operating System?
  7. What is a Real-Time Operating System?

FAQs

What is an operating system in computers?

An Operating System (OS) is software that acts as an interface between computer hardware components and the user.

What are the functions performed by an operating system?

Operating systems provide essential functions for managing devices connected to a computer. These functions include allocating memory, processing input and output requests, and managing storage devices. This device could be a keyboard, mouse, printer, or any other device you may have connected.

What are the different types of operating system?

There are many types of operating systems used in computers. Broadly, these are divided into five types. These are Batch Operating System, Time-Sharing Operating System, Distributed Operating System, Network Operating System, and Real-Time Operating System.

Conclusion

An Operating System (OS) is software that acts as an interface between computer hardware components and the user. There are various types of operating systems available in the market. Each of these types of operating systems has its own strengths and limitations.

Recommended Reading

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}
>