Computer Science, asked by amazinganu4715, 10 months ago

What is concurrency control ? Explain time stamp based protocols with example.

Answers

Answered by resisuroor
0

It uses system time to determine the time stamp of the transaction. This is the most commonly used concurrency protocol. Lock-based protocols help you to manage the order between the conflicting transactions when they will execute. Timestamp-based protocols manage conflicts as soon as an operation is created

Similar questions