Changes between Version 28 and Version 29 of Old/NodeHandler/Multicast


Ignore:
Timestamp:
Apr 3, 2006, 6:40:43 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Multicast

    v28 v29  
    11[[TOC(Documentation/NodeHandler/Multicast)]]
    22= Reliable Multicast Architecture Design =
    3 {{{Saswati Swami (sswami@eden.rutgers.edu)}}}
     3
     4{{{
     5Saswati Swami (sswami@eden.rutgers.edu)
     6}}}
     7
    48== Introduction ==
    59The current NodeHandler code works satisfactorily on the small grid and the sandboxes. But this same code fails to work correctly on the big grid. This is due to the fact that in the current grid consisting of 400 nodes, packet loss is a major problem. And this problem escalates sharply with the increase in the no. of nodes. Specifically, when trying to image more than 150 nodes in a single attempt, the high packet loss prevents successful completion. To alleviate this problem, it has been decided to explore the use of a reliable multicast protocol. The implementation being considered here is MCLv3, which is an Open Source