From owner-freebsd-hackers Tue Nov 14 07:35:51 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA11473 for hackers-outgoing; Tue, 14 Nov 1995 07:35:51 -0800 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA11446 for ; Tue, 14 Nov 1995 07:35:42 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id IAA19839; Tue, 14 Nov 1995 08:27:58 -0700 From: Terry Lambert Message-Id: <199511141527.IAA19839@phaeton.artisoft.com> Subject: Re: Multiple http servers - howto ? To: luigi@labinfo.iet.unipi.it (Luigi Rizzo) Date: Tue, 14 Nov 1995 08:27:58 -0700 (MST) Cc: hackers@FreeBSD.org In-Reply-To: <199511140855.JAA01909@labinfo.iet.unipi.it> from "Luigi Rizzo" at Nov 14, 95 09:55:29 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 669 Sender: owner-hackers@FreeBSD.org Precedence: bulk > I have read that some http servers (probably some machines at NCSA) > are actually a cluster of servers attached to the same ethernet. Client > transparently contact one of the servers. I would like to know how this > is achieved, e.g. > > i) by supplying different IP translations for the same name; > ii) by a clever use of ARP > iii) by some other technique which I do not know #1. Via DNS. The requesting hosts are rotored through a list of the addresses. It isn't a very good scheme, mostly because caching exists. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.