wiki:Old/NodeHandler/Multicast

Version 24 (modified by sswami, 18 years ago) ( diff )

Table of Contents

    Error: Page Documentation/NodeHandler/Multicast does not exist

Reliable Multicast Architecture Design

Introduction

The 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 Implementation of the ALC and NORM Reliable Multicast Protocols.

Major Design Requirements

R.1

Architecture

Ref:

http://www.ietf.org/internet-drafts/draft-ietf-rmt-fec-bb-revised-3.txt

http://www.ietf.org/internet-dratfs/draft-ietf-rmt-bb-fec-ldpc-01.txt

http://www.inrialpes.fr/planete/people/roca/mcl/norm_infos.html

Contact

Saswati Swami (sswami@…)

Note: See TracWiki for help on using the wiki.