Mark As Completed Discussion

Try this exercise. Click the correct answer from the options.

Which of the following statements best describes Conflict-free Replicated Data Types (CRDTs)?

Click the option that best answers the question.

  • CRDTs facilitate direct communication between different data nodes in a distributed database.
  • CRDTs allow multiple replicas to be updated independently and concurrently, without the need for a central coordinating process.
  • CRDTs resolve conflicts between data entries by choosing the entry with the most recent time-stamp.
  • CRDTs ensure that every update to the database is immediately reflected on all nodes.