IP addresses and networking problem

which class of ip addresses will be used in an organization having a network of computer between 1000 to 1500.
explain your reason for arriving at this solution

Billy R2008-08-02T19:47:49Z

Favorite Answer

For 1000-1500 computers on a network you would want to use a Class B network. A class A will give you 16,777,214 = (2^24- 2) possible hosts. Way to many.While you could still use a class A, it wouldn't be wise to use that many.

A class C will give you 254 = (28 - 2) possible host. Not enough.

But a Class B gives you 65,534 = (216 - 2) possible hosts