exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 5 discussion

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

DRAG DROP -
Drag and drop the IPv4 network subnets from the left onto the correct usable host ranges on the right.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
This subnet question requires us to grasp how to subnet very well. To quickly find out the subnet range, we have to find out the increment and the network address of each subnet. Let's take an example with the subnet 172.28.228.144/18:
From the /18 (= 1100 0000 in the 3rd octet), we find out the increment is 64. Therefore the network address of this subnet must be the greatest multiple of the increment but not greater than the value in the 3rd octet (228). We can find out the 3rd octet of the network address is 192 (because 192 = 64 * 3 and 192 < 228) -
> The network address is 172.28.192.0. So the first usable host should be 172.28.192.1 and it matches with the 5th answer on the right. In this case we don't need to calculate the broadcast address because we found the correct answer.
Let's take another example with subnet 172.28.228.144/23 -> The increment is 2 (as /23 = 1111 1110 in 3rd octet) -> The 3rd octet of the network address is 228
(because 228 is the multiply of 2 and equal to the 3rd octet) -> The network address is 172.28.228.0 -> The first usable host is 172.28.228.1. It is not necessary but if we want to find out the broadcast address of this subnet, we can find out the next network address, which is 172.28.(228 + the increment number).0 or
172.28.230.0 then reduce 1 bit -> 172.28.229.255 is the broadcast address of our subnet. Therefore the last usable host is 172.28.229.254.

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
paniaguavo
Highly Voted 2 years, 8 months ago
Subnet / Usable IPs 172.28.228.144/18 - 172.28.192.1 - 172.28.255.254 172.28.228.144/21 - 172.28.224.1 - 172.28.231.254 172.28.228.144/23 - 172.28.228.1 - 172.28.229.254 172.28.228.144/25 - 172.28.228.129 - 172.28.228.254 172.28.228.144/29 - 172.28.228.145 - 172.28.228.150
upvoted 27 times
...
anoop4487
Most Recent 3 months ago
Given Subnet Matching Usable Host Range 172.28.228.144/18 172.28.192.1 - 172.28.255.254 172.28.228.144/21 172.28.224.1 - 172.28.231.254 172.28.228.144/23 172.28.228.1 - 172.28.229.254 172.28.228.144/25 172.28.228.129 - 172.28.228.254 172.28.228.144/29 172.28.228.145 - 172.28.228.150
upvoted 1 times
...
jhhhrwy
8 months, 1 week ago
my way is to count the host qty, e.g. /29 has 2^3-2=6 hosts, so it maps to 172.28.228.145 - 172.28.228.150
upvoted 1 times
...
ExG2
1 year, 5 months ago
I think the best way to do these questions is count the difference between the given range that is 172.28.228.129 - 172.28.228.254. So only last octate is changing and it is changing by 128 numbers. Now 2^7 is 128 hence the answer will be 172.28.228.144/25 because 32-7 is 25.
upvoted 3 times
...
duongccna
1 year, 7 months ago
all bit host = 0 ----> all bit host = 1 bit host = 32 - subnet mask
upvoted 1 times
...
StingVN
1 year, 10 months ago
172.28.228.144/18: 172.28.192.1. – 172.28.255.254 172.28.228.144/21: 172.28.224.1 – 172.28.231.254 172.28.228.144/23 : 172.28.228.1 – 172.28.229.254 172.28.228.144/25 : 172.28.228.129 – 172.28.228.254 172.28.228.144/29 : 172.28.228.145 - 172.28.228.150
upvoted 1 times
...
[Removed]
1 year, 10 months ago
Do it like a router would: 1. IP 172.28.228.144 -> 10101100.00011100.11 100100.10010000 Mask 255.255.192.0 -> 11111111.11111111.11 000000.00000000 2. "Logical AND" between IP and Mask: 10101100.00011100.11 100100.10010000 11111111.11111111.11 000000.00000000 Result: 10101100.00011100.11 000000.00000000 172.28.192.0 -> Network ID 3. 1st usable IP address = Network ID + 1: 10101100.00011100.11 000000.00000000 + 00000000.00000000.00 000000.00000001 = 10101100.00011100.11 000000.00000001 -> 172.28.192.1 4. Broadcast address = Net ID + all Host ID bits to 1: 10101100.00011100.11 111111.11111111 = 172.28.255.255 -> broadcast address 5. Last usable IP = broadcast address - 1: 10101100.00011100.11 111111.11111111 - 00000000.00000000.00 000000.00000001 = 10101100.00011100.11 111111.11111110 - > 172.28.255.254 Do the same for the other IPs/masks.
upvoted 2 times
...
Zafferano
2 years ago
D R 1 = 5 2 = 2 3 = 1 4 = 3 5 = 4
upvoted 1 times
...
Garfieldcat
2 years, 6 months ago
The question is somehow misleading. On the left hand side, those IP are addresses instead of subnet numbers.
upvoted 3 times
Request7108
2 years, 4 months ago
It is poorly worded and should be what network range would be if it were in a /18, /21, etc. For example, if 172.28.228.144 were an IP in a classful /21, what would the usable network range be and the answer would be 172.28.224.1-172.28.231.254
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