Question - What is the need of device status table?
Answer -
1. This table gives the device type, its address and status.
2. It is required to keep a track of many input output requests at the same time.
3. The state of the device can be functioning, idle or busy.
4. If a device is busy, type of request and other parameters are stored in the table entry.
5. If more than one processor issues request for the same device then a wait queue is maintained.