Seven State Process Model :
To understand the functionality of seven states process model simulation application, first is to understand what is concept of the seven state process model?
Seven state process model contains seven states for execution of processes:
- New : – contains the processes which are newly coming for execution.
- Ready : – contains the processes which are in main memory and available for execution.
- Running : – contains the process which is running or executing.
- Exit : – contains the processes which are completely executed.
- Blocked : – contains the processes which are in main memory and awaiting an event occurrence.
- Blocked Suspend : – contains the processes which are in secondary memory and awaiting an event occurrence.
- Ready Suspend : – contains the processes which are is in secondary memory but is available for execution as soon as it is loaded into main memory.
Two-State Model :
Three-State Model :