
- Operating System Tutorial
- OS - Home
- OS - Overview
- OS - Components
- OS - Types
- OS - Services
- OS - Properties
- OS - Processes
- OS - Process Scheduling
- OS - Scheduling algorithms
- OS - Multi-threading
- OS - Memory Management
- OS - Virtual Memory
- OS - I/O Hardware
- OS - I/O Software
- OS - File System
- OS - Security
- OS - Linux
- OS - Exams Questions with Answers
- OS - Exams Questions with Answers
- Operating System Useful Resources
- OS - Quick Guide
- OS - Useful Resources
- OS - Discussion
How does the operating system act as a resource manager and extended machine?
An operating system is the interface between the user and the machine which controls and coordinates the use of the hardware among the various application programs for the various users.
Operating System as Extended Machine
Let us understand how the operating system works as an Extended Machine.
At the Machine level the structure of a computer’s system is complicated to program, mainly for input or output. Programmers do not deal with hardware. They will always mainly focus on implementing software. Therefore, a level of abstraction is supposed to be maintained.
Operating systems provide a layer of abstraction for using disk such as files.
This level of abstraction allows a program to create, write, and read files, without dealing with the details of how the hardware actually works.
The level of abstraction is the key to managing the complexity.
Good abstractions turn an impossible task into two manageable tasks.
The first is to define and implement the abstractions.
The second is to solve the problem at hand.
Operating system provides abstractions to application programs in a top down view.
For example − It is easier to deal with photos, emails, songs, and Web pages than with the details of these files on disks.
The diagram given below shows the functioning of OS as an extended machine −
Operating System as Resource Manager
Let us understand how the operating system works as a Resource Manager.
Now-a-days all modern computers consist of processors, memories, timers, network interfaces, printers, and so many other devices.
The operating system provides for an orderly and controlled allocation of the processors, memories, and I/O devices among the various programs in the bottom-up view.
Operating system allows multiple programs to be in memory and run at the same time.
Resource management includes multiplexing or sharing resources in two different ways: in time and in space.
In time multiplexed, different programs take a chance of using CPU. First one tries to use the resource, then the next one that is ready in the queue and so on. For example: Sharing the printer one after another.
In space multiplexing, Instead of the customers taking a chance, each one gets part of the resource. For example − Main memory is divided into several running programs, so each one can be resident at the same time.
The diagram given below shows the functioning of OS as a resource manager −
- Related Articles
- Operating System Resource Management
- Distinguish between Machine and operating system virtualization.
- How does the operating system function from a system point of view?
- How to find operating system in the client machine using JavaScript?
- How does the atmosphere act as a blanket?
- How does graphite act as a lubricant?
- How does the cork act as a protective tissue?
- Difference Between Network Operating System and Distributed Operating System
- How does the operating system function from the user point of view?
- How are system calls connected to the operating system?
- Operating System Design and Implementation
- How the operating system manages computer hardware?
- Protection and Security in Operating System
- Difference between Operating System and Kernel
- Difference Between Kernel and Operating System
