in Databases edited by
1,665 views
1 vote
1 vote

Two phase protocol in a database management system is :

  1. a concurrency mechanism that is not deadlock free

  2. a recovery protocol used for restoring a database after a crash

  3. Any update to the system log done in 2-phases

  4. not effective in Database

in Databases edited by
1.7k views

1 comment

option A  2 Phase Locking protocol  is popular concurrency protocol which ensures serializability but  can also suffer from deadlock.
1
1

1 Answer

0 votes
0 votes
option B . As 2 PL is not deadlock free but recoverable.

1 comment

2 Phase Protocol may or may not be recoverable because protocol don’t say about commit orders.
0
0

Related questions