Wednesday, January 12, 2011

Functions of OS, Common OS and Goals/Objective of OS:

Functions of OS:
  1. Implementing the user interface.
  2. Sharing hardware among users.
  3. Facilitating input/output.
  4. Recovering from errors.
  5. Facilitating parallel operations.
Common OS:
  1. Windows(Win 98,XP,Vista,Windows 7)
  2. Macintosh OS X
  3. LINUX and UNIX
  4. i5/OS (IBM iSeries)
  5. z/OS (IBM z series mainframes)
Goals/Objective of OS:
  1. To hide details of hardware by creating abstraction (used to reduce complexity, to enforce
  2. security).
  3. To allocate resources to processes.
  4. To provide a pleasant and effective user interface.
Job Management:- It controls the order and time in which programs are run.

Task Management:- Multitasking, which is the ability to simultaneously execute multiple programs.

Data Management:- It keeps track of the data on disk, tape and optical storage devices. The application program deals with data by file name. The OS’s file system knows where that data are physically stored.

Device management:- It controls peripheral devices by sending them commands in their own propriety language. The software routine that knows how to deal with each device is called a “driver” and the OS requires drivers for the peripherals attached to the computer.

No comments:

Post a Comment