edited by
259 views
0 votes
0 votes

Which of the following statement is wrong?

  1. $2-$ phase locking protocol suffers from dead locks
  2. Time-Stamp protocol suffers from more abort
  3. Time-Stamp protocol suffers from cascading rollbacks whereas $2-$ phase locking protocol do not
  4. None of these
edited by

1 Answer

0 votes
0 votes

Ans: C)

Because 2 phase locking protocol suffers from cascading rollbacks

 

NOTE:

  • 2 phase locking protocol may be lead to deadlocks.
  • In Timestamp based method, deadlock cannot occur

 

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Mar 27, 2020
4,629 views
Which statement is wrong If linked origin $\neq$ translated origin, relocation must be performed by the linkerIf load $\neq$ linked origin, the loader must perform reloca...
0 votes
0 votes
0 answers
2
go_editor asked Mar 27, 2020
752 views
Tasks done in parsing are:Check the validity of a source stringDetermine the syntactic structure of a source stringBoth A and BNone of these
0 votes
0 votes
1 answer
3
go_editor asked Mar 27, 2020
356 views
$\text{YACC}$ builds up _____parsing table.$\text{LALR}$$\text{LR}$$\text{SLR}$$\text{LLR}$
2 votes
2 votes
1 answer
4
go_editor asked Mar 27, 2020
1,175 views
The action of passing the source program into the proper syntactic class is known as:Syntax analysisLexical analysisInterpretation analysisUniform symbol generation