Computer Science - Networking - Discussion

Discussion Forum : Networking - Section 5 (Q.No. 35)
35.
On a class B network, how many subnets are available with a subnet mask of 248?
2
6
30
62
126
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
7 comments Page 1 of 1.

Rubysharma said:   7 years ago
Subnet mask 248.
Block size=256-248=8.
Number of subnet formed=subnet mask/blocksize - 1.
= (248/8)-1 = 30.
(2)

Sanjay rasgon said:   5 years ago
The right answer is 32.
(1)

Sonia said:   1 decade ago
Here the subnet mask is 248.0 because of class B network.
It's binary 11111000.00000000
5 bits for network
2^5 = 32 - 2(network id & broadcast id) = 30
Thus, 30 subnets are available.

Abcd said:   1 decade ago
Network id and broadcast id belongs to host id. So, 32 is the right answer.

Shewangizaw Bogale said:   9 years ago
Network id and broadcast id belongs to a given subnet , subnet mask of 248 = 11111000 , N= 5 , Total subnets = 2^N , 2^5 = 32.

So the final and correct answer is Total subnets = 2^N, 2^5 = 32.

Iglooroy said:   8 years ago
Yes, the answer is 32.

Wasim sajjad said:   4 years ago
3rd octet so given subnet Mask is 248 while 256 is full bits so final dedicated bits like 2^0+2^1 = 3 is subtracted from 248.
then 248-3 = 5;
So 5 subnets masks are available and we know;
subnet = 2^n here the value of n is 5,
So 2^5=32.

Post your comments here:

Your comments will be displayed after verification.