in Computer Networks edited by
5,438 views
0 votes
0 votes

A network on the Internet has a sub net mask of 255.255.240.0

What is the maximum number of hosts it can handle ? 

I am confused with the concept.

In given mask there are 12 zeros, so Maximum of 2 12 = 4096 hosts are possible.

Option 1 or Option 2 ? which is correct?

Option 1 : For each subnet 0000 0000 0000 and 1111 1111 1111 are not used practically. So we have to subtract 2 from each subnet. we have 16 subnets

Hence 4096 -16 x 2 = 4064

Option 2: We have to subtract 2 from total no of hosts

Hence 4096 -2 = 4094

Which is correct? 

Please explain

in Computer Networks edited by
by
5.4k views

2 Comments

what is the subnet mask?
0
0
sorry.. missed..

Corrected now!
0
0

1 Answer

5 votes
5 votes
Best answer

class B subnet is 255.255.0.0

but given is 255.255.240.0, i.e, 4 bits are stolen from the host .

Hence , total subnets will be ==> 2- 2 = 14 and 12 host bits are left.

So,total hosts ==>  212 - 2 = 4096 - 2 = 4094 

selected by
by

4 Comments

YES I WANT TO CONFIRM THIS ANS ONLY....

AND LOOK HERE:

The address of a class B host is to be split into subnets with a 6-bit subnet number. What is the maximum number of subnets and the maximum number of hosts in each subnet?

WE HAVE 6 BIT SUBNET NUMBER AND NO SPECIFIC SUBNET MASK :CAN WE APPLY THE OPTION-1 LOGIC

1
1
still, it is asking for a particular subnet and maximum hosts in that particular subnet.
0
0
OK ..CAN U PLZ TELL ME WHAT IS THE WAY THE QUESTION CAN BE FRAMED FOR THAT TYPE OF ANS...EXCEPT VLSM
0
0

Related questions