exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 267 discussion

Actual exam question from Cisco's 200-301
Question #: 267
Topic #: 1
[All 200-301 Questions]

A network engineer must configure two new subnets using the address block 10.70.128.0/19 to meet these requirements:
✑ The first subnet must support 24 hosts.
✑ The second subnet must support 472 hosts.
✑ Both subnets must use the longest subnet mask possible from the address block.
Which two configurations must be used to configure the new subnets and meet a requirement to use the first available address in each subnet for the router interfaces? (Choose two.)

  • A. interface vlan 1148 ip address 10.70.148.1 255.255.254.0
  • B. interface vlan 3002 ip address 10.70.147.17 255.255.255.224
  • C. interface vlan 4722 ip address 10.70.133.17 255.255.255.192
  • D. interface vlan 1234 ip address 10.70.159.1 255.255.254.0
  • E. interface vlan 155 ip address 10.70.155.65 255.255.255.224
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Customexit
Highly Voted 2 years, 2 months ago
Selected Answer: AE
Adding my answer since there is so much confusion. Remove C because VLAN ranges are 1-1005 and 1006-4094. !The requirement is to use the first available address in each subnet! For A, the network address is .148.0. The first available is 148.1. 255.255.254.0 is /23, we have 512 addresses so we are good on the 472 host requirement. For B, 10.70.147.1 is the first address. So no. For D, (we already decided on A but we'll do this anyway) 10.70.158.1 is our first. Not 159.1. For E, .64 is our network, .65 is our first. This works. .224 is /27 which gives us 32 total addresses, more than we need. I highly recommend watching 'Subnetting Mastery' youtube playlist for learn how to subnet fast.
upvoted 43 times
[Removed]
1 year, 7 months ago
D is incorrect because it's not using the first ip of the range. the range of D is 10.70.158.1 to 10.70.159.254
upvoted 6 times
anchilinq
1 year, 4 months ago
How to know the the range of D is 10.70.158.1 to 10.70.159.254?
upvoted 2 times
tryingtopassccna
5 months, 3 weeks ago
Write the IP address and Subnet mask in binary and compare them you will get the network address: 10.70.159.1 = 00001010 01000110 10011111 00000001 255.255.254.0 = 11111111 11111111 11111110 00000000 When we compare each bit we get: 00001010 01000110 10011110 00000000 = 10.70.158.0
upvoted 1 times
...
...
...
[Removed]
1 year, 7 months ago
are you saying D is also valid? so A and D are valid but you preferred A because it was the first option?
upvoted 1 times
...
Amit_R0y
10 months, 3 weeks ago
Selected Answer: AE
upvoted 2 times
...
...
MTrap
Highly Voted 2 years, 7 months ago
It has to be A & B. The first subnet will require 24 hosts which would put in the subnet mask ending in 224 yes. However since it is the first subnet, it has to come before the second (obviously) so a since B has an IP address of 10.70.147.17 with a subnet mask of 255.255.255.224 and A has an IP address of 10.70.148.1 and a network mask of 255.255.254.0 (512 IP addresses) and it immediately follows the previous address, this should be the answer.
upvoted 12 times
[Removed]
1 year, 6 months ago
B cannot be correct because using a /27 subnet, the first legal network address is .32 then .64, a . 16 would work for a /28 but that would not give up to 24 hosts, so the first available network we can choose from is the .64, if we choose the .64 then the first usable address will be a .65 /27
upvoted 2 times
...
[Removed]
2 years, 3 months ago
Agreed, key word here being "First"
upvoted 1 times
...
Deeztroyer
2 years, 6 months ago
/27 needed for 24 addresses -> magical number is 32. The router needs to be the first IP address in the range. => E is right
upvoted 5 times
MTrap
2 years, 6 months ago
Yeap, the first available IP address thing got me.
upvoted 2 times
...
...
...
Maximosu
Most Recent 3 weeks, 1 day ago
Selected Answer: AE
If you want to find out the number of subnets from /19, then you need /32-19 which equals 13 -8 (for 256 hosts you always need 8). That gives 5 and 2 to the power of 5 = 32 subnets.
upvoted 1 times
...
cakiremra
3 weeks, 3 days ago
Selected Answer: AE
Definitely right answers with no doubt.
upvoted 1 times
...
thomeboy
1 month, 3 weeks ago
Selected Answer: AB
The correct options are A and B, as they fulfill the requirements for the second and first subnets, respectively. Option E is incorrect because the address range is too high for the first subnet, and Option D is incorrect because the address range is not in the correct order for the first subnet.
upvoted 1 times
...
RahmNn
2 months, 4 weeks ago
Selected Answer: AD
Options Evaluation: A. IP Address: 10.70.148.1 255.255.254.0 (/23) Subnet: 10.70.148.0/23 Usable IPs: 10.70.148.1 to 10.70.149.254 Total IPs: 512 Usable: 510 Valid for 512 hosts. B. IP Address: 10.70.147.17 255.255.255.224 (/27) Subnet: 10.70.147.0/27 Usable IPs: 10.70.147.1 to 10.70.147.30 Total IPs: 32 Usable: 30 Not valid for 512 hosts. C. IP Address: 10.70.133.17 255.255.255.192 (/26) Subnet: 10.70.133.0/26 Usable IPs: 10.70.133.1 to 10.70.133.62 Total IPs: 64 Usable: 62 Not valid for 512 hosts. D. IP Address: 10.70.159.1 255.255.254.0 (/23) Subnet: 10.70.158.0/23 Usable IPs: 10.70.158.1 to 10.70.159.254 Total IPs: 512 Usable: 510 Valid for 512 hosts. E. IP Address: 10.70.155.65 255.255.255.224 (/27) Subnet: 10.70.155.64/27 Usable IPs: 10.70.155.65 to 10.70.155.94 Total IPs: 32 Usable: 30 Not valid for 512 hosts.
upvoted 1 times
...
ndaniel99
5 months ago
Selected Answer: AE
Looking at the host requirements we know we want /23 and /27. Exclude C. Now, we know that we want 1st usable address in each. Let's convert to binary: 1st) /23 A: 10.70.148.1 = 10.70.10010100.1 The mask will be there: 10.1001010/0.00000001 This means this is a right answer. In opposition ,lets check the other /23: 10.70.159.1 = 10.70.1001111/1.00000001 there is more than one "1" after the mask which means it is not the 1st usable address. Repeat for /27 and you will see the same results.
upvoted 1 times
...
Mikeserj
5 months, 2 weeks ago
I just came to tell you that on August 3rd I got my CCNA certification, and I want you to know that at least 90% of the questions I got, I saw here in Exam Topics, study them and understand the reason for the answers and I assure you that you will pass, by the way, you only have until August 15th to schedule an exam for version 7 of CCNA 200-301. I hope you succeed!
upvoted 2 times
...
royliu
5 months, 3 weeks ago
Selected Answer: AE
It must be a and e, the first usable ip in 10.70.158.0/23 is 10.70.158.1 not 159.1
upvoted 1 times
...
onyia.edward
7 months ago
32=1 31=2 30=4 29=8 28=16 27=32 26=64 25=128 24=256 23=512 21=1024 20=2048 19=4096
upvoted 1 times
...
eb63e5a
9 months, 1 week ago
DE is correct according to question.
upvoted 1 times
...
Nmk173
9 months, 2 weeks ago
Selected Answer: AE
i confused between question and answers The FIRST avaible subnet is this. (vlan number is random in avaible vlan numbers) interface vlan 10 ip address 10.70.128.1 255.255.255.224 then SECOND subnet is this(This is avaible after first subnet for max 510 host) interface vlan 11 ip address 10.70.130.1  255.255.254.0 Otherwise question must be one subnet ..... other subnet .... so it is not important first and second. In the avaible answer A and E is right... 10.70.148.0 255.255.254.0 avaible ips 10.70.148.1 - 10.70.149.254 10.70.155.65 255.255.255.224 avaible ips 10.70.155.65 - 10.70.155.94 AND d CANT BE GOOD ANSWER BECAUSE 10.70.154.1 - 10.70.155.254
upvoted 1 times
...
TNgen9
10 months ago
Selected Answer: AE
First subnet is /27 which is 255.255.255.224 second subnet is /23 which is 255.255.254.0 the keyword logest subneet and first usable IP is requiment first option in subnet /27 B and E meet the requirment but answer B ip 10.70.147.17 /27 is not the first usable IP so Answer E is correct 10.70.155.65 /27 meet the requiement Second Option in subnet /23 A and D meet the requiment but Answer D ip 10.70.159.1 255.255.254.0 is not the first Usable IP so A is correct meet the requiement and the first usable ip
upvoted 4 times
...
[Removed]
10 months, 1 week ago
Selected Answer: AE
A & E are correct
upvoted 2 times
...
GoLDoN
1 year, 1 month ago
Selected Answer: AE
focus on the main keyword here : "FIRST AVAILABLE ADDRESS"!
upvoted 1 times
...
picho707
1 year, 2 months ago
Selected Answer: AE
1001 0100 (148) AND 1111 1110 (254) = 148 ( this means that the first address is 148.1) 0100 0001 (65) AND 1110 0000 ( 224) = 64 ( This means that the first address is 255.65)
upvoted 2 times
...
PerryThePlatypus
1 year, 2 months ago
Selected Answer: AE
I absolutely didn't understand the meaning of this question, mind you, it's not a subnetting issue, but more about the logic behind it. Could you please explain it to me as you would to your 8-year-old nephew? Ty
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago