edited by
11,900 views
8 8 votes

When a process is rolled back as a result of deadlock the difficulty which arises is

  1. Starvation
  2. System throughput
  3. Low device utilization
  4. Cycle stealing

4 Answers

Best answer
13 13 votes
We can see the example of bridge crossing, in which bridge has only one lane.

Deadlock will occur when 2 cars of opposing direction meet.

one or more cars may have to backed up if deadlock occurs.

Then starvation(indefinite waiting) is possible.
selected by
5 5 votes
I guess starvation should be the answer if we rollback the process there may be possiblity again deadlock occur so it may goes in starvation.

OPTION A
1 1 vote

1. Starvation might happen for the process but can be avoided.

2. System throughput will be affected as the whole execution of the process till the rollback is going waste.

3. Device is used in rollback - actually more than the ideal case.

4 Cycle stealing is not a related concept. 

So, answer is 2- System throughput as starvation might not always be there. 

0 0 votes
So here also answer should be c . Ryt ?
Answer:
Position:
Show:

Related questions

7 7 votes
3 answers 3 answers
9.3k
9.3k views
Desert_Warrior asked Jun 3, 2016
9,333 views
Consider a system having "n" resources of same type. These resources are shared by 3 processes, A, B, C. These have peak demands of 3, 4, and 6 respectively. For what val...
32 32 votes
3 answers 3 answers
15.2k
15.2k views
gatecse asked Sep 21, 2014
15,249 views
Let $f(x)$ be the continuous probability density function of a random variable $x$, the probability that $a < x \leq b$, is :$f(b-a)$$f(b) - f(a)$$\int\limits_a^b f(x) dx...
4 4 votes
3 answers 3 answers
3.9k
3.9k views
go_editor asked Jun 15, 2016
3,898 views
Process isA program in high level language kept on diskContents of main memoryA program in executionA job in secondary memory
7 7 votes
2 answers 2 answers
17.8k
17.8k views
go_editor asked Jun 14, 2016
17,756 views
Consider a set of 5 processes whose arrival time, CPU time needed and the priority are given below:Process PriorityArrival Time (in ms)CPU Time NeededPriorityP10105P2052P...