New CCNA – Subnetting 2
Note: If you are not sure about Subnetting, please read our Subnetting Tutorial – Subnetting Made Easy.
Question 1
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 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
Refer to the exhibit. What is the most appropriate summarization for these routes?
A. 10.0.0.0/21
B. 10.0.0.0/22
C. 10.0.0.0/23
D. 10.0.0.0/24
Answer: B
Explanation
We need to summarize 4 subnets so we have to move left 2 bits (22 = 4). In this question we can guess the initial subnet mask is /24 because 10.0.0.0, 10.0.1.0, 10.0.2.0, 10.0.3.0 belong to different networks. So “/24″ moves left 2 bits -> /22.
Question 4
A national retail chain needs to design an IP addressing scheme to support a nationwide network. The company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet. Working with only one Class B address, which of the following subnet masks will support an appropriate addressing scheme? (Choose two)
A. 255.255.255.0
B. 255.255.255.128
C. 255.255.252.0
D. 255.255.255.224
E. 255.255.255.192
F. 255.255.248.0
Answer: B E
Explanation
We need to remember the default subnet mask of class B is 255.255.0.0. Next, the company requires a minimum of 300 sub-networks so we have to use at least 512 sub-networks (because 512 is the minimum power of 2 and greater than 300). Therefore we need to get 9 bits for network mask (29=512), leaving 7 bits for hosts which is 27= 128 > 50 hosts per subnet.This scheme satisfies the requirement -> B is correct.
We can increase the sub-networks to 1024 ( 1024 = 210), leaving 6 bits for hosts that is 26= 64 > 50 hosts. This scheme satisfies the requirement, too -> E is correct.
Notice: The question asks “The company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet” but this is a typo, you should understand it as “”The company needs a minimum of 300 sub-networks and a minimum of 50 host addresses per subnet”.
Question 5
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 6
Refer to the diagram. All hosts have connectivity with one another. Which statements describe the addressing scheme that is in use in the network? (Choose three)
A. The subnet mask in use is 255.255.255.192.
B. The subnet mask in use is 255.255.255.128.
C. The IP address 172.16.1.25 can be assigned to hosts in VLAN1
D. The IP address 172.16.1.205 can be assigned to hosts in VLAN1
E. The LAN interface of the router is configured with one IP address.
F. The LAN interface of the router is configured with multiple IP addresses.
Answer: B C F
Explanation
First we should notice that different VLANs must use different sub-networks. In this case Host A (172.16.1.126) and Host B (172.16.1.129) are in different VLANs and must use different sub-networks. Therefore the subnet mask in use here should be 255.255.255.128. In particular, it is 172.16.1.0/25 with 2 sub-networks:
+ Sub-network 1: 172.16.1.0 -> 172.16.1.127 (assigned to VLAN 1)
+ Sub-network 2: 172.16.1.128 -> 172.16.1.255 (assigned to VLAN 2)
-> B is correct.
The IP address 172.16.1.25, which is in the same sub-network with host A so it can be assigned to VLAN 1 -> C is correct.
To make different VLANs communicate with each other we can configure sub-interfaces (with a different IP address on each interface) on the LAN interface of the router -> F is correct.
Question 7
The network administrator needs to address seven LANs. RIP version 1 is the only routing protocol in use on the network and subnet 0 is not being used. What is the maximum number of usable IP addresses that can be supported on each LAN if the organization is using one class C address block?
A. 6
B. 8
C. 14
D. 16
E. 30
F. 32
Answer: E
Explanation
“The network administrator needs to address seven LANs” means we have 7 subnets < 8 = 23, so we need to borrow 3 bits from the host part (to create 8 subnets). We are using class C address block which has 8 bits 0 (the default subnet mask of class C is 255.255.255.0), so the number of bit 0 left is 8 – 3 = 5. Therefore the hosts per subnet will be 25 – 2 = 30 -> E is correct.
Question 8
Refer to the exhibit. What is the most efficient summarization that R1 can use to advertise its networks to R2?
A. 172.1.0.0/22
B. 172.1.0.0/21
C. 172.1.4.0/22
D. 172.1.4.0/24
172.1.5.0/24
172.1.6.0/24
172.1.7.0/24
E. 172.1.4.0/25
172.1.4.128/25
172.1.5.0/24
172.1.6.0/24
172.1.7.0/24
Answer: C
Explanation
Network 172.1.4.0/25 and network 172.1.4.128/25 can be grouped to a single network 172.1.4.0/24
Network 172.1.4.0/24 + Network 172.1.5.0/24 + Network 172.1.6.0/24 + Network 172.1.7.0/24 can be grouped to a single network 172.1.4.0/22 because we have all 4 subnetworks so we can move left 2 bits (22=4).
Question 9
Gateway of last resort is not set 192.168.25.0/30 is subnetted, 4 subnets D 192.168.25.20 [90/2681856] via 192.168.15.5, 00:00:10, Serial0/1 D 192.168.25.16 [90/1823638] via 192.168.15.5, 00:00:50, Serial0/1 D 192.168.25.24 [90/3837233] via 192.168.15.5, 00:05:23, Serial0/1 D 192.168.25.28 [90/8127323] via 192.168.15.5, 00:06:45, Serial0/1 C 192.168.15.4/30 is directly connected, Serial0/1 C 192.168.2.0/24 is directly connected, FastEthernet0/0 |
Which address and mask combination a summary of the routes learned by EIGRP?
A. 192.168.25.0 255.255.255.240
B. 192.168.25.16 255.255.255.252
C. 192.168.25.0 255.255.255.252
D. 192.168.25.28 255.255.255.240
E. 192.168.25.16 255.255.255.240
F. 192.168.25.28 255.255.255.240
Answer: E
Explanation
We have 4 routes learned by EIGRP:
D 192.168.25.20 [90/2681856] via 192.168.15.5, 00:00:10, Serial0/1
D 192.168.25.16 [90/1823638] via 192.168.15.5, 00:00:50, Serial0/1
D 192.168.25.24 [90/3837233] via 192.168.15.5, 00:05:23, Serial0/1
D 192.168.25.28 [90/8127323] via 192.168.15.5, 00:06:45, Serial0/1
These subnets are all /30 (as it says “192.168.25.0/30 is subnetted, 4 subnets”. We have 4 successive subnets = 22 so we can go back 2 bits -> the summarized subnet mask is 30 – 2 = 28 and the summarized network is 192.168.25.16.
Q9 is not a “typo”.. It’s a damn tricky question. The only thing that really matters is the number of hosts they want – max 50. That 300 subnets info is just to screw up with the innocents….kkkk
Sorry….I meant Q4 not Q9 above
Sorry….I meant Q4 not Q9 above
Q9. Easy explanation. You have every subnet with 2 possible hosts. 4 bits so, If you have 4 routes you will have 4 subnet and to represent them from 192.168.25-16 to 192.168.25.32 to summarise them you will need to use 4 bits, cuz 4 bits = 16. That is the reason of 255.255.255.240 . 256-240 = 16
Q8 today. Praise allah for i have passed
about to take exam this feb. can anyone send me latest dumps@ cml57_82@yahoo.com ty
Q8.why B is incorrect?
@Anonymous: Q8
B. 172.1.0.0/21 – Will advertise 172.1.0.0 – 172.1.7.255
C. 172.1.4.0/22 – Will advertise 172.1.4.0 – 172.1.7.255
Since the question asked for the “most efficient” summarized route, you need to pick the answer that includes all the routes listed, but limits any additional routes (as much as possible). Answer “C” offers all the routes listed in the picture and advertises no additional routes to R2.
In addition to the routes shown in the picture, answer “B” would advertise 172.1.0.0 – 172.1.3.255 to R2 and any packets for those network(s) would be routed toward R1. Since R1 does not have those network(s), all those packets would either be dropped by R1 or be caught in a routing loop if R1 had a default gateway pointing to R2.
Hope that helps.
@grawill Q8
thnk you……
Q8 On 15th Feb.
In Q7 if subnet 0 is not beigg used than how 3 bits can address 8 networks can anyone please give the explanation for that?
Q8 was in Exam for today
q2,4,6,9
Q7 explanation:
Question asked for 7 LANs (7 subnets) = 2^3 which means 3 bits is assigned for subnet. It’s using class C address, which has by default 24 bits for network.
So we’ve 8 bits left to be used by the subnet and host (3 already being assigned for subnet), so we’ve 5 bits left for host = 2^5 = 32 hosts. Remember, first and last available IP are used for network and broadcast, which left us 30 – 2 = 30 available usable IP addresses.
Please,can you explain, why in Q1 ans is B not D? They both has /26
@Pik
Q1 explanation:
60 hosts = 2^6 which means 6 bits is assigned for host bit. This equals /26 subnet mask.
Now we’ve two choices: 192.168.1.64 /26 or 192.168.1.56 /26.
Question is asking for subnet address, so we need to find the subnet for option 1:
- last octet .64 in binary = 0100 0000, subnet mask is /26 so the last 6 bits are 0s which
makes it equals 0100 0000 = .64 (192.168.1.64)
- broadcast address (the last 6 bits are 1s) = 0111 1111 = 127 (192.168.1.127)
Option 2:
- last octet .56 = 0011 1000, network address (last 6 bits are 0s) = 0000 0000 (192.168.1.0)
- broadcast address = 0011 1111 = 63 (192.168.1.63)
From the results: options 1 is clearly the network address, while option 2 is one of the usable address. Hence, the answer is option 1.
ARE THERE ANY NEW QUESTIONS IN EXAM I AM APPEARING AFTER TOMORROW IN EXAM. INSHAALLAH
can any one send latest ccna 200-120 dumbs…
pls. urgent…
thanks
sadiqsulthan@gmail.com
Q(3)
Could anyone explain following. Why it shouldn’t be /16 because only first 2 octets are not changed.
we can guess the initial subnet mask is /24 because 10.0.0.0, 10.0.1.0, 10.0.2.0, 10.0.3.0 belong to different networks.
can anyone explain me Q2 please???
Can someone explain Q6?..its not indicated that they activated the subnet-zero…
Can someone explain Q6?..its not indicated that they activated the subnet-zero…
Passed my CCNA exam today (18th Mar)… Q6 in exam
Q3
10.0.00000000.0
10.0.00000001.0 – 1
10.0.00000010.0 – 2
10.0.00000011.0 – 3
1st octet – 8 bits
2nd octet – 8 bits
3rd octet – 6 bits that are the same
All in all 22 bits that are all the same.
Please send me latest dumps
hpaul602@gmail.com
tnx
please send me the latest dumps i have exams in April thanks
franklinkisa@gmail.com
I HAVE A CLASS B NETWORK WITH 1,000 SUBNETS..WHAT IS THE SUBNET MASK? AND HOW MANY HOSTS PER EACH SUBNET CAN BE CREATED?
Ans of question 7 is wrong……it should be 14 hosts….because if ip subnet zero is not given then how 3 subnet bits will give 7 sub networks….it will give only 6 sub networks because first subnet n last won’t be used because no ip subnet zero command
Hey sumit7843, For Question 7 I think the right answer is 30 hosts because the question says “and subnet 0 is not being used.” It does not say that the command: “no ip subnet zero” has been issued. So we can borrow 3 bits = 2^3 = 8 subnets – 1 (the zero subnet) gives us the 7 subnets in total for our case.
anyone how need dump of ccna (200-120) 316 question 100% valid
only in english version mail me.Price is 5000 rupees only mail me rbilal1500@gmail.com
Right said petko……passed ccna with 1000 marks…..just refer 9tut for practice
Q5,6
am nelson and am planning to do my exams on 30th april …send me latest ccna quiz..
Yep
q7 answer is wrong
Notice: The question asks “The company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet” but this is a typo, you should understand it as “”The company needs a minimum of 300 sub-networks and a minimum of 50 host addresses per subnet”….. it’s a little bit (joke) perverse !
A maximum of 50 hosts per subnet is a maximum of 50 hosts per subnet !
Q7 answer is wrong
q4, q9 was in my exame . i got 1000/1000
Hi everyone,
Congratulation guys passed CCNA. I hope you can share new watson vce files. Please send it to my email khoaanh1989@gmail.com
Thanks.
Somebody send me the questions please…..albosoftie@gmail.com……want to do the exam next week
Zover@ss which dump did you use
I have the latest dumps but I bought them, anyone willing to share the costs contact me
Alhamidikhalid1@gmail.com .
someone please share CCNA dumps to zameer.ise@gmail.com
Thank You
good