DS Unit 5: Transactions and Concurrency Control most asked questions

On this page, you will find all the most important and most asked previous year questions from unit 5 Transactions and Concurrency Control of the Distributed System subject.

It will help you in the preparation of your semester exam to score good marks. It will also save you from the backlogs.

Topic : Transactions and Concurrency Control (Key Note and Questions)

Questions

  1. What do you mean by transaction in distributed system? Write its major properties.
  2. What is lock? Write the functions of lock manager.
  3. Write a note on 2 PL and strict 2 PL.
  4. What is nested transaction? What are the advantage of nested transaction.
  5. Describe how a non-recoverable situation could arise if write locks are released after the last operation of a transaction but before its commitment.
  6. Explain optimistic concurrency control . How this method avoids the drawbacks of locking? Explain.
  7. Write the different validations conditions for optimistic concurrency control? Explain it.
  8. Explain about timestamp ordering.
  9. What is multi-version timestamp ordering. Describe the advantages and disadvantages of multiversion timestamp ordering over the ordinary timestamp ordering.

Topic : Distributed Transactions (Key Note and Questions)

Questions

  1. Write short note on flat and nested transaction.
  2. Differentiate the simple and nested distributed transaction.
  3. What are the goals of distributed transaction? differentiate flat and nested transaction with its structure.
  4. What do you mean by commit protocol? Explain its operation.
  5. Discuss concurrency control.
  6. Explain the various problem with concurrency control.
  7. Explain distributed transaction. How distributed affect the transaction?.
  8. Write a note on Logging and Shadow versions.
  9. Briefly explain the objective of distributed transaction management.
  10. Draw a schematic diagram of the distributed transaction management model. Explain each component in brief.

Topic : Distributed Transactions (Key Note and Questions)

Questions

  1. What is replication and replica manager? Give the architectural model for replicated data.
  2. Describe the architecture of replicated transactions.
  3. Explain the group communication in replicated data.
  4. Write a short note on : 1. Gosssip architecture 2. Quorum consensus methods.
  5. Explain highly available services.
  6. How will you execute the transaction when data is replicated among several sites and data consistency is highest criteria ? Also, discuss the case when data availability is highest criteria.
  7. What is atomic commit protocol? Explain in brief.