Hello, I cannot seem to figure out an answer for this scenario within the CCNA course: Routing Protocols and Concepts
My question is about Activity 3.5.4: Subnetting Scenario 3
Here is the scenario PDF:
lab354.pdf
Scenario:
In this lab, you have been given the network address 192.168.1.0 /24 to subnet and provide the IP addressing for the network shown in the Topology Diagram. The network has the following requirements:
The BRANCH 1 LAN 1 will require 15 host IP addresses.
The BRANCH 1 LAN 2 will require 15 host IP addresses.
The BRANCH 2 LAN 1 will require 15 host IP addresses.
The BRANCH 2 LAN 2 will require 15 host IP addresses.
The HQ LAN will require 70 host IP addresses.
The link from HQ to BRANCH 1 will require an IP address for each end of the link.
The link from HQ to BRANCH 2 will require an IP address for each end of the link.
The link from BRANCH 1 to BRANCH 2 will require an IP address for each end of the link.
Note: Remember that the interfaces of the network devices are also host IP addresses and are included in the above addressing requirements.
Task 3: Reflection
You do not have enough address space to implement an addressing scheme. Research this problem and propose a possible solution. Increasing the size of your original space is not acceptable solution.
Only the 192.168.1.0 /24 address space is used.
PCs and routers can ping all addresses.
Well, with this scenario the first subnet mask is 255.255.255.128 for HQ LAN with 70 host IP addresses.
Range: from 0 to 127
The next subnet mask for BRANCH 1 LAN 1 with 15 host IP addresses is 255.255.255.224 (255.255.255.240 can’t be because it provide 14 valid host IP and I need 15).
Range: from 128 to 159
BRANCH 1 LAN 2
Range: from 160 to 191
BRANCH 2 LAN 1
Range: from 192 to 223
BRANCH 2 LAN 2
Range: from 224 to 255
And finally I’m don’t have enough address space to implement addressing scheme for WAN links.
Anything ideas?
Thanks for any help.