Types of Operating Systems

Last Updated :

Operating System (OS) is an interface between a computer user and computer hardware, which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.

Types of Operating Systems :

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/OS, etc.

  1. Batch Operating System :
    This type of operating system does not interact with the computer directly It takes similar jobs having same requirement and group them into batches. Examples – Payroll System, Bank Statements etc.

  2. Time-Sharing Operating System :
    Each user gets time of CPU as they use single system. These systems are also known as Multitasking Systems. Examples – Multics, Unix etc.

  3. Distributed Operating System :
    Distributed systems use multiple central processors to serve multiple real-time applications and multiple users. Data processing jobs are distributed among the processors accordingly. These are referred as loosely coupled systems or distributed systems. These system’s processors differ in size and function. Example – LOCUS etc.

  4. 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 type of operating systems allow shared access of files, printers, security, applications, and other networking functions over a small private network. Examples – Microsoft Windows Server 2003, Microsoft Windows Server 2008, UNIX, Linux, Mac OS X, Novell NetWare, and BSD etc.

  5. Real-Time Operating System :
    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 are very strict like missile systems, air traffic control systems, robots etc. There are two types of real time OS – Soft real time OS, and Hard real time OS.



Please write comments if you find anything incorrect. A gentle request to share this topic on your social media profile.

Comment
Next Article
CPP_Programmer Published 30 Aug, 2020 · 2 min read

Similar Reads

  • Software concepts of Computer

    Before starting the software concepts, let us take a brief look into the components of computer. Components of Computer: A computer system has 3 components namely: Hardware, Software,…

    3 min read
  • Difference between Full Virtualization and Para-virtualization

    Process of abstracting underlying hardware components from software is the primary concept behind virtualization. 1. Full Virtualization In full virtualization, a single host operating system allows the execution…

    2 min read
  • Storage Structure memory

    Storage structure consists of registers, main memory, and magnetic disk is only one of many possible storage systems. There are also cache CD ROM, magnetic takes, and so…

    3 min read
  • What is Software and its Types ?

    Software is nothing but a program or collection of programs that perform a specific task. Software is a bridge between user and computer hardware. Softwares directs the peripheral…

    1 min read
  • Difference between MAC Address and IP Address

    MAC Addresses and IP Addresses both identify devices on the Internet. The NIC card manufacturer provides MAC Address. Whereas, the Internet Service Provider provides the IP Address. The…

    2 min read
  • Difference between Compiler and Interpreter

    1. Compiler Compiler takes high-level human readable program and convert into low-level machine readable program. Compiler checks for any error for syntax and some semantic in the code.…

    2 min read