Process

Two-State Process Model

Intuitively, this would be the first idea of how you have states for processes.

Processes must wait in some sort of queue until it’s their turn. But this is bad due in the event that processes are blocked (due to O). The queue will be blocked

  • I mean you could just move it towards the beginning of the queue again, but the problem is we don’t make the distinction, it’s either running or not running

We add new states (BLOCKED, READY, EXIT) using a Five-State Process Model.