06-01-2013 08:46 PM - edited 03-07-2019 01:40 PM
hello dears,
i am looking for a help as i am a little junior
------------------------------------------------
Q - The network administrator is asked to configure 113 point-to-point links. Which IP addressing scheme best defines the address range and subnet mask that meet the requirement and waste the fewest subnet and host addresses?
A. 10.10.0.0/18 subnetted with mask 255.255.255.252
B. 10.10.0.0/25 subnetted with mask 255.255.255.252
C. 10.10.0.0/24 subnetted with mask 255.255.255.252
D. 10.10.0.0/23 subnetted with mask 255.255.255.252
E. 10.10.0.0/16 subnetted with mask 255.255.255.252
I know answer is D as we need 113 subnet , hereby we need 7 bits to do it so 30-7 = 23 but i can't understand this answer , my point is we need only 7 bits why we chose /23 in addition i can't get what is the meaning of /23 subnetted with /30
Solved! Go to Solution.
06-02-2013 03:58 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
A /30 consumes 4 IP addresses. So, if we need 113, we're going to need 452 IP addresses.
So looking at the different sized address blocks offered . . .
The /25 and /24 are too small at 128 and 256 IP addresses each.
The /23, at 512 IP addresses, can provide the needed amount of IP addresses.
The /18 and /16, can also provide the needed IP addresses, but as they provide many more, for example 32K for the /16, they are larger than needed.
06-02-2013 01:05 AM
This means, you have a /23 but you calve it up in to /30's.
E.g.
10.10.0.0 /23. Out of this /23 how many /30's can I make
Network 1: 10.10.0.0/30
Network 2: 10.10.0.4/30
Network 3: 10.10.0.8/30
And so on...
But all these networks have to fit within the 10.10.0.0/23 scope
So should include the range 10.10.0.0 - 10.10.1.255
So the question is asking which one can you calve up most efficiently without any wastage. With other subnets you will have IPs left over, therefore get wasted.
Hope this helps
Sent from Cisco Technical Support iPhone App
06-02-2013 01:27 AM
i can't get if he meant 113 subnets or hosts , as if he meant subnets i think any number higher than /7 will be true
03-04-2018 11:53 PM
First understand what a Point-to-Point link is (just google and c images for a better understanding)
11-22-2015 12:26 PM
Your subnetting sequence is incorrect.
I know this is old but just in case it causes confusion to other readers.
The correct subnetting is :
Network 1: 10.10.0.0/30
Network 2: 10.10.128.0/30
Network 3: 10.10.0.4/30
Network 4: 10.10.128.4/30 and so on
06-02-2013 01:16 AM
Hi,
you need 113 /30 networks, these are /30 because point-to-point.
So you need 113 subnets so what power of 2 is greater than or equal to 113: this is 7 because 2 to the power 7= 128
So 30-7= 23 which is the initial subnet you're going to split in 113 point-to-point networks.
Regards
Alain
Don't forget to rate helpful posts.
06-02-2013 01:31 AM
i know your answer but i can't get why , as i understand that /30 will offer 2^30 subnets , so why we need to decrease it by 7
06-02-2013 03:58 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
A /30 consumes 4 IP addresses. So, if we need 113, we're going to need 452 IP addresses.
So looking at the different sized address blocks offered . . .
The /25 and /24 are too small at 128 and 256 IP addresses each.
The /23, at 512 IP addresses, can provide the needed amount of IP addresses.
The /18 and /16, can also provide the needed IP addresses, but as they provide many more, for example 32K for the /16, they are larger than needed.
06-02-2013 02:33 PM
thanks very much Mr. JosephDoherty now i got it , really i appreciate your effort
06-02-2013 04:25 AM
Hi Amr,
The question asks for 113 point-to-point links. You can interpret this as requiring 113 /30 subnets.
A /30 network uses 4 IP addresses;
1 x network address
1x broadcast address
2 x usable IP addresses
The total number of IP address required for 113 /30 subnets is 113 x 4 = 452
How many bits are needed to represent a value of 452?
7 bits = 128
8 bits = 256
9 bits = 512
You need took subtract the 9 bits from the mask.
32 - 9 = 23
This gives you a network of 10.10.0.0/23.
HTH
Sent from Cisco Technical Support Android App
06-02-2013 02:42 PM
thanks very much Mr. paulstone80 now i got it , really i appreciate your effort
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide