0
732views
What are preemptive and non-preemptive algorithms?
1 Answer
0
15views
Preepmtive Non-preemptive
1. Resources allocated toprocess for limited time. 1. Resources alotted till process is
complete/switches to waiting.
2. Processes can be interrupted. 2. Process cannot be interrupted.
3. Low priority process maystarve. 3. Short timed process may starve.
4. Has overheads. 4. No overheads.
5. Flexible. 5. Rigid.
6. …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.