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