Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Total marks: 1 0 Q . 2 Set. ( B ) i ) Consider a variant of the tree protocol called the forest protocol. The
Total marks:
QSet. B
i Consider a variant of the tree protocol called the forest protocol. The database is organized as a forest of rooted trees. Each transaction Ti must follow the following rules:
The first lock in each tree may be on any data item.
The second, and all subsequent, locks in a tree may be requested only if the parent of the requested node is currently locked.
Data items may be unlocked at any time.
A data item may not be relocked by Ti after it has been unlocked by Ti
Show that the forest protocol does not ensure serializability. marks
ii
Consider the following two transactions:
T: readA;
readB;
if A then B : B ;
writeB
T: readB;
readA;
if B then A : A ;
writeA
a Add lock and unlock instructions to transactions T and T so that they observe the twophase locking protocol. marks
b Can the execution of these transactions result in a deadlock? marks
Total marks:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started