Give an example of the interleavings of two transactions that is serially equivalent at each server but is not serially equivalent globally.

What will be an ideal response?


Schedule at server X:

T: Read(A); Write(A); U:Read(A); Write(A); serially equivalent with T before U

Schedule at Server Y:

U: Read(B); Write(B); T: Read(B); Write(B); serially equivalent with U before T
This is not serially equivalent globally because there is a cycle T U T.

Computer Science & Information Technology

You might also like to view...

By default, the tabs on a JTabbedPane appear at the:

a. top. b. bottom. c. left. d. right.

Computer Science & Information Technology

____ controls the spacing between any two specific letters.

A. Leading B. Feathering C. Kerning D. Tracking

Computer Science & Information Technology

Which of the following tags creates a form with the name OrderForm?

A.

B. C. D.

Computer Science & Information Technology

You are given the following information about the IP address of a host connected to the network, 200.10.5.68/28. Determine the number of network (N), subnet (S), and host (H) bits. Which of the following statements are TRUE?

A) N = 12 B) S = 3 C) H = 4 D) N = 16

Computer Science & Information Technology