Asynchronous update systems for updating replicated database might result in inconsistent databases. Explain why.
What will be an ideal response?
The resulting schedule might not be serializable because, for example, a transaction, T1 might read two data items, x and y, of a committed transaction T2, but it might read the value of x that T2 updated while it was executing and the value of y, which was a replicated value, before it was updated by the transaction that started after T2 committed.
Computer Science & Information Technology
You might also like to view...
A Windows System Recovery/Repair disc may be used to restore a PC to an operable state.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
This term means to scramble, to mix up, to change data in such a way that the wrong people can't read it, but so the right people can unscramble it.
A. authentication B. authorization C. encryption D. nonrepudiation
Computer Science & Information Technology