CCNA – Subnetting Questions 4
Here you will find answers to Subnetting Questions – Part 4
Note: If you are not sure about Subnetting, please read my Subnetting tutorial.
Question 1
You are working in a data center environment and are assigned the address range 10.188.31.0/23. You are asked to develop an IP addressing plan to allow the maximum number of subnets with as many as 30 hosts each.Which IP address range meets these requirements?
A. 10.188.31.0/27
B. 10.188.31.0/26
C. 10.188.31.0/29
D. 10.188.31.0/28
E. 10.188.31.0/25
Answer: A
Explanation
Each subnet has 30 hosts < 32 = 25 so we need a subnet mask which has at least 5 bit 0s -> /27. Also the question requires the maximum number of subnets (which minimum the number of hosts-per-subnet) so /27 is the best choice -> A is correct.
Question 2
Refer to the exhibit. The Lakeside Company has the internetwork in the exhibit. The Administrator would like to reduce the size of the routing table to the Central Router. Which partial routing table entry in the Central router represents a route summary that represents the LANs in Phoenix but no additional subnets?
A. 10.0.0.0 /22 is subnetted, 1 subnet
D 10.0.0.0 [90/20514560] via 10.2.0.2 6w0d, serial 0/1
B. 10.0.0.0 /28 is subnetted, 1 subnet
D 10.2.0.0 [90/20514560] via 10.2.0.2 6w0d, serial 0/1
C. 10.0.0.0 /30 is subnetted, 1 subnet
D 10.2.2.0 [90/20514560] via 10.2.0.2 6w0d, serial 0/1
D. 10.0.0.0 /22 is subnetted, 1 subnet
D 10.4.0.0 [90/20514560] via 10.2.0.2 6w0d, serial 0/1
E. 10.0.0.0 /28 is subnetted, 1 subnet
D 10.4.4.0 [90/20514560] via 10.2.0.2 6w0d, serial 0/1
F. 10.0.0.0 /30 is subnetted, 1 subnet
D 10.4.4.4 [90/20514560] via 10.2.0.2 6w0d, serial 0/1
Answer: D
Explanation
All the above networks can be summarized to 10.0.0.0 network but the question requires to “represent the LANs in Phoenix but no additional subnets” so we must summarized to 10.4.0.0 network. The Phoenix router has 4 subnets so we need to “move left” 2 bits of “/24″-> /22 is the best choice -> D is correct.
Question 3
Which address range efficiently summarizes the routing table of the addresses for router main?
A. 172.16.0.0/18
B. 172.16.0.0/16
C. 172.16.0.0/20
D. 172.16.0.0/21
Answer: C
Explanation
To summarize these networks efficiently we need to find out a network that “covers” from 172.16.1.0 -> 172.16.13.0 (including 13 networks < 16). So we need to use 4 bits (24 = 16). Notice that we have to move the borrowed bits to the left (not right) because we are summarizing.
The network 172.16.0.0 belongs to class B with a default subnet mask of /16 but in this case it has been subnetted with a subnet mask of /24 (we can guess because 172.16.1.0, 172.16.2.0, 172.16.3.0… are different networks).
Therefore “move 4 bits to the left” of “/24″ will give us “/20″ -> C is the correct answer.
Question 4
Refer to the exhibit. A new subnet with 60 hosts has been added to the network. Which subnet address should this network use to provide enough usable addresses while wasting the fewest addresses?
A. 192.168.1.56/27
B. 192.168.1.64/26
C. 192.168.1.64/27
D. 192.168.1.56/26
Answer: B
Explanation
60 hosts < 64 = 26 -> we need a subnet mask of at least 6 bit 0s -> “/26″. The question requires “wasting the fewest addresses” which means we have to allow only 62 hosts-per-subnet -> B is correct.
Question 5
The network technician is planning to use the 255.255.255.224 subnet mask on the network. Which three valid IP addresses can the technician use for the hosts? (Choose three)
A. 172.22.243.127
B. 172.22.243.191
C. 172.22.243.190
D. 10.16.33.98
E. 10.17.64.34
F. 192.168.1.160
Answer: C D E
Explanation
From the subnet mask of 255.255.255.224 we learn:
Increment: 32
Network address: In the form of x.x.x.(0,32, 64, 96, 128, 160, 192, 224)
Broadcast address: In the form of x.x.x.(31,63,95,127,159,191,223)
-> All IP addresses not in the above forms are usable for host -> C D E are correct answers.
Question 6
In the implementation of VLSM techniques on a network using a single Class C IP address, which subnet mask is the most efficient for point-to-point serial links?
A. 255.255.255.240
B. 255.255.255.254
C. 255.255.255.252
D. 255.255.255.0
E. 255.255.255.248
Answer: C
Explanation
The subnet mask of 255.255.255.252 gives only 2 usable host addresses because it has only 2 bit 0s (22 – 2 = 2) so it is the most efficient subnet mask for point-to-point serial links (and you should remember it).
Question 7
Refer to the exhibit. HostA cannot ping HostB. Assuming routing is properly configured, what could be the cause of this problem?
A. HostA is not on the same subnet as its default gateway.
B. The address of SwitchA is a subnet address.
C. The Fa0/0 interface on RouterA is on a subnet that can’t be used.
D. The serial interfaces of the routers are not on the same subnet.
E. The Fa0/0 interface on RouterB is using a broadcast address.
Answer: D
Explanation
Now let’s find out the range of the networks on serial link:
For the network 192.168.1.62/27:
Increment: 32
Network address: 192.168.1.32
Broadcast address: 192.168.1.63
For the network 192.168.1.65/27:
Increment: 32
Network address: 192.168.1.64
Broadcast address: 192.168.1.95
-> These two IP addresses don’t belong to the same network and they can’t see each other -> D is the correct answer.
Question 8
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
Answer: D
Explanation
We need 113 point-to-point links which equal to 113 sub-networks < 128 so we need to borrow 7 bits (because 2^7 = 128).
The network used for point-to-point connection should be /30.
So our initial network should be 30 – 7 = 23.
So 10.10.0.0/23 is the correct answer.
You can understand it more clearly when writing it in binary form:
/23 = 1111 1111.1111 1110.0000 0000
/30 = 1111 1111.1111 1111.1111 1100 (borrow 7 bits)
Question 9
If an Ethernet port on a router was assigned an IP address of 172.1.1.1/20, what is the maximum number of hosts allowed on this subnet?
A. 4094
B. 1024
C. 8190
D. 2046
E. 4096
Answer: A
Explanation
In the prefix /20 we have 12 bit 0s so the number of hosts-per-subnet is 212 – 2 = 4094.
Question 10
A network administrator receives an error message while trying to configure the Ethernet interface of a router with IP address 10.24.24.24/29. Which statement explains the reason for it?
A. The address is a broadcast address
B. The Ethernet interface is faulty
C. VLSM-capable routing protocols must be enable first on the router.
D. This address is a network address.
Answer: D
have to consider for number of hosts too. Point-to-point links have 2 hosts.
h=2= (2^y) – 2 thus, y =2.
2 zero bits are borrowed, followed by 7 1′s
My teach ask us to solve this question:
How many /26 aligned networks can be aggregated together to give a /20 contiguous network. What class is the network obtained in this way?
/26 gives us 32 ip that would be 6 subnets
/20 give us 16 ip that would be 12 subnets
thats as far as i got. can anyone help
/26 gives 64 hosts (including the network and broadcast)
/20 gives 4096 hosts (including the network and broadcast)
4096/ 64 = 64 (networks)
that’s what i think is the answer for the first part of the question.
ques-8
i am thinking same as you , please explain if any one think different .
kind regards
For Question-8
First, consider host address. You need fewest host address, so for point-to-point links, it should be 4 (1 network address, 1 broadcast address & 2 link address) and it take 2 bits. Then you consider subnet address. 113 takes 7 bits. So host & subnet takes 2+7=9 bits. So our initial network should be 32 – 9 = 23
any body wants ccna online training and have any doubts regarding concepts contact me bhargav.cisco@gmail.com
Q7 WAS ON MY EXAM TODAY
Q1 Don’t you think the gateway address of each subnet should be considered?
Kurt,
what do you mean by gateway address? there is no router there yet configured. it only talks subnetting and the number of hosts needed.
Gateway address should be on the same subnet of your hosts.
Pliz i will sit for the CCNA exam next month, can someone send me the latest dumps on email: olesimbe@yahoo.com
Can someone please explain Q10? Thanks in advance.
I mean Q8. Not Q10
@ Tin for question number 8, use shortcut the question ask 113 point to point links you can only use here is /30 in a point to point links wich 252 (includes = 1 network address, 2 usable ips and 1 broadcast adress) the total is 4. now 113 * 4 = 452 you need 452 ips. what address can support 452 ips? 1111111.1111111.11111110.00000000 = 2e9 = 512. 512 is enough right? so how many bits are there? /23. so the answer is (255.255.254.0 and 255.255.255.252) or (/23 and /30) which is D.
I hope you get my point sorry my english is bad.
For question 7, option A is valid too…..HostA is not on the same subnet as its default gateway.
Why is that?
@bam Thanks for great explanation.
Krishna,
they are on the same network: 192.168.1.32 /27
the range of hosts for this network is 192.168.1.33 – 192.168.1.62
Hey guys The ip addresses are same or not?
Q7
host B has broadcast IP also, Am i right ?
freinds please help me i wanna take the CCNA EXAM IN COMING DAYS
please send me last dumps in my email
vickakop@gmail.com
thanks in advance
@Nourhan: host B has a valid IP, from the IP 192.168.1.111, we have this range:
Subnet 192.168.1.96, broadcast 192.168.1.127 and the IP assigned to hosts should be anything in between and we’ll have for hosts, the range (192.168.1.97-192.168.1.126), so 192.168.1.111 is a valid host address, i hope it makes sens to you
can any one explain me the question 2
@ABP: Use summarized route from phoenix route… hope this helps..
Hello Guys I hope you will be fine there. I have CCNA (640-802) and CCNA security (640-554) Vouchers on special discount of 58% for World wide, with six months expiry date till you purchase. Each voucher cost 70USD.
Details Required For CCNA Voucher For Discount Processing:
1-Full Name. 1st Name & Last Name (as you want to appear on certificate & documents)
2-Country.
3-City.
4-State.
5-Pin Code (or Area Code)
6-Residential Address (or where you can collect your Certificate or further correspondence
can be received)
7-Date of birth
Add me on Skype through this information which is written below:
Skype Name: rockon660
you can also email me at this email address which is written below:
madeelqaiser@gmail.com
If you have any Questions feel free to contact me.
Thanks,
Best regards,
Adeel
Thanks 9tut. I made it. I passed my CCNA 200-120 today. The sim is Access-list 1 , Access-list 2 & EIGRP. A lot of new questions like Netflow, Syslog, SNMP, VRRP, and GLBP.
q3 can someone explain to me please
I will speak in spanish
tienes la red 172.16.1.0 to 172.16.13.0
el lugar de bit para 172.16.13.0 es 172.16.00001101.0
tomas los primero 4 bit del tercer octeto y son los que quedaran fijos.
172.16.00000001.0
172.16.00000010.0
172.16.00000011.0
hasta
172.16.00001101.0
255.255.11110000.00000000/20
si pones atencion los primeros 4 bit del 3 octeto no se movieron por lo cual debes de ser /20
Question 8: 113 point to point links that mean we will need 226 ip address. 226 Subnet mask will be: 32 – 9 = 23 => D the correct.
Thanks to Allah and 9tut, I just passed my exam, good luck everyone. I suggest everyone to go thru all the links on this site, close to 50% of question are found here.
would u please some body explain me the Q.10?
hi friend this is network address we cant assign it to any host .for this subnet 1st valid ip is .25.last valid .30.31 is brodcast this ip also we cant assign to any host.next subnet is .32.if u hav any query email on..jadhavyogesh150@gmail.com
113 point-to-point links. We all know point-to-point links uses a /30. Therefore, 113 point-to-point links is = 113 /30s. We also know in a /30 we have 4 as the step size. Therefore, in 113 /30s we have 4*113 = 452 hosts. Now we need to find the number of host bits to help us get the subnet mask. Remember the formula 2^y-2. 452=2^y-2…….454=2^y. therefore y is 9 host bits. Remember for hosts we always start counting from the right = N.N.11111110.00000000/23.
from 192.10.20.0/24 come up with four subnets
from 192.10.20.0/24 come up with four subnets