InterviewSolution
Saved Bookmarks
| 1. |
What are the characteristics of transaction semantics?(a) Suitable for applications that are concerned about coherence of data(b) The users of this model are interested in the atomicity property for their transaction(c) Easy to implement in a single processor system(d) Write-back enhances access performanceI got this question by my college professor while I was bunking the class.This interesting question is from Distributed File System topic in chapter Distributed File Systems of Operating System |
|
Answer» Right choice is (B) The users of this model are INTERESTED in the atomicity property for their transaction |
|