Skip to content
Learnearn.uk » IB Computer Science » Role of the Operating System in Resource Management

Role of the Operating System in Resource Management

Intro

Introduction to Resource Management

The operating system (OS) acts as the intermediary between the user and the hardware. One of its most important responsibilities is managing the computer’s resources.

These resources include:

  • CPU – for processing tasks
  • Memory – for temporary data storage
  • Storage – for long-term data storage
  • Input/Output (I/O) devices – for interaction with the system

By managing these efficiently, the OS ensures optimal performance, fairness among users, and security across all running processes.

CPU

Memory

Storage

I/O

Security

Efficiency