Skip to main content

Subnet question

More
14 years 5 months ago #32759 by lav_plsb1
Subnet question was created by lav_plsb1
Wan consists of 3 networks.
1st network 192.168.10.0/26
2nd network 192.168.10.64/27
3rd network 12 hosts ?
A new subnet with 12 hosts has been added to the certkiller network shown above. which subnet address should this network use to provide enough useable addresses, while wasting the fewest number of ip addresses?
the options are
a. 192.168.10.80/29
b. 192.168.10.80/28
c. 192.168.10.96/28
d. 192.168.10.96/29
e. none of the above.
plz guide me for the correct answer.
More
14 years 5 months ago #32762 by novembre
Replied by novembre on topic Re: Subnet question
cccc
More
14 years 5 months ago #32763 by lav_plsb1
Replied by lav_plsb1 on topic Re: Subnet question
hi novembre,

could you plz explain to select answer C.
thnks.
More
14 years 5 months ago #32764 by novembre
Replied by novembre on topic Re: Subnet question
What part did you get stuck on when you tried to answer it?
More
14 years 5 months ago #32769 by katzebnt
Replied by katzebnt on topic Re: Subnet question

Wan consists of 3 networks.
1st network 192.168.10.0/26
2nd network 192.168.10.64/27
3rd network 12 hosts ?
A new subnet with 12 hosts has been added to the certkiller network shown above. which subnet address should this network use to provide enough useable addresses, while wasting the fewest number of ip addresses?
the options are
a. 192.168.10.80/29
b. 192.168.10.80/28
c. 192.168.10.96/28
d. 192.168.10.96/29
e. none of the above.
plz guide me for the correct answer.


C is the correct answer, lemme break it down VLSM style...

Subnet 1
192.168.10.0/26 <-- Net ID
Usable IPs 1 - 62
192.168.10.63/26 <-- Bcst ID
Subnet 2
192.168.10.64/27 <-- Net ID
Usable IPs 65 - 94
192.168.10.95/27 <-- Bcst ID
Subnet 3
192.168.10.96/28 <-- Net ID
Usable IPs 97 - 110
192.168.10.111/28 <-- Bcst ID

For the third subnet the answer must be either C or D, as the Net ID must be "x.x.x.96 / something". If we borrow 4 host bits from the fourth octect (giving you a /28 CIDR notation) that gives this subnet 16 IPs, 14 of which are usable. This satisfies the need for 12 hosts with a tiny bit of expansion room left over.

If you were to borrow 5 host bits from the fourth octect that would give you a CIDR notation of /29, giving your subnet 8 IPs total, only 6 of which are usable. This does not satisfy the requirement of 12 hosts. I always tell my students "you can borrow for more hosts than you need, but you can never borrow for less".

Hope this helps clear things up! :)
More
14 years 5 months ago #32779 by Losh
Replied by Losh on topic Re: Subnet question

katzebnt wrote:


For the third subnet the answer must be either C or D, as the Net ID must be "x.x.x.96 / something".
Hope this helps clear things up! :)


That can't be true!

The correct answer can ONLY be C.

This is because a CIDR of /29 will only provide a total of 8 hosts with 6 of them usable. The correct CIDR is /28 to give 16 hosts, 14 of which are usable.

Well explained answer though.


~ Networking :- Just when u think its starting to make sense......... ~
____________________________________________
CCNA, CCNP, CCNA Security, JNCIA, APDS, CISA
Time to create page: 0.152 seconds