in Operating System
185 views
0 votes
0 votes
If there are 'n' processor and 'm' processes then maximum process in block state can be?

 

I think its m-n but answer is 'm' how?
in Operating System
185 views

1 Answer

0 votes
0 votes
  • If a running process require i/o operation then it will moves into the block state .

  • In wait state also multiple process will performe i/o operation.

  • In worst case If all process require i/o operation then all will can go in block state . 

  • So there are m process . And all require i/o then all will go into the block state . Which is maximum.

Related questions

0 votes
0 votes
0 answers
2