what is synchronization?..............
Answers
the operation or activity of two or more things at the same time or rate.
"lack of synchronization between the dancers made it look clumsy"
adjustment of a clock or watch to show the same time as another.
"clock synchronization between cities"
COMPUTING
the action of causing a set of data or files to remain identical in more than one location.
"folder synchronization allows users on different computers to use shared data sources"
Here is your answer...,
In computer science, synchronization refers to one of two distinct but related concepts: synchronization of processes, and synchronization of data. Process synchronization refers to the idea that multiple processes are to join up or handshake at a certain point, in order to reach an agreement or commit to a certain sequence of action. Data synchronization refers to the idea of keeping multiple copies of a dataset in coherence with one another, or to maintain data integrity. Process synchronization primitives are commonly used to implement data synchronization.
I hope it will help you and mark me as a brain list answer plz.