New Page 1
Welcome to basicsofcomputer.com
 

Share This Free Knowledge With Your Friends:

Home » Introduction to Operating System » Operating System Services for Process Management

Operating System Services for Process Management:

Below is a list of selected operating system services:

Program Execution: The operating system must provide the ability to load a program into memory and to run it.

I/O Operations: The operating system must provide this capability since users cannot perform I/O directly.

File System Manipulation: The operating system must provide the capability to read, write, create and delete files from a user program. There are many details in file creation, deletion, allocation, and naming that users should not have to perform. Blocks of disk space, are used by files and must be tracked. Deleting a file requires removing the name file information and freeing the allocated blocks. Protections must also be checked to assure proper file access.

Communications: It is the exchange of information between processes that may be executing on the same computer or on completely different machines. This is usually implemented via shared memory or message passing.

Error Detection: It is the ability to detect errors in CPU, memory hardware, I/O devices or in user programs. Error detection occurs at both hardware and software levels. At hardware level, all data transfers must be checked to ensure that data have not been corrupted or changed. At software level, media must be checked for data consistency. For example, the number of allocated and unallocated blocks of storage . should match the total number of blocks on the device.

Some additional operating system services that do not help the user but ensure that the machine runs efficiently are as follows:

Resource Allocation: It is the ability to allocate resources to multiple users or to multiple jobs running at the same time.

Accounting: It is the ability to keep track of and to record which users use how much and what kinds of computer resources.

Protection: It is the ability to ensure that all access to system resources is controlled.

Relevant Articles:

Definition-Explanation of Operating System and Role of Operating System
Different Mainframe Systems
Personal Computer Systems in Operating System
Multiprocessor Systems
Definition and Explanation of Distributed Systems in Operating System
Clustered Systems in Operating System
Real-Time Systems in Operating System
Hand-Held Systems in Operating System
Interrupts in Operating System
Operating System Mode
Operating System Components
Role of Kernel in Operating System
Operating System Services for Process Management
System Calls in Operating System
 
New Page 1

Basic Computer Science

   
» The Age of Information

» Types of Computer and Digital Age

» Input and Output Devices

» Storage Devices Of Computer

» Central Processing Unit

» Software: The Power Behind The Power

» Data Communication and Computer Networks

» The Nature Of Information

» The System Theory

» Transaction Processing System (TPS) and Management Information System (MIS)

» Decision Support System (DSS) and Executive Support System (ESS)

» Expert System (ES) and Office Information System (OIS)

 

Operating Systems

   
» Introduction to Operating System

» Introduction to Process Management

» Threads and CPU Scheduling

» Process Synchronization in Operating System

» Deadlocks

» Memory Management in Operating System

» Virtual Memory in Operating System

» File System Management in Operating System

» I/O and Device Management

» Security

» Linux Operating System

 

Database Management System

   
» Introduction to Database Systems

» Database System Architecture

» Database Administration and Database Development Process

» The Entity-Relationship Model

» Semantic Object Model

» Logical Database Design and Relational Data Model

» Normalization in Database

» Transformation of E-R Model into Relational Data Model

» Representing Semantic Object Model and Types of Semantic Object Model

» Physical Database Design

» Introduction to Structured Query Language (SQL)

» Implementation of Relational Database and Database Application Design

» Client Server Database Systems & Open Database Connectivity (ODBC)

 

Questions and Answers

   
» Basics of Information Technology

» Computer Architecture

» Data Communication

» Information Networks

» Fundamentals of the Internet

» Application and Uses of Computer

» Security, Copyright and The Law

» Windows Operating Systems

» Spreadsheet Software

» Process Management in CPU

» CPU Scheduling

» Process Synchronization

» Deadlocks

» Memory Management

» Database Systems

» Database System Architecture

» Database Administration and Database Development Process
 
 
New Page 1
 

Home                Dictionary                 Contact us                   About us                    Privacy policy                  Link to us                   Advertise

Copy right ©  2012