exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 904 discussion

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



Refer to the exhibit. A network engineer must configure the link with these requirements:
• Consume as few IP addresses as possible.
• Leave at least two additional useable IP addresses for future growth.

Which set of configurations must be applied?

  • A. R1(config-if)#ip address 10.10.10.1 255.255.255.252
    R2(config-if)#ip address 10.10.10.2 255.255.255.252
  • B. R1(config-if)#ip address 10.10.10.1 255.255.255.240
    R2(config-if)#ip address 10.10.10.12 255.255.255.240
  • C. R1(config-if)#ip address 10.10.10.1 255.255.255.248
    R2(config-if)#ip address 10.10.10.4 255.255.255.248
  • D. R1(config-if)#ip address 10.10.10.1 255.255.255.0
    R2(config-if)#ip address 10.10.10.5 255.255.255.0
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
ahmt
Highly Voted 1 year, 8 months ago
Selected Answer: C
C is correct. 252(/30) ip subnet have only 2 usable ip address. 248(/29) ip subnet have 6 usable ip address.
upvoted 11 times
...
oatmealturkey
Highly Voted 1 year, 8 months ago
Selected Answer: C
A is incorrect, it does not leave any usable addresses. C is correct
upvoted 8 times
...
tattybizzy
Most Recent 6 months, 2 weeks ago
C is correct
upvoted 2 times
...
morales7
6 months, 3 weeks ago
Selected Answer: C
it is C
upvoted 1 times
...
[Removed]
7 months ago
Selected Answer: C
it´s C
upvoted 1 times
...
Yeeeeeeee
1 year, 1 month ago
Selected Answer: C
6 usable ip address
upvoted 1 times
...
Vikramaditya_J
1 year, 3 months ago
Selected Answer: C
We have to configure the link which will need 2 IP addresses, 1 for each port on each Router. We also need 2 spare IPs for future growth, so overall we need 4 usable IP addresses. If we consider using the /30 (255.255.255.252) mask, it will give us 2^2 (=4) i.e., total 4 IPs and 2 usable IPs, which doesn’t fulfil the given requirements. So, we can consider using the next /29 (255.255.255.248) mask, which gives us 2^3 (=8) i.e., total 8 IP address and 6 usable IP addresses, which perfectly fulfil the given requirements.
upvoted 2 times
...
[Removed]
1 year, 4 months ago
Selected Answer: C
C. R1(config-if)#ip address 10.10.10.1 255.255.255.248 R2(config-if)#ip address 10.10.10.4 255.255.255.248 This will give you 6 usable ip addresses which is enough for the 4 ip adresses required and will only waste 2 ip addresses.
upvoted 1 times
...
4aynick
1 year, 5 months ago
all is correct except A
upvoted 1 times
studying_1
1 year, 5 months ago
No, it says "Consume as few IP addresses as possible." so only C is correct
upvoted 3 times
...
...
Inaaya_45
1 year, 5 months ago
Why not B? wouldn't that leave 14 usable addresses?
upvoted 1 times
studying_1
1 year, 5 months ago
right, but it requires two additional addresses, and we need to consume as few ip addresses as possible,
upvoted 3 times
...
...
Vikramaditya_J
1 year, 5 months ago
Selected Answer: C
As per the exhibit, there's a requirement to configure the link and also keep 2 spare IP addresses for future use. So, calculate like this: 2 IPs for Network ID and broadcast IP for whatever subnet we use. 2 IPs for connected interfaces on each router i.e. 1 for R1 gi0/0/0 and 1 for R2 gi0/0/0. 2 IPs reserved for future use. In this way, we need atleast 6 IPs here and the subnet that can provide a closest value in terms of total required IPs is /29 (255.255.255.248). The /29 subnet provides a total of 8 IPs addresses per subnet and out of that 6 are host usable IPs. So, for given subnet 10.10.10.X/29 we can have IP range from 10.10.10.0 - 10.10.10.7. Where 10.10.10.0 will be network ID and 10.10.10.7 will be broadcast IP. Rest 10.10.10.1 - 10.10.10.6 can be used to assign to any hosts of links.
upvoted 2 times
...
Ciscoman021
1 year, 7 months ago
Selected Answer: C
With a /30 subnet mask, you can have a total of 4 IP addresses, 2 of which can be used for hosts. The reason for this is that the /30 subnet mask has 30 bits set to 1, leaving 2 bits for host addresses. With a /29 subnet mask, you can have a total of 8 IP addresses, 6 of which can be used for hosts. The reason for this is that the /29 subnet mask has 29 bits set to 1, leaving 3 bits for host addresses.
upvoted 3 times
...
mhayek
1 year, 7 months ago
A is correct. A 30-bit subnet mask allows for four IPv4 addresses: two host addresses, one all-zeros network, and one all-ones broadcast address. A point-to-point link can only have two host addresses. There is no real need to have the broadcast and all-zeros addresses with point-to-point links. Even A 31-bit subnet mask allows for exactly two host addresses, and eliminates the broadcast and all-zeros addresses, thus it conserves the use of IP addresses to the minimum for point-to-point links.
upvoted 1 times
...
bisiyemo1
1 year, 7 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
JJY888
1 year, 7 months ago
Selected Answer: C
2 additional!!
upvoted 2 times
...
Rynurr
1 year, 8 months ago
Selected Answer: C
Definitely "C" is the correct answer
upvoted 3 times
...
j1mlawton
1 year, 8 months ago
Selected Answer: C
Is it not .248? .252 would not leave any free ip addresses
upvoted 2 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