home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / 4131 < prev    next >
Encoding:
Text File  |  1992-08-18  |  2.3 KB  |  59 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!zaphod.mps.ohio-state.edu!uwm.edu!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!boa.cis.ohio-state.edu!vickroy
  3. From: rhm@oclc.org (Robin Hermance-Moore)
  4. Subject: Multiple End Systems Via One IP Address?
  5. Message-ID: <1992Aug18.171150.13939@cis.ohio-state.edu>
  6. Originator: vickroy@boa.cis.ohio-state.edu
  7. Sender: news@cis.ohio-state.edu (NETnews        )
  8. Organization: OCLC Online Computer Library Center, Inc.
  9. Date: Tue, 18 Aug 1992 17:11:50 GMT
  10. Lines: 47
  11.  
  12. Can anyone point me to a commercially-available solution to this
  13. problem?
  14.  
  15. We are designing an application which will run on multiple Unix
  16. systems & be accessible via TCP/IP.  We would like to make these
  17. systems available to users on the Internet using a single IP
  18. address.  Since the "application systems" all run pretty much
  19. independently of each other, we envision something like this:
  20.  
  21. Internet
  22.     |
  23. [ Front ]
  24. [ End   ]
  25.     |
  26.     ---------------------------------
  27.     |           |           |
  28. [ Appl  ]   [ Appl  ]   [ Appl  ] ...
  29. [ Host  ]   [ Host  ]   [ Host  ]
  30. [ # 1   ]   [ # 2   ]   [ # 3   ]
  31.  
  32. The Front End system would listen for connections on a given
  33. port using sockets (say it's the Telnet port), accept them,
  34. open a new connection to the same port on whichever Appl Host
  35. was the least loaded at the same port (connecting to the
  36. real Telnet server when it gets there) and then pass data
  37. back and forth between the Telnet client out in the Internet
  38. and the Telnet servers on the Appl Hosts.
  39.  
  40. This would be a relatively easy piece of code to write, but
  41. I am concerned about the performance of the Front End system
  42. (i.e., I don't want it to become a bottleneck).
  43.  
  44. Does anyone know of an off-the-shelf system we could use in the
  45. place of the Front End?  I was hoping for something, perhaps from
  46. one of the router vendors, that would be designed and fine-tuned
  47. for this purpose & thus support a high number of simultaneous
  48. connections.
  49.  
  50. Any pointers you can give would be greatly appreciated.
  51.  
  52. Thanks, Robin Hermance-Moore (rhm@oclc.org)
  53.  
  54. --
  55. Robin Hermance-Moore                                  Section Manager
  56. Mail Stop 468                                Open Systems Development
  57. OCLC Online Computer Library Center                      rhm@oclc.org
  58. 6565 Frantz Road, Dublin OH  43017                       614-764-6215
  59.