Changes between Version 40 and Version 41 of Old/NodeHandler/Multicast


Ignore:
Timestamp:
Apr 3, 2006, 8:04:41 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Multicast

    v40 v41  
    5555}}}
    5656
     57'''R.4:'''
     58{{{
     59The messages sent from the NodeHandler to the NodeAgent consist of commands to be executed on
     60the NodeAgent. These messages may be sent to all the nodes in the multicast group or to a subset of the nodes in the multicast group based on node Alias. If the message has to be sent to a subset of the nodes, then the NodeHandler will indicate as such to the communication
     61layer and also identify the set of nodes which will receive the message. Otherwise, by default, the communication layer will send the message to all the nodes.
     62
     63Since, the ACL/LCT implementation is not fully reliable in the sense that it doesn't guarantee reliable delivery,
     64is the reason for putting a error correction mechanism on top.
     65}}}
     66
    5767== Overall Architecture ==
    5868