- #1
shivajikobardan
- 674
- 54
- Homework Statement
- subnetting problem
- Relevant Equations
- none
https://www.cisco.com/c/dam/en_us/training-events/netacad/demos/CCNA3v3Demo/PDF/lab_1_1_4.pdf
This is the pdf I am studying from. This is not exactly what I need for my exams but it’s pretty clearly written and concept giving thing.
192.168.10.0/24 is given IP address to subnet.
We need 4 subnets
So
192.168.10.00 00 0000
This is an ip address that has 3 octets of network address and 1 octet of host address. So a class C address.
For 4 subnets, i need 2 bits of host to be borrowed.
00 00 0000
01
10
11
So I get these IP address for subnets-:
Subnet #0->192.168.10.0/26
Subnet #1->192.168.10.64/26
Subnet #2->192.168.10.128/26
Subnet #3->192.168.10.192/26
A) Take subnet #0. Perth 60 hosts
The start address here is 192.168.10.0/26
192.168.10.00 000000
192.168.10.00 1111111
This gives
Network address=192.168.10.0 /26
Broadcast address=192.168.10.63 /26
B) Take subnet #1-:
Kuala Lampur 28 hosts.
Next subnet IP address was 192.168.10.64/26
Question-: Why was this the next subnet IP address?
192.168.10.010 00000
192.168.10.010 11111
I.e
Network address=192.168.10.64/27
Broadcast address=192.168.10.95/27
C) Syndey 12 hosts.
Now what will be the ip address to use? The answer is 192.168.10.96/27
Question I’ve is-:
Why did we calculate those 4 subnets
So for sydney we require 4 host bits.
192.168.10.1000 0000
192.168.10.1000 1111
Network address=192.168.10.96/28
Broadcast address=192.168.10.111/28
D) Singapore 12 hosts
The ip we are using is the next consecutive IP address 192.168.10.112/28. It does make some sense as I feel this would save a lot of IP space than the firstly calculated 4 subnets. But I am still confuse because if we ignore that step I have quoted twice, how would we know if we could make the required number of subnets with this ip address, i know i am not asking clear question but that is confusing me. do we really need to calculate that quoted part? or just randomly keep on adding 1 to broadcast address and keep solving? Because I assume that it is assuming same number of host bits for everyone thus wasting lots of IP addresses.
192.168.10.0111 0000
192.168.10.0111 1111
Network address=192.168.10.112/28
Broadcast address=192.168.10.127/28
Finally for WANs-:
I don’t need to learn for the WAN according to my requirements. But just for knowledge, why just only 3 subnets?
It says perth,syndey and singapore has a WAN connection to kuala lampur.
Why 3 subnets?
This is the pdf I am studying from. This is not exactly what I need for my exams but it’s pretty clearly written and concept giving thing.
192.168.10.0/24 is given IP address to subnet.
We need 4 subnets
So
192.168.10.00 00 0000
This is an ip address that has 3 octets of network address and 1 octet of host address. So a class C address.
For 4 subnets, i need 2 bits of host to be borrowed.
00 00 0000
01
10
11
So I get these IP address for subnets-:
Subnet #0->192.168.10.0/26
Subnet #1->192.168.10.64/26
Subnet #2->192.168.10.128/26
Subnet #3->192.168.10.192/26
A) Take subnet #0. Perth 60 hosts
The start address here is 192.168.10.0/26
192.168.10.00 000000
192.168.10.00 1111111
This gives
Network address=192.168.10.0 /26
Broadcast address=192.168.10.63 /26
B) Take subnet #1-:
Kuala Lampur 28 hosts.
Next subnet IP address was 192.168.10.64/26
Question-: Why was this the next subnet IP address?
- Is it becuase of this?
So I get these IP address for subnets-:
“Subnet #0->192.168.10.0/26
Subnet #1->192.168.10.64/26
Subnet #2->192.168.10.128/26
Subnet #3->192.168.10.192/26”
- Is it because the next consecutive ip address after the perth’s broadcast address is 192.168.10.64 /26?
192.168.10.010 00000
192.168.10.010 11111
I.e
Network address=192.168.10.64/27
Broadcast address=192.168.10.95/27
C) Syndey 12 hosts.
Now what will be the ip address to use? The answer is 192.168.10.96/27
Question I’ve is-:
Why did we calculate those 4 subnets
If we are just calculating the next consecutive ip address and using it for the next subnet? I don’t really understand this.“So I get these IP address for subnets-:
Subnet #0->192.168.10.0/26
Subnet #1->192.168.10.64/26
Subnet #2->192.168.10.128/26
Subnet #3->192.168.10.192/26”
So for sydney we require 4 host bits.
192.168.10.1000 0000
192.168.10.1000 1111
Network address=192.168.10.96/28
Broadcast address=192.168.10.111/28
D) Singapore 12 hosts
The ip we are using is the next consecutive IP address 192.168.10.112/28. It does make some sense as I feel this would save a lot of IP space than the firstly calculated 4 subnets. But I am still confuse because if we ignore that step I have quoted twice, how would we know if we could make the required number of subnets with this ip address, i know i am not asking clear question but that is confusing me. do we really need to calculate that quoted part? or just randomly keep on adding 1 to broadcast address and keep solving? Because I assume that it is assuming same number of host bits for everyone thus wasting lots of IP addresses.
192.168.10.0111 0000
192.168.10.0111 1111
Network address=192.168.10.112/28
Broadcast address=192.168.10.127/28
Finally for WANs-:
I don’t need to learn for the WAN according to my requirements. But just for knowledge, why just only 3 subnets?
It says perth,syndey and singapore has a WAN connection to kuala lampur.
Why 3 subnets?
Last edited: