Based on IP addressing. Also, most home-based routers will auto-assign one
full address length. So, from 0-256, and you can't use 0 or 256, and the
router assigns itself 1, that leaves 253.
Also, reading the specs on routers from all the major manufacturers verifies
253 as the maximum number the router can assign.
(such as here:
http://www.linksys.com/products/prod...id=142&scid=29)
IP addresses are separated into classes, let's have a look at how they're
separated, then i'll explain why:
Range Class
0-127 A
128-191 B
192-223 C
Now to find out which class an IP address is in, you look at the first byte
of the address:
213.56.112.65
The first byte is 213. This falls inside the class range 192-223 making this
a class C IP address.
24.34.124.213
The first byte is 24. This falls inside the class range 0-127 making this a
class A IP address.
When I first read about IP addresses being split up into classes, the author
failed to explain why it was done, so i assumed this wasn't very important,
that someone just put them into classes on a Sunday while they were bored or
something. Take a look at the table below:
Range Class N/H
0-127 A N.H.H.H
128-191 B N.N.H.H
192-223 C N.N.N.H
N = Network I.D and H = Host I.D. In a class A IP address the first byte is
part of the network I.D. The remaining three bytes are part of the host I.D.
This means in class A there can be fewer networks and many hosts.
There can be 255 networks.
There can be 255 x 255 x 255 = 16,581,375 theoretical hosts on each class A
network.
In class B the first two bytes are part of the network I.D and the remaining
two are part of the host I.D. This means in class B there can be a
reasonable amount of networks, and a reasonable amount of hosts on each one
of those networks.
255 x 255 = 65,025 networks.
255 x 255 = 65,025 theoretical hosts on each of those networks.
I'm sure you get the drift, class C:
255 x 255 x 255 = 16,581,375 networks.
255 theoretical hosts on each of those networks.
I say "theoretical" hosts on each class of network, because on each network
the first address and the last address cannot be used (and the router
assigns itself an address as the Gateway). So if you work out the
theoretical number of hosts then take away two you have the actual number of
host computers that can be on that same network.
IP Address: 213.54.112.221
This is a class C address.
213.54.112.0 is the NETWORK address. This cannot be used as a hosts IP
address.
213.54.112.255 is the BROADCAST address on this network. It cannot be used
as a hosts IP address.
Class C networks have a theoretical 255 hosts on each network, 255 - 2 =
253. So on each class C network you can have 253 host computers.
Applying This
Let's go over a couple of examples to make this stick.
IP: 203.222.34.57
Is a class C address, N.N.N.H
The network ID is 203.222.34.0
The network broadcast address is 203.222.34.255
There can be 255 Theoretical hosts on this network.
Thus there can be 255 - 2 = 253 host computers functioning on this network.
IP: 24.240.11.99
Is a class A address, N.H.H.H
The network ID is 24.0
The network broadcast address is 24.255.255.255
There can be 255 x 255 x 255 = 16,581,375 Theoretical hosts on this network.
Thus there can be 16,581,375 - 2 = 16,581,373 host computers functioning on
this network.
"Steve Winograd [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In article <#(E-Mail Removed)>, "Carey Holzman"
> <(E-Mail Removed)> wrote:
> >"Benyamin" <(E-Mail Removed)> wrote in message
> >news:18e901c3baed$e40404f0$(E-Mail Removed)...
> >> Any body knows how many machines ( max.) we can connect
> >> in the one workgroup?
> >>
> >> thx...ben
> >
> >Should be 253.
>
> Where did you get that number, Carey? To the best of my knowledge,
> there's no theoretical limit to the number of machines in a workgroup.
>
> I haven't tested it, but I've read that the practical limit for good
> network browsing performance in a workgroup is around 20 machines.
> --
> Best Wishes,
> Steve Winograd, MS-MVP (Windows Networking)
>
> Please post any reply as a follow-up message in the news group
> for everyone to see. I'm sorry, but I don't answer questions
> addressed directly to me in E-mail or news groups.
>
> Microsoft Most Valuable Professional - Windows Networking
> http://mvp.support.microsoft.com
>
> Steve Winograd's Networking FAQ
> http://www.bcmaven.com/networking/faq.htm