Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
My next problem question is:
You have the network address of 196.119.203.0 with a /27 mask. How many usable hosts can you create? I know the answer is 180 but i am a bit confused as to how to get that answer.
D thanks for your help previously, if you can do it again then i'll be very grateful

A IP address breaks down into two parts. Network and host bits. The network portion denotes the number of networks, the Host, the number of hosts available on each network. With network being the bits on the left and host the bits on the right.
As to your question. I think you're crossing up your CIDR notation with the subnet mask. Are you trying to find out the number of networks/hosts on the following:
192.119.203.0/27Here's a link to a good online subnet calculator. Perhaps it will help you get a better understanding of subnetting:
http://www.subnetmask.info/

perhaps he just mistyped.
There are 10 types of people in the world, those who know binary, and those who don't.

i just copied and pasted the question, i have tried the site you mentioned but i need to know how to calculate it without the aid of a subnet calculator. Thanks

Kind of a two step process, you have to determine the number of host per network, and the number of networks. So:
First you translate the /27 which is accordingly 27 ones.
11111111.11111111.11111111.11100000The ones represent the networks, and the zeros represent the hosts.
Since you have 5 zeros then you use 2*n (where n is 5), for a total of 32 host, BUT you have to subtract 2 because the first host is the network address, and the last host is the broadcast address so you get 30 host per network.
Since you have 3 ones then you use 2*n (where n is 3) for the total number of usable networks, which is 8, BUT again you have to subtract 2 because the first and last are not usable again, for a total of 6.
6 networks, with 30 host each -> 30 * 6 = 180.
Just stick to the formula 2*n - 2, for both networks and host and you should be fine.
And Curt R was "splitting hairs" ...anyone knowing networking would know what you meant by /27.
D

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |