home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / isis / 245 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.sys.isis
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!usc!rpi!batcomputer!cornell!ken
  3. From: ken@cs.cornell.edu (Ken Birman)
  4. Subject: IP multicast
  5. Message-ID: <1992Sep15.131804.13500@cs.cornell.edu>
  6. Organization: Cornell Univ. CS Dept, Ithaca NY 14853
  7. Date: Tue, 15 Sep 1992 13:18:04 GMT
  8. Lines: 31
  9.  
  10. I got mail asking me to post a status report on the use of hardware
  11. multicast within Isis.
  12.  
  13. Our original work on this was based on the "raw ethernet" interface
  14. for multicast and hence had to deal with a lot of complexity, such
  15. as routing and packet fragmentation.  We have a working but perhaps
  16. not "production strength" ethernet multicast transport protocol for
  17. Isis in hand now.
  18.  
  19. However, while work was being done on this, Sun announced support
  20. for a more general IP multicast interface in Solaris 2.0 and beyond.
  21. This greatly simplifies the problem of building a transport protocol
  22. for Isis, since routing and fragmentation are handled in the OS (on
  23. the down side, packet loss is probably higher unless flow control is
  24. done very carefully).  
  25.  
  26. I am currently rewriting the multicast transport, basically by modifying
  27. the tcp transport protocol that we provide as a demo of the isis_transport
  28. interface.  The resulting code should be simpler, more robust, and
  29. available later this year.  However, it will initially require a Solaris
  30. environment, since other vendors have not yet announced support for
  31. IP multicast.  I am hopeful that they will track Sun on this one, though:
  32. it is obviously in everybody's interest to use the same approach for
  33. this level of the system, and in any case the vendors are all working
  34. from an initial (free) software module developed at Stanford by Deering
  35. and Cheriton...
  36.  
  37. -- 
  38. Kenneth P. Birman                              E-mail:  ken@cs.cornell.edu
  39. 4105 Upson Hall, Dept. of Computer Science     TEL:     607 255-9199 (office)
  40. Cornell University Ithaca, NY 14853 (USA)      FAX:     607 255-4428
  41.