From owner-freebsd-hackers Thu Feb 15 14:15:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA27789 for hackers-outgoing; Thu, 15 Feb 1996 14:15:42 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA27781 for ; Thu, 15 Feb 1996 14:15:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id OAA07636; Thu, 15 Feb 1996 14:15:29 -0800 Message-Id: <199602152215.OAA07636@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Nate Williams cc: "Garrett A. Wollman" , hackers@FreeBSD.ORG Subject: Re: Broadcast, Netmask, and other such information In-reply-to: Your message of "Thu, 15 Feb 1996 14:15:17 MST." <199602152115.OAA01407@rocky.sri.MT.net> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 15 Feb 1996 14:15:29 -0800 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >Maybe I'm not making myself clear. When I say 'addresses in the >subnet', I'm trying to convey a number which *should* be a power of 2 #. >In the above example, there are 32 addresses assigned in each subnet, of >which there are only 31 usable as host addresses (except in the first >and last subnets due to the .0 & .255 addresses being unusable). Actually, no, you would only get 30 hosts per subnet. The all-ones host part on each subnet is the subnet's broadcast address and all-zeros host can't be used, either. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project