Changes between Version 31 and Version 32 of Old/NodeHandler/Multicast
- Timestamp:
- Apr 3, 2006, 7:08:43 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/Multicast
v31 v32 11 11 12 12 == Major Design Requirements == 13 {{{ 13 14 '''R.1:''' It has been decided that a feedback-free reliable multicast protocol will be used and that all feedbacks will be sent through TCP. This is because then 15 14 16 - reliable feedbacks can then be ensured, 15 17 - explicit control over the feedback message content can be allowed, … … 18 20 - existing messages being sent from the NodeAgent to the NodeHandler can be modified to 19 21 serve the dual purpose of providing feedbacks too. 22 }}} 20 23 MCLv3 is an Open Source Implementation of the ALC and the NORM Reliable Multicast Protocols. Of these 2 protocols, only the use of the ALC/LCT protocol is being explored here. This is because the ALC/LCT protocol is feedback-free and also it provides an unlimited scalability. NORM lacks both these attributes. 21 24