confusion in subnetting ?

F

FasiFreak

Well i want to subnet my LAN ip scheme into 2 segments

1 subnet will contain all my servers while the other segment will contain
user computers my servers segment contains game servers , webserver,
streaming server , Internet server , email server & a database server ..
i have 250 client computers.

now i want to ask how to do subnetting ? & what will be the settings if i
have a ip scheme of 10.0.0 ? what will be the subnet mask & will this all
improve performance ?


thanks a LOT
 
R

Robert L [MS-MVP]

I am not sure why you want to do that. You may want to add a router.

--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
 
G

Guest

If you dont want a router your going to have to setup a switch with vlans and trunk them on the port connecting to your server vlan.
 
D

Dusty Harper {MS}

With a 10.0.0.0 range, you can pretty much subnet it however you want.

255.128.0.0 this will allow for 2 networks with
8,388,606 hosts per network (10.0.X.X, 10.128.X.X )

255.255.255.0 this will allow for 65536 networks with 254
hosts per network ( 10.0.0.X, 10.0.1.X, etc. )

and anything in between will meet your needs.

If you want to limit broadcasts, you will need a means to route between the
two subnets.

Normally if you use a switch at 100 Mbps, you will not notice the network
traffic due to broadcasts. The noticeable gain in performance will most
likely be minimal. You are also adding a new point of failure to your
network ( the routing mechanism ).
 

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