Soldato
- Joined
- 29 Jun 2004
- Posts
- 12,957
Hey! I believe I have subnetting NAILED apart from one thing. How the hell do I translate the numbers i've got into a readable address, like aaa.bbb.ccc.ddd?
Let me give you an example.
Ip adress 192.168.10.0 SubnetMask 255.255.255.192
^^ Basically subnet that!
Okay, this is the way I do it.
1) How many subnets?
2) How many hosts per subnet?
3) Valid subnets?
4) Broadcast address for each subnet?
5) Valid hosts on each subnet?
So, for our example:
1) How many subnets?
2^2 = 4 Subnets
2) How many hosts per subnet?
2^6 - 2 = 30 hosts per subnet
3) Valid subnets?
256 - subnet mask
256 - 192 = 64
Subnets: 0, 64, 128, 192
4) Broadcast address for each subnet?
Subnet 0: Broadcast - 255.255.255.63
Subnet 64: Broadcast - 255.255.255.127
Subnet 128: Broadcast - 255.255.255.192
Subnet 192: Broadcast - 255.255.255.255
5) Valid hosts on each subnet?
Subnet 0: hosts :- 1 - 62
Subnet 64: hosts :- 65 - 126
Subnet 128: hosts :- 129 - 191
Subnet 192: hosts :- 193 - 254
Right, to make it easier for you, i'll put this all in a simple table form
Subnet 0
Broadcast 255.255.255.63
hosts 1 - 62
Subnet 64
Broadcast 255.255.255.127
hosts 65 - 126
Subnet 128
Broadcast 255.255.255.192hosts 129 - 191
Subnet 192
Broadcast 255.255.255.255
hosts 193 - 254
HOW THE HELL DO I USE THE ABOVE INFO AND TRANSLATE IT INTO AN ADDRESS LIKE AAA.BBB.CCC.DDD? ARRRGGGGHHHHHHHHHHHHHHHHHHHH!
Help!
Let me give you an example.
Ip adress 192.168.10.0 SubnetMask 255.255.255.192
^^ Basically subnet that!
Okay, this is the way I do it.
1) How many subnets?
2) How many hosts per subnet?
3) Valid subnets?
4) Broadcast address for each subnet?
5) Valid hosts on each subnet?
So, for our example:
1) How many subnets?
2^2 = 4 Subnets
2) How many hosts per subnet?
2^6 - 2 = 30 hosts per subnet
3) Valid subnets?
256 - subnet mask
256 - 192 = 64
Subnets: 0, 64, 128, 192
4) Broadcast address for each subnet?
Subnet 0: Broadcast - 255.255.255.63
Subnet 64: Broadcast - 255.255.255.127
Subnet 128: Broadcast - 255.255.255.192
Subnet 192: Broadcast - 255.255.255.255
5) Valid hosts on each subnet?
Subnet 0: hosts :- 1 - 62
Subnet 64: hosts :- 65 - 126
Subnet 128: hosts :- 129 - 191
Subnet 192: hosts :- 193 - 254
Right, to make it easier for you, i'll put this all in a simple table form
Subnet 0
Broadcast 255.255.255.63
hosts 1 - 62
Subnet 64
Broadcast 255.255.255.127
hosts 65 - 126
Subnet 128
Broadcast 255.255.255.192hosts 129 - 191
Subnet 192
Broadcast 255.255.255.255
hosts 193 - 254
HOW THE HELL DO I USE THE ABOVE INFO AND TRANSLATE IT INTO AN ADDRESS LIKE AAA.BBB.CCC.DDD? ARRRGGGGHHHHHHHHHHHHHHHHHHHH!
Help!
