Made Easy
[closed]

Redirected
in Computer Networks retagged by
556 views
0 votes
0 votes
closed with the note: bad question

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

in Computer Networks retagged by
556 views

4 Comments

Dept 2 ==> 510 hosts
Dept 1 ==> 287 hosts
Dept3 ==> 254 hosts
0
0
192.203.16.255 ?

any more info?
0
0

m not getting question itself :(

0
0
i also left it unanswered ....was unable to understand the question
0
0

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