What is new with Synchronization?

Asked By 10 points N/A Posted on -
qa-featured

What is the recent update with synchronization? What is its importance in the field of computer science?

SHARE
Answered By 0 points N/A #159490

What is new with Synchronization?

qa-featured

Synchronization is crucial for  local data handling, remote data access, and caching data. These all involve transmission of data, so synchronization is essential concept in it.

Let’s consider an example of bank transactions, whenever customer performs any transaction, it should be synchronized with the database of bank. The challenge in banking applications is synchronization of data locally as well as remotely among different transactions.

There are several ways to achieve this; you can create your own algorithm. Different vendors offer their own. Microsoft has built two mechanisms, ActiveSync and SQL Server 2000 Windows CE Edition. Well Synchronization is the way to make our program/application safe.

Hope it will satisfy you. Feel free to ask any query

 

Regards

Answered By 590495 points N/A #316676

What is new with Synchronization?

qa-featured

In computer science or computer, sync or synchronization refers to one of two different but related ideas: synchronization of data and synchronization of processes. Data synchronization refers to the concept of keeping multiple copies of a dataset in coherence with another one or to maintain data integrity.

Data synchronization technologies are intended to synchronize a single set of data between two or more devices, automatically copying changes back and forth. Data synchronization can be local synchronization or remote synchronization. Local synchronization is when data is transferred and the device and the computer are side-by-side. Remote synchronization is when a user is mobile and the data is synchronized over a mobile network.

Related Questions