Clock Synchronization
#1

Clock Synchronization

[attachment=17460]
Global State

.Global state of a distributed system
Local state of each process
Messages sent but not received (state of the queues)
.Many applications need to know the state of the system
Failure recovery, distributed deadlock detection
.Problem: how can you figure out the state of a distributed system?
Each process is independent
No global clock or synchronization
.Distributed snapshot: a consistent global state

Distributed Snapshot Algorithm

Assume each process communicates with another process using unidirectional point-to-point channels (e.g, TCP connections)

Any process can initiate the algorithm
Checkpoint local state
Send marker on every outgoing channel
On receiving a marker
Checkpoint state if first marker and send marker on outgoing channels, save messages on all other channels until:
Subsequent marker on a channel: stop saving state for that channel

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: lamport algorithm java code for clock synchronization, clock synchronization in distributed systems,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  ELECTRONIC CLOCK seminar details 0 721 07-06-2012, 05:13 PM
Last Post: seminar details
  REMOTE-CONTROLLED REAL-TIME CLOCK WITH DEVICE CONTROLLER seminar paper 0 1,023 15-03-2012, 04:07 PM
Last Post: seminar paper
  digital clock full report seminar paper 0 1,023 14-03-2012, 03:24 PM
Last Post: seminar paper
  Propeller Clock seminar addict 0 2,017 28-01-2012, 02:00 PM
Last Post: seminar addict
  DETECTING POWER GRID SYNCHRONIZATION FAILURE seminar addict 0 1,818 18-01-2012, 12:54 PM
Last Post: seminar addict

Forum Jump: