Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Assignment-1

Q1 : Explain the concept of conflict serializibility. Define Conflicting instructions and Non Conflicting instructions. Q2 : Determine Whether the following schedule is conflict serializable? If conflict serializable , then determine the equivalent serial schedule. T1 Read(A) Write(A) Read(B) Write(B) Read(A) Write(B) Read(B) Write(B) T2

Q3: Justify the Statement given below by taking an example. Every conflict serializable schedule is view serializable but reverse is not true. Q4: Define view serializibilty . Determine whether the following schedule is view serializable ? If Yes, then determine the equivalent serial schedule.

T1 Write(A)

T2

T3

Read(A) Write(B)

Read(B) Write(A) Write(B)

You might also like