Computer System Servicing
Computer System Servicing
Computer System Servicing
- Keep track of the I/O devices, I/O channels, etc is typically called I/O traffic
controller.
- Decide what is an efficient way to allocate the I/O resource. If it is to be
shared then decide who gets it, how such of it is to be allocated, and for
how long. This is called I/O scheduling.
- Allocate the I/O device and initiate the I/O operation.
- Reclaim device as and when its use is through. In most cases I/O terminates
automatically.
4. Information Management Functions – keeps track of the information, its
location, its usage, status, etc. this is called a file system provides these facilities.
Decides who gets hold of information , enforce protection mechanism and
provides information access mechanisms etc. Allocate the information to a
requesting process e.g. open a file. De-allocate the resource e.g. close a file.