592 views
0 votes
0 votes

 

1 Answer

0 votes
0 votes

For getting Maximum, you can assume "If all processes can be in that state?"

For Ready state, yes all processes can be in that state ===> m

For Block state, yes all processes can be in that state ===> m

For Running state, no all processes can't be in that state and maximum we can serve only n processes with n processors ===> n

Related questions

0 votes
0 votes
1 answer
3
ajayraho asked Oct 23, 2022
910 views
What is the significance of infinite loop that is written in every example of process synchronisation? What would happen if there wasn't any infinite loop?