#1
8th January 2012, 03:15 PM
|
|||
|
|||
What is meant by synchronization?
what is meant by synchronization/ hoe does the synchronization tools help in offering a correct solution for reduce and written problem? explain
|
#2
15th April 2015, 10:29 AM
|
|||
|
|||
Re: What is meant by synchronization?
Quote:
>>Synchronization is the process of coordinating or matching two or more activities, devices or processes in time. For example in case of Time Division Multiplexing synchronization at the receiver's end is necessary for reception of sent data. In case of Computer, the synchronization has a bit different meaning: >It is related with synchronization of data and processes. Processes synchronization means that multiple processes are joined up or handshaked at a certain point so to reach an agreement or commit to a certain sequence of action. Data Synchronization means keeping different data copies in coherence with one another so as to maintain data integrity. Processes synchronization is commonly used to implement data synchronization. |
|