Create a subnet

G

Guest

I have some doubt on creatting a subnet on my network.

Actually I have a single network with the IP 192.168.10.x and mask 255.255.255.0.
I want to create an another network structure dividing my actual network in 2 subnets. Each one must to support 65 hosts.
I guess the subnet mask is going to be like this: 255.255.255.192. OK?
But will this subnet mask be the same (255.255.255.192) for both network segments ?
And what about the IP addresses for both subnets ? how do I have to structure this ?

Thanks

Ricardo
 
J

Jeff Cochran

I have some doubt on creatting a subnet on my network.

Actually I have a single network with the IP 192.168.10.x and mask 255.255.255.0.
I want to create an another network structure dividing my actual network in 2 subnets. Each one must to support 65 hosts.
I guess the subnet mask is going to be like this: 255.255.255.192. OK?
But will this subnet mask be the same (255.255.255.192) for both network segments ?
And what about the IP addresses for both subnets ? how do I have to structure this ?

This sounds like a test question...

Network A: 192.168.10.0 to 192.168.10.127 Mask 255.255.255.128
Network B: 192.168.10.128 to 192.168.10.255 Mask 255.255.255.128

Use a subnet calculator for these questions:

http://www.telusplanet.net/public/sparkman/netcalc.htm

And you note that you have 128 address in the network, since you
needed 65 hosts that's the best you can do.

Jeff
 
J

John Guarnieri

Should't that network B look like 192.168.10.128 to 192.168.10.254

255 would be for the broadcast address
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top