902 views
2 votes
2 votes
If IP is 210.15.131.141 and Subnet Mask is 255.255.255.224 Then what is the IP of last host of last subnet?

1 Answer

1 votes
1 votes

IP-:$210.15.131.141$

Mask-:$255.255.255.224$

$\Rightarrow$Seeing the IP we can guess that it is class C$\Rightarrow$Network bit=24 bit and host=8 bit

$\Rightarrow$Its mask must be $11111111.11111111.11111111.00000000$ but it is actually $11111111.11111111.11111111.11100000$$\Rightarrow 3$ bit is taken away from host $\Rightarrow$3 bit must be its subnet  

$\Rightarrow$ subnet bits are $000$,$001$,$010$,$011$,$100$,$101$,$110$,$111$

$\Rightarrow$ ANDing IP with mask we get Network address of that IP

        $11010010.00001111.10000011.10001101$

AND

        $11111111.11111111.11111111.11100000$


$11010010.00001111.10000011.10000000$

Also,last subnet is $111$

So Finally addrress of last host of last subnet is $11010010.00001111.10000011.10000000.111111110$

210.15.131.254

edited by

Related questions

159
views
0 answers
0 votes
phaniphani asked Jan 6
159 views
Let’s say my device wants to send a packet to far way device many networks away. Once my router receives the packet, it doesn’t know much about this destination IP an...
236
views
0 answers
0 votes
24aaaa23 asked Oct 3, 2023
236 views
Which of the following statement is not false?1.127.0.1.0 is a class A IP address2.A fragment with MF=0 and fragment offset = 0 doesn’t exist3.Record route is an applic...
423
views
0 answers
0 votes
thej911 asked Jun 17, 2023
423 views
If block contains 32 IP address which of the following is the first address of the block ?a. 10.0.0.16b. 10.0.0.32c. 10.0.0.160d. None of the above
1.3k
views
1 answers
1 votes
arnav1827 asked Mar 21, 2023
1,275 views
One of the header fields in an IP datagram is the Time to Live (TTL) field. Which of the following statements best explains the need for this field ? It can be used to pr...