Multiple choice technology embedded technologies

Which of below is part of sync in FTC

  1. Database

  2. Transaction Server

  3. NTP

  4. Clock Distribution

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Database is a key component of synchronization in Fault-Tolerant Computing systems, ensuring data consistency across redundant components. The database must be synchronized to maintain integrity during failover scenarios.

AI explanation

In this fault-tolerant system, the Database is the component kept synchronized (mirrored/replicated) between redundant units so that a failover unit has consistent state, which is why it's the answer rather than infrastructure components like the Transaction Server, NTP, or Clock Distribution that serve other roles (timing/transaction routing) rather than data sync.