retagged by
537 views
0 votes
0 votes
closed with the note: bad question

What will be subnet for all and also their DBA's???

retagged by

1 Answer

0 votes
0 votes

This is basically a question of variable length subnet masking.

here, 8 hist id bits are divided in the following way to get exactly 3 subnets and not 4-->

10000000

    and

00000000 , 01000000

           or  

00000000

     and

11000000 , 10000000

the subnets will have following range of ip addresses- > (0 to 127), (128 to 191),(192 to 254).

DBAs are respectively->

1) 255.255.255.127

2)255.255.255.191

3)255.255.255.254

so ans is B

edited by

Related questions

2 votes
2 votes
1 answer
2
Ankita87077 asked Dec 2, 2021
565 views
int a = 50, b = 50;a = a+++++b;b = b+++++a; Value of b after executing these .I think it should be undefined behaviour. But in answer it is given 155. Can anybody verify ...
5 votes
5 votes
3 answers
3
Sambhrant Maurya asked Aug 22, 2018
1,134 views
For an IP address 197.111.121.199 and subnet mask 255.255.255.240 of a Class A network, what is the 1st subnet ID, 2nd subnet ID, last subnet ID and IP address of last ho...
2 votes
2 votes
0 answers
4
DAWID15 asked Feb 1, 2023
415 views
Why B is wrong?