home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1833 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!sdd.hp.com!usc!noiro.acs.uci.edu!unogate!mvb.saic.com!tgv.com!info-multinet
  2. From: adelman@TGV.COM
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: task-to-task conversion
  5. Message-ID: <23805F4E30JUL92030143@TGV.COM>
  6. Date: 30 Jul 92 03:01:43 GMT
  7. Organization: The INFO-MULTINET Community
  8. Lines: 21
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13.  
  14. >     We are converting a task-to-task DECnet program to run over TCP/IP
  15. >   and talk to UNIX hosts as well as VMS hosts. Using DECnet we could take
  16. >   advantage of the cluster alias. (One name alias for multiple nodes in a
  17. >   cluster; when used, connections go to each node in the cluster in a round
  18. >   robin fashion.) Is there an equivalent for TCP/IP?
  19.  
  20.     There isn't an equivalent for TCP/IP but...
  21.  
  22.     MultiNet V3.1 lets you assign a "cluster-wide" IP address. One node
  23. will answer to this at any one time, and if that node crashes another
  24. will resume answering. This only works correctly for connectionless
  25. protocols like NFS (not TCP) and only provides redundency, not load
  26. balancing.
  27.  
  28.     The next release of MultiNet will let you specify a cluster-wide
  29. NAME which the nameserver will answer with different IP addresses
  30. in a load-balancing fashion; this would be a little closer to
  31. DECnet cluster aliases.
  32.  
  33.                                 Ken
  34.  
  35.