- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Operating System Resource Management
An operating system (OS) is basically a collection of software that manages computer hardware resources and provides common services for computer programs. The operating system is a crucial component of the system software in a computer system.
These are some few common services provided by an operating system −
- Program execution
- I/O operations
- File System manipulation
- Communication
- Error Detection
- Resource Allocation
- Protection
In the matter of multi-user or multi-tasking environments, resources such as main memory, CPU cycles and files storage are to be allocated to each user or job. Some major activities of an OS with respect to resource management are −
The Operating System manages all kinds of resources using schedulers.
CPU scheduling algorithms are employed for better utilization of CPU
- Related Articles
- How does the operating system act as a resource manager and extended machine?
- Major Activities of an Operating System with Regard to Process Management
- Major Activities of an Operating System with Regard to Memory Management
- Automatic resource management in Java
- What is Human Resource Management?
- Major Activities of an Operating System with Regard to Secondary Storage Management
- Difference Between Network Operating System and Distributed Operating System
- Operating System Structure
- Operating System Operations
- Layered Operating System
- Hybrid Operating System
- Operating System Generations
- Operating System Debugging
- Operating System Definition
- Batch operating system

Advertisements