On Sun, 22 Jan 2006 17:47:50 -0000, "George"
<george6no-(E-Mail Removed)> wrote:
>What exactly is a SUBNET, and what is it used for?
to divide the IP address into a part that identifies the network (or
sub-network) and the individual machines.
255.255.255.0 means only the last part of the IP identifies the
machine
255.0.0.0 means the last three parts, and so on.
255 in binary is 11111111 and this is used as a mask so 255.255.0.0
means 11111111.11111111.00000000.00000000
think of the zeros as holes in the mask through which you can see a PC
What difference does it make ?
take two IP s - 192.168.0.1 and 192.168.1.1
if the mask is 255.255.255.0 these are on two different subnets and
would need a router to communicate. If the mask is 255.255.0.0 they
are on the same subnet and can chat happily.
Phil
--
Usenet spam eaten by a Hamster
http://www.tglsoft.de/
No more cable clowns :-))
Please do not feed or re-quote the trolls.