ip addressing and subnetting…
5 pts.
0
Q:
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?
ASKED: Aug 28 2009  7:32 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
3340 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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 Answered: Aug 30 2009  3:27 AM GMT by Nnf97   3340 pts.
Latest Contributors: Gabe9527   2410 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

BlankReg   11280 pts.  |   Aug 28 2009  3:16PM GMT

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.

 

KevinBeaver   7610 pts.  |   Aug 28 2009  8:43PM GMT

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.

 

Shamoh   40 pts.  |   Aug 29 2009  8:59AM GMT

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.

 

R vishaal   355 pts.  |   Aug 31 2009  3:25PM GMT

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…

 
0