On Tue, 10 May 2005 13:23:44 +0100, "Alex Fraser" <(E-Mail Removed)>
wrote:
>"John" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> Not that I need to do this, but if an IP address range only has 254
>> useable addresses, (192.168.0.1 - 192.168.0.254)... How does an
>> organisation with more than 254 computers connect them to the network?
>An IP address range in the private address space can have up to 16,777,214
>useable addresses (10.0.0.1 - 10.255.255.254). You just use a different
>network address and subnet mask.
Yup - just to clarify for John, 192.168.x.x is not the only possible
IP range for internal networks.
RFC 1918
http://www.faqs.org/rfcs/rfc1918.html specifies the
following:
10.0.0.0 - 10.255.255.255 (16,387,064 addresses)
172.16.0.0 - 172.31.255.255 (1,032,256 addresses)
192.168.0.0 - 192.168.255.255 (254 addresses)
(The issue of whether 0 constitutes an addressable IP is contentious;
but for day-to-day use you are correct in presuming that it is not)
Alex and other people's comments about bridges, routers and NATs are
also correct. In addition to the 10. and 172.16. IP ranges, you can
also chain multiple smaller identically-addressed networks together
using Network Address Translation (NAT).
Most small internal networks use 192.168. and most large internal
networks, such as multinational corporates, use 10. I've only ever
seen a couple of 172.16. private networks.
--
Andrew Oakley andrew/atsymbol/aoakley/stop/com