5 pts.
 ip addressing and subnetting…
ei...i need help bout ip addressing and subnetting... if i have 8 pc and i want it to network them...is there a recommended ip address for this?or can i just configure it with myself by just putting some numbers on it...is there any calculations do i have to make before setting this on?

Software/Hardware used:
ASKED: August 28, 2009  7:32 AM
UPDATED: May 3, 2010  8:18 AM

Answer Wiki:
What you need to do is pick a internal IP range and stick to it. 10.0.0.0/8 (255.0.0.0) 172.16.0.0/12 (255.240.0.0) 192.168.0.0/16 (255.255.0.0) check out WIKIPEDIA on the subject. http://en.wikipedia.org/wiki/Private_network Then you will need think about DNS / HOST etc. Take a look here before you get started: http://compnetworking.about.com/od/workingwithipaddresses/l/aa042900a.htm
Last Wiki Answer Submitted:  August 30, 2009  3:27 am  by  Gabe9527   10,615 pts.
All Answer Wiki Contributors:  Gabe9527   10,615 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

To get you started use the addresses 192.168.10.x where x is a number between 10 and 17, a different number for each PC. Use the subnet mask 255.255.255.0 for all of them. Use the address 192.168.10.1 for the default gateway, which is the IP address you need to give to the Internet router (if you have one), and use the same subnet mask.

Then all of these PCs, when connected to the same switch netowrk, will be able to ‘talk’ to each other.

That should get you going with a working solution. Have a read of the links that Gabe9527 posted, as they will give you some insight into the background of why you are doing this.

 12,245 pts.

 

I like BlankReg’s recommendations. You could also use 10.1.1.x with a mask of 255.255.255.0 (I like it because it’s easier to type). TCP/IP For Dummies has lots of great info on this subject.

 10,840 pts.

 

Hi Yoyie,

I hope you are the laymen for networking. So for your understanding consider Gabe9527 response as follows.

There are four parts in IP range and subnet mask as given below.

IP Range Subnet Mask
10. 0. 0. 0 255. 0. 0. 0
172. 16. 0. 0 255. 240. 0. 0
192. 168. 0. 0 255. 255. 0. 0
Part A Part B Part C Part D Part A Part B Part C Part D

So if you want to make all your 8pcs in a singla network then the Part A,B and C of IP range and Subnet mask should be the same for all the 8pc’s and the part D should not be the same, it should be the different number with each other.

 40 pts.

 

hi
for 8 pcs u better pickup class C IP address which is the 192.168.0.1 to 192.168.0.254 with default
subnet mask 255.255.255.0 , you can choose values between 1 to 254 for ur pcs without any repetitions of any numbers in the last 3 octecs…

 355 pts.

 

tish is good

 10 pts.