Network ID
This is the portion of the IP Address that identifies the Network and makes it unique
Please note this:
In any Class A IP Address. Then Network address is represented by the 1st Octet
Example
10.0.0.0 ( All host ID portion automatically equates to 0s)
Or 15.0.0.0 ( All host ID portion automatically equates to 0s)
In any Class B IP Address. The network address is represented by the 1st and 2nd Octet
Example
172.16.0.0 ( All host ID portion automatically equates to 0s)
Or 160.2.0.0 ( All host ID portion automatically equates to 0s)
In any Class C IP Address. The network address is represented by the 1st, 2nd and 3rd Octet
Example
192.168.0.0 ( Host ID portion automatically equates to 0s)
Or 201.21.100.0 ( Host ID portion automatically equates to 0s)
Host ID Range
How do you detect the Number of Host IP Address when you use a particular IP Address Class. We use the 2^n – 2 formula
Where n represents the number of host bits in the Host ID portion of an IP address.
For Example and IP Address 10.0.0.0
Details
Class | A |
IP Address (NID) | 10.0.0.0 |
Subnet | 255.0.0.0 |
This mean 10.0.0.0 is the NID; to get the amount of Host IP Address
We do 2^24 – 2
Where 24 is the number of Host ID bits
So our answer is 16,777,514
=> from 10.0.0.0 to 10.255.255.255 we’ll get 16,777,514 host IP addresses
Class | A |
IP Address (NID) | 10.0.0.0 |
Subnet | 255.0.0.0 |
HID Range | 10.0.0.1 to 10.255.255.254 |
Broadcast ID | 10.255.255.255 |
Broadcast ID
This is usually the last address in a network address range
Related posts
Subscribe for newsletter
* You will receive the latest news and updates on your favorite topics!
How to Downgrade Flutter Version – FIXED
Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version…
Generate Resources for Android Playstore & iOS Apple Store Flutter
In this post, we’ll generate resources for the flutter app we created in the previous post. we’ll be learning how…
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App,…
Setup Flutter on Kali, Ubuntu, and any other Linux Distro
In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising…
FIXED xcodebuild: Failed to load code for plug-in – Repeatedly Being Asked to Install Command Line Tools
Hey there, updating your MacOS Montery Xcode can be a pin in the a$$ especially when you got Xcode working…
How to Downgrade Flutter Version – FIXED
Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version…
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App,…
Setup Flutter on Kali, Ubuntu, and any other Linux Distro
In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising…