CONTENTS
CONTENTS
1. Introduction
2. Components of OS
3. Conclusion
4. References
1. Introduction:
Operating system consists of many components. Each component of
the operating system has its own set of defined inputs and Outputs.
Different components of OS perform precise tasks to offer the
overall functionality of the operating system. The components of an
operating system play a key role to make a variety of computer
system parts work together. There are the following components of
an operating system, such as:
1. Process Management.
2. File Management.
3. Network Management.
4. Main Memory Management.
5. Secondary Storage Management.
6. I/O Device Management.
7. Security Management.8.Command Interpreter System.
2.1 COMPONENTS OF OS:
1. Process Management:
Process management is a fundamental component of an operating
system that oversees the execution of programs and ensures efficient
multitasking. It involves creating, scheduling, and terminating
processes, as well as managing their communication and resource
allocation. The operating system's process manager is responsible
for allocating CPU time to different processes, allowing for
concurrent execution and prioritizing tasks. It also ensures processes
do not interfere with each other, providing isolation and security.
Process management is critical for the stable and efficient operation
of a computer system.
For example, when you use a search engine like Chrome, there is
a process running for that browser program.
2.2. File Management: