


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of computer system organization and the components of an operating system. It covers topics such as computer-system operation, interrupt handling, and individual operating system components including process management, main memory management, file management, i/o system management, secondary storage management, and networking. The document also discusses the role of an operating system in managing hardware and ensuring concurrent execution of processes.
Typology: Exercises
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Objectives
OPERATING SYSTEM COMPONENTS In order to get a complete overview of operating system we need to observe its individual components, their functionality and association with each other etc. these components are given subsequently.
Operating system maintains a process table for all the processes in terms of array of structures or linked lists. In time sharing systems, when more than one processes are simultaneously running sometime a process need to be freed from CPU, so kept in a suspended-mode. But before going to this mode its current status is stored in process table called core image , so that can be resumed afterwards. There are mainly two types of processes:
One of the main purposes of an OS is to provide an abstract version of hardware, means to display hardware in sense of some file or some named entity. For example, in windows control panel provide all hardware list in terms of directories, like printer, modem, scanner etc. Operating system manages these components by: