Question:

Which of the following protocol is the lock based mechanism for concurrency control?

Show Hint

Two-Phase Locking is the standard method for ensuring serializability in databases.
Updated On: May 26, 2025
  • Two Phase lock protocol
  • Timestamp based protocol
  • Validation based protocol
  • Time lock protocol
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Lock-based concurrency control uses locks to manage access to the database.
Two-Phase Locking (2PL) protocol ensures serializability by dividing the transaction into two phases: growing (acquiring locks) and shrinking (releasing locks).
Was this answer helpful?
0
0