in Computer Networks edited by
197 views
0 votes
0 votes
IP = 201.15.16.19

Subnet mask = 255.255.255.224

Which of the following can be possible

subnet ID? (Multiple Select Question)

 

a) 201.15.16.96

b) 201.15.16.48

c) 201.15.16.64

d) 201.15.16.78
in Computer Networks edited by
197 views

1 Answer

0 votes
0 votes
To find the subnet ID, you need to perform a bitwise AND operation between the IP address and the subnet mask. Here's how you can do it:

IP: 201.15.16.19 Subnet: 255.255.255.224 Result: 201.15.16.16

So, the correct subnet ID is 201.15.16.16.

None of the given options match the calculated subnet ID of 201.15.16.16. Therefore, based on the provided options, none of them are correct.

3 Comments

How the Bit-wise AND operation between 19 & 224 is resulting as 16?. It Should be 0, no?.
4
4
any 3 bits can be selected from last octate..so answer can be a, b, c….

subnet mask=11111111.11111111.11111111.11100000

last octate any three bits can be taken for subnet id….and for option d we need 4 bits for representing 78...thats why its wrong
0
0
here the last 5 bits will tell us the range so range can be 0-31 only is it right ? that's why we can say no option is matching here.
0
0

Related questions

0 votes
0 votes
2 answers
4