Which concurrency control protocol uses timestamp ordering ?

2026

Which concurrency control protocol uses timestamp ordering ?

Answer: B. Timestamp-based protocoltimestamp-based concurrency control protocols use timestamps to order transactions and ensure serializability. Each transaction receives a unique timestamp…

  1. A.

    Two-phase locking

  2. B.

    Timestamp-based protocol

  3. C.

    Validation-based protocol

  4. D.

    Snapshot isolation

Attempted by 402 students.

Show answer & explanation

Correct answer: B

timestamp-based concurrency control protocols use timestamps to order transactions and ensure serializability. Each transaction receives a unique timestamp upon arrival, which determines the order of execution and conflict resolution.

Explore the full course: Niacl Ao It Specialist

Loading lesson…