Changes between Version 44 and Version 45 of Old/NodeHandler/Multicast


Ignore:
Timestamp:
Apr 4, 2006, 2:57:06 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Multicast

    v44 v45  
    6464default, the communication layer will send the message to all the nodes.
    6565
    66 Since, the ACL/LCT implementation is not fully reliable in the sense that it doesn't guarantee
    67  reliable delivery, is the reason for putting a error correction mechanism on top.
    68 The NodeHandler will then wait for ACKs from the NodeAgent, which will be received through the
    69 TCP socket. The communication server, after a pre-defined interval, will repeatedly send the
    70 command till it receives an ACK confirming receipt of a previously sent message from all the
    71 intended nodes. Only after all the NodeAgents have confirmed successful receipt of the
    72 command, will the NodeHandler proceed with sending the next command.
     66After a message is sent, the communication server will wait for ACKs from the NodeAgent, which
     67will be received through the TCP socket. All message-ACK correlation for each node will be
     68done by the communication server. Also, it will, after a pre-defined interval, repeatedly send
     69the command till it receives an ACK confirming receipt of a previously sent message from all the intended nodes. Only after all the NodeAgents have confirmed successful receipt of the
     70command, will the communication server initmate the NodeHandler to proceed with sending the next command.
    7371
     72This amounts to an error correcting mechanism on top of reliable multicast, but it has been
     73deemed necessary because the ACL/LCT implementation is not fully reliable in the sense that it
     74doesn't guarantee reliable delivery,
    7475}}}
    7576