Subnet
closed

closed by
1,860 views
1 1 vote
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?

$62$ subnets and $262142$ hosts.

$64$ subnets and $262142$ hosts.

$62$ subnets and $1022$ hosts.

$64$ subnets and $1024$ hosts

2 Answers

1 1 vote
Option (C) is correct

here number of bits for subnet=6 bits

so maximum number of subnets =(2^6)-2 =62 subnets

(here 2 is subtracted because the network ID of 1'st subnet and the network ID of whole network will be same so we don't include subnet number 0 and DBA of last subnet and DBA of whole network will be same so we don't include the last subnet number i.e DBA subnet because of ambiguity)

in class B 16 bits for Net ID part and 16 bits for host ID part,here 6 bits  are used for subnetting so 6 bits are borrowed from host ID part .

now the remaining bits=16-6=10 bits

maximum number of hosts per subnet =(2^10) -2 =1022 hosts
Position:
Show:

Related questions

1 1 vote
4 4 answers
4.4k
4.4k views
Na462 asked Dec 4, 2018
4,434 views
A class B network address 130.50.0.0 is submitted as follows. The last 10 bits of the host id are allotted for host number and the remaining 6 bits are reserved for subne...
1 1 vote
1 1 answer
2.3k
2.3k views
Na462 asked Sep 20, 2018
2,256 views
3 3 votes
2 2 answers
2.5k
2.5k views
radha gogia asked Apr 6, 2018
2,462 views
Interface $A - 255.255.255.128$Interface $B -255.255.255.192$Interface $C -255.255.255.224$ 1) which one of the following IP addresses belong to interface $B$ ?$200.200.2...
3 3 votes
2 2 answers
1.1k
1.1k views
Na462 asked Nov 11, 2017
1,055 views
For class $B$ network, all even bit positions are selected for subnet mask bits. What is the possible subnet mask?$(A) 255.25.170.170$$(B) 255.255.85.85$$(C) 255.255.255....