Computer Science - Networking - Discussion

Discussion Forum : Networking - Section 3 (Q.No. 43)
43.
You are working with a network that has the network ID 192.168.10.0 and require nine subsets for your company and the maximum number of hosts. What subnet mask should you use?
255.255.255.192
255.255.255.224
255.255.255.240
255.255.255.248
255.255.255.252
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Abhishek Kumar said:   2 months ago
Step 1: Determine how many bits you need for subnets.

We're starting with a Class C network:

Default subnet mask = 255.255.255.0 → 8 bits available for hosts.

To get at least 9 subnets, we need to borrow bits from the host portion.

Borrowed Bits: Subnets Created
1 : 2
2: 4
3: 8
4: 16 ✅

So, we borrow 4 bits, leaving 4 bits for hosts.

Step 2: Determine the number of hosts per subnet;
With 4 host bits left:

Number of hosts per subnet = 2^4 -2 = 14.
Why subtract 2? One address is reserved for the network and one for the broadcast.

Step 3: Choose the correct subnet mask
Borrowed 4 bits → New subnet mask = /28.

CIDR /28 corresponds to: 255.255.255.240.

Dhruv Padalia said:   8 years ago
2^1 = 2, therefore if 1 or 2 subnet is required then we require 1 bit, so 10000000, likewise now in this question we require 9 subnets, as 8<9<16 we will have to use 16, which is 2^4 and hence 11110000, which is 240.

Zaroongul said:   8 years ago
Explain it clearly.

Monika Yadav said:   10 years ago
C is the right answer because we need 4 bits for 9 host IDs. So we will pick first four bits from left which will be like this.

128+64+32+16 = 240. So C is right option.
(2)

Post your comments here:

Your comments will be displayed after verification.