1,439 views
0 votes
0 votes

1 Answer

Best answer
2 votes
2 votes
To support 30 networks we need atleast 5 bits(2^5=32).

And default subnet mask for class B network is 255.255.0.0

so we will borrow the most significant 5 bits from the third octet to support our 30 subnet networks that is

255.255.11111000.00000

i.e; 255.255.248.0

and the rest bits(represented as 0) will be host part......

Correct me If I'm wrong......:-)
selected by

Related questions

0 votes
0 votes
1 answer
1
Sanjay Sharma asked Jun 20, 2016
2,960 views
What is the correct subnet mask to use for a class-B address to support 30 Networks and also have the most hosts possible?255.255.255.0255.255.192.0255.255.240.0255.255.2...
0 votes
0 votes
2 answers
2
dhairya asked Apr 28, 2016
3,657 views
plzz give the explaination also...
4 votes
4 votes
5 answers
3
worst_engineer asked Jan 18, 2016
4,203 views
For a class C network if IP address of a computer is 200.99.39.112 and subnet mask is 255.255.255.224 the first host of first subnet (represent last octet) is ________. M...
1 votes
1 votes
1 answer
4
rahuljai asked Dec 15, 2018
1,203 views
What’s the right answer ?, please have a look at Q.5(here) they are appending network bits but this question doesn't.