Networking - Subnetting - Discussion

Discussion Forum : Subnetting - Subnetting (Q.No. 1)
1.
Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs on the LAN interface attached to the router?
  1. 172.16.1.100
  2. 172.16.1.198
  3. 172.16.2.255
  4. 172.16.3.0
1 only
2 and 3 only
3 and 4 only
None of the above
Answer: Option
Explanation:
The router's IP address on the E0 interface is 172.16.2.1/23, which is 255.255.254.0. This makes the third octet a block size of 2. The router's interface is in the 2.0 subnet, and the broadcast address is 3.255 because the next subnet is 4.0. The valid host range is 2.1 through 3.254. The router is using the first valid host address in the range.
Discussion:
36 comments Page 3 of 4.

Nirmal said:   9 years ago
@Nikhil.

Because 7 bits are opened in the third octet.

Nikhil said:   9 years ago
How did we get the subnet mask as 255.255.254.0?

Akira said:   9 years ago
Can you please explain this from the scratch?

Neeraj said:   9 years ago
172.16.2.0 NID.
172.16.2.1 FIRST VALID HOST.
172.16.2.255.
172.16.3.1.
172.16.3.255.
172.16.4.1.
172.16.4.254 LAST VALID HOST.
172.16.4.255 BROAD CAST.

172.16.3.0 it's not a valid address.

Between in these option valid address is 172.16.2.255

Davit said:   10 years ago
00000000.00000000.0000000|0.00000000.
76543210.76543210.7654321|0.76543210.
1.255.

IP starts from 2.1 and ends with 3.254. So we can't use these numbers. It means we can use 172.16.2.1 - 172.16.3.254. I think so:x.

Felix said:   10 years ago
The valid host range will be (172.16,2.1-172.16.3.254).

The network address : 172.16.2.0.

The broadcast address: 172,16.3.255.

The network 172.16.2.0 will ends 172.16.2.55 then it will become 172.16.3.0 which is still on the range of the network.

Gabe said:   10 years ago
Don't know if it helps but 172.16.1.100 and 172.16.1.198 are kinda off from the default gateway 172.16.2.1/23 notice that to there?

Varun tyagi said:   10 years ago
2 is the block size.

So 0, 2, 4, 6 is N.ID.

0.1, 0.2, 0.3 to 1.254 are host.

Similarly.

2.1, 2.2, 2.3, 2.4 to 2.254, 2.255, 3.1, 3.2 to 3.254 are host.

But 3.255 are B.id and 4.0 n.id.

Santhosh said:   1 decade ago
The valid host id is from 172.16.2.0 to 172.16.3.254 [excluding 172.16.2.1(as this is itself routers id)].

And the broadcast add is 172.16.3.255.

Aishwarya mishra said:   1 decade ago
The valid host id is from 172.16.2.0 to 172.16.3.254 [excluding 172.16.2.1(as this is itself routers id)].

And the broadcast add is 172.16.3.255 [here we are making all the last nine bits as 1.].


Post your comments here:

Your comments will be displayed after verification.