Saturday, June 21, 2008

SERVICES OF OPERATING SYSTEMS

An operating system performs these services for applications:
1. In a multitasking operating system where multiple programs can be running at the same time, the operating system determines which applications should run in what order and how much time should be allowed for each application before giving another application a turn.
2. It manages the sharing of internal memory among multiple applications.
It handles input and output to and from attached hardware devices, such as hard disks, printers, and dial-up ports.
3. It sends messages to each application or interactive user (or to a system operator) about the status of operation and any errors that may have occurred.
4. It can offload the management of what are called batch jobs (for example, printing) so that the initiating application is freed from this work.
5. On computers that can provide parallel processing, an operating system can manage how to divide the program so that it runs on more than one processor at a time.
6.All major computer platforms (hardware and software) require and sometimes include an operating system. Linux, Windows 2000, VMS, OS/400, AIX, and z/OS are all examples of operating systems.

No comments: