Introduction to Operating System (original) (raw)

Last Updated : 23 Apr, 2026

An operating system acts as an intermediary between the computer hardware and the user. It prevents the user from directly accessing the hardware and manages all system resources.

Operating System and User Interaction

Every general-purpose computer consists of hardware, an operating system, system programs and application programs.

operating_system_diagram

An operating system is always running in the background to manage and coordinate the use of hardware resources among system and application programs for multiple users. The OS itself is not only a user interface. Instead, it provides an interface for user interaction, typically through:

**Note: At the core of the OS lies the Kernel, which is the primary interface between hardware and software which handles low-level operations such as process management, memory management, file system control and device handling.

Goals of Operating System

An operating system is system software that acts as an interface between the user and computer hardware. It manages system resources and provides a platform for executing programs efficiently.

Primary Goals

The primary goals of an operating system (OS) are to provide an easy to use and convenient environment for executing user programs.

Secondary Goals

Secondary goals of an operating system focus on improving overall system performance and stability. They ensure efficient use of resources and make the system reliable and robust.

Components of an Operating System

There are two basic components of an Operating System.

List of Common Operating Systems

There are multiple types of operating systems each having its own unique features:

Applications of Operating System

For more, refer to Need of Operating Systems.

Why to Choose the Operating System?

There are so many factors to be considered while choosing the best Operating System for our use. These factors are mentioned below.

**Related Posts