"Carter" <(E-Mail Removed)> wrote in news:1146162369.882782.65110
@i40g2000cwc.googlegroups.com:
> okay. i thought x.x.x.127 was off limits too?
It depends on the subnet mask being used. For a /24 mask the address
x.x.x.127 is valid. It is not valid if the mask is /25.
>
> also if 0 designates a subnet and can't be assigned to a host, how is
> the 0 in 192.168.0.33 legal/acceptable??
Why should it not be?: Assuming a /24 mask the subnet address would be
192.168.0.0. There is no problem using 192.168.0.1 etc. If the mask for the
above address was /27 then the subnet address would be 192.168.0.32. In
this case you can't use 192.168.0.32 to designate a host.
In the old days there was an issue when subnetting a supernet where the
first subnet of the supernet which was called subnet zero could not be
used. When configuring a Cisco router you used to always have to specify
"ip subnet-zero" to allow the use of subnet zero. This was purely for
historical/backwards compatibility purposes. See:
http://www.ietf.org/rfc/rfc950.txt
Klazmon.
>