Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!UC.MSC.UMN.EDU!slevy From: slevy@UC.MSC.UMN.EDU ("Stuart Levy") Newsgroups: comp.protocols.tcp-ip Subject: Re: Multiple TCP/IP servers on one host Message-ID: <8809111732.AA08216@uc.msc.umn.edu> Date: 11 Sep 88 17:32:23 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 W.r.t. the discussion on having domain servers randomize addresses for the purpose of load balancing, note that the domain system delegation feature can be used to good effect. Authority for single hosts can be delegated as easily as for groups of them. It would be easy to write a specialized nameserver-like program that could randomly select one of a group of addresses. For that matter, such a gadget could even check with the terminal servers (or whatever resources) directly and choose one known to be available. It could be far simpler than a full-fledged name server, just capable of parsing queries, constructing replies to the ones it knew about and ignoring the rest. Stuart