Subnetting Questions 32 | Find the first valid host on the network

Subnetting Questions 32

Enter the first valid host on the network that the host 192.168.204.45/29 is a part of:

Solution

Hence, the IP Address starts from 192 it indicates it is a Class C Address. By default, in Class C address 24 bits are reserved for the network and 8 bits are reserved for the host.

class C Subnetting

 

Let’s find the Subnet Mask first

The CIDR value is /29, means we have to borrow another 5 bits for the network (24 + 5 = 29) and remaining 3 bits are host.

11111111 . 11111111 . 11111111 . 11111000

(27 26 25 24 23 22 21 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23)

255.255.255.248

Let’s count the number of subnets

2(Here, n indicates the total number of network bits borrowed)

25 = 32 Subnets are available.

Let’s count the number of IP Address on each network

2(Here, n indicates the total number of host bits)

2= 8 IP Address is available on each network

List of top 5 subnets (Network)

Network ID First host Last host Subnet mask Broadcast
192.168.204.40 192.168.204.41 192.168.204.46 255.255.255.248 192.168.204.47
192.168.204.48 192.168.204.49 192.168.204.54 255.255.255.248 192.168.204.55
192.168.204.56 192.168.204.57 192.168.204.62 255.255.255.248 192.168.204.63
192.168.204.64 192.168.204.65 192.168.204.70 255.255.255.248 192.168.204.71
192.168.204.72 192.168.204.73 192.168.204.78 255.255.255.248 192.168.204.79

Hence the IP Address 192.168.204.45 falls under the first network. Its first host is 192.168.204.41

Class C Subnetting video Tutorial

Basics of Subnetting | How to find Subnet Mask, Network ID, Host IP Address from CIDR Value | 2018

Subscribe to my YouTube channel TECHNICAL TECH for more videos on Networking

Leave a Reply