Networking - Subnetting - Discussion

Discussion Forum : Subnetting - Subnetting (Q.No. 17)
17.
Using the following illustration, what would be the IP address of E0 if you were using the eighth subnet? The network ID is 192.168.10.0/28 and you need to use the last available IP address in the range. The zero subnet should not be considered valid for this question.
192.168.10.142
192.168.10.66
192.168.100.254
192.168.10.143
192.168.10.126
Answer: Option
Explanation:
A /28 is a 255.255.255.240 mask. Let's count to the ninth subnet (we need to find the broadcast address of the eighth subnet, so we need to count to the ninth subnet). Starting at 16 (remember, the question stated that we will not use subnet zero, so we start at 16, not 0), 16, 32, 48, 64, 80, 96, 112, 128, 144. The eighth subnet is 128 and the next subnet is 144, so our broadcast address of the 128 subnet is 143. This makes the host range 129-142. 142 is the last valid host.
Discussion:
8 comments Page 1 of 1.

Rupesh Wagh said:   8 years ago
IP Pool = 168.16.64.0, 255.255.192.0 that means (168.16.64.0/18).

Answer.

IP Pool 168.16.64.0.
Subnet(S/M) 255.255.192.0.
Start Network IP 168.16.64.0.
Broadcast IP is 168.16.127.255.

Chandrashekar said:   8 years ago
@ Manu Ratheesh.

0th subnet-> 0 to 15.
1st -> 16 to 31.
2nd -> 32 to 47.
3rd -> 48 to 63.
4th -> 64 to 79.
5th -> 80 to 95.
6th -> 96 to 111.
7th -> 112 to 127.
8th -> 128 to 143.

In question they said the zero subnet shouldn't be considered valid for this question right then the 0th subnet would start from 1 to 16, isn't it?

Manu Ratheesh said:   9 years ago
@Rajib

Total number of bits for network : 16 bits (class B's NID) + 2 (subnet) = 18,

So, remaining 14 bits for host id.

Rajib said:   9 years ago
@Manu Ratheesh.

Given that SM is 255.255.192.0 => NID is 18 bits and HID is 14 bits.

This IP is class B range but you mention NID is 18 and HID are 14 why?

I think CLASS B (N.N.H.N = 32)that means NID = 16bit and the HID = 16 bit that's it.

Manu Ratheesh said:   9 years ago
@Rcybervirus.

Given IP is 192.168.10.0/28 => the SM is 255.255.255.240.0.

=> NID is 28 bits and HID is remaining 4 bits. So the number of IP's per subnet is 2^4 = 16.

0th subnet-> 0 to 15.
1st -> 16 to 31.
2nd 32 to 47.
3rd 48 to 63.
4th 64 to 79.
5th 80 to 95.
6th 96 to 111.
7th 112 to 127.
8th 128 to 143.

In the 8th subnet, the first IP (192.168.10.128) is used as the subnet address and the last IP (192.168.10.143) is used as the broadcast address. It can't be assigned to anyone. So the last IP of the eighth subnet is 192.168.10.142. Option is (A).

Manu Ratheesh said:   9 years ago
@Chathu.

Given that SM is 255.255.192.0 => NID is 18 bits and HID is 14 bits.

(1) Network ID or subnet ID:

(168.16.64.0) AND (255.255.192.0) = 168.16.64.0.

(2) Broadcast ID:

From (1) we know the NID is 168.16.64.0.

i.e, 168.16.01000000.00000000.

Here the first 18 bits are NID and the last 14 bits are HID.

i.e, NID part is 168.16.01 and HID part is remaining 14 bits.

If we change all HID bits to 1 it becomes the broadcast address. i.e, change the last 14 bits to 1.

Now it becomes 168.16.01111111.11111111 => 168.16.127.255 which is the broadcast ID.

(3) Number of hosts: Since the host id bit is 14, the number of IP addresses possible is 2^14. But, since the first IP is used as the network address and the second IP is used as the broadcast address, the number of hosts possible is (2^14) -2.

(4) Useful IP range:

We know the network ID or the starting IP address is 168.16.01000000.00000000 (i.e, 168.16.64.0).

The last IP will be 168.16.01111111.11111111 (i.e, 168.16.127.255).

So the range is 168.16.64.0 to 168.16.127.255.

But, we know that the first IP is used as the Network IP and the last IP is used as the Broadcast address. So the useful IP range is 168.16.64.1 to 168.16.127.254.

Rcybervirus said:   9 years ago
In the question its asking for the 8th subnet then according to question the correct option should be (E).

But why in explanation it has taken as 9th subnet somebody explain please?

Chathu said:   9 years ago
Please answer this quiz.

What is the net work ID, Broadcast ID, Number of Hosts and useful IP range of 168.16.64.0, 255.255.192.0 network block?

Post your comments here:

Your comments will be displayed after verification.