edited by
6,120 views

2 Answers

Best answer
5 5 votes

Recovery through killing processes is the Crudest but simplest way to break a deadlock.

– Kill one of the processes in the deadlock cycle: the other processes get its resources.

– Choose process that can be rerun from the beginning

Hence,Option(D)kill one of the processes.

selected by
2 2 votes
kill one of the processes is simplest way to recover from deadlock . it will automatically release all the occupied resources and leave its claim for any unoccupied resource so ans is D
Answer:
Position:
Show:

Related questions

3 3 votes
2 2 answers
2.8k
2.8k views
go_editor asked Jul 29, 2016
2,834 views
Possible thread states in Windows 2000 operating system include:Ready, running and waitingReady, standby, running, waiting, transition and terminatedReady, running, waiti...
2 2 votes
1 1 answer
2.7k
2.7k views
go_editor asked Jul 29, 2016
2,709 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!
3 3 votes
1 answers 1 answer
4.5k
4.5k views
go_editor asked Jul 29, 2016
4,458 views
The directory structure used in Unix file system is calledHierarchical directoryTree structured directoryDirected acrylic graphGraph structured directory
2 2 votes
1 answers 1 answer
3.1k
3.1k views
go_editor asked Jul 29, 2016
3,122 views
Translation Look-aside Buffer (TLB) isa cache-memory in which item to be searched is compared one-by-one with the keysa cache-memory in which item to be searched is compa...