10.0k views
2 votes
You have a network that needs 29 subnets while maximizing the number of host addresses available on each subnet. How many bits must you borrow from the host portion of a classful network address to provide the correct subnet mask?

A) 2
B) 3
C) 4
D) 5

User Mvd
by
5.3k points

1 Answer

2 votes

Answer:

Option D) 5

Step-by-step explanation:

4 subnet bits is 240 mask which provides
2^(4), i.e., 16 subnets and provides 14 hosts for each.

In order to achieve the target and provide correct subnet mask, 5 subnet bits are required to be borrowed from the host of a classful network address as then the addition of one more subnet bit would result in 248 mask which in turn gives 5 subnet bits which results in
2^(5), i.e., 32 subnets and 3 host with 6 host per subnet.

User Xjmdoo
by
5.3k points