Network, Node and Broadcast Addresses: brief explanation

Network, Node, and Broadcast Addresses
Андрей Волков

Андрей Волков

Системное, сетевое администрирование +DBA. И немного программист!))  Профиль автора.

When IPv4 addressing was first designed, there needed to be a way for devices and people to recognize whether an address referred to a specific device or to a group of devices. Some rules were created to help determine the difference between a network address and a node (or host) address:

In an IP address:

  • A host portion of all binary 0s refers to the network itself.
  • A host portion with a combination of binary 0s and 1s refers to a specific host.
  • A host portion of all binary 1s refers to the broadcast address of the network.

So what is the difference between these three?

  • A network address defines the entire network and all of the hosts inside it. This address cannot be assigned to a specific device.
  • A host address defines one specific device inside of that network. This address can be assigned to a single device.
  • A broadcast address represents all of the hosts within a specific network. All devices within the network are programmed to accept messages sent to this address.

Going back to our original example of 192.168.1.1/24, what information can we determine now about this address? We already know that based on the mask of /24, the network portion is 192.168.1 and the host portion is .1. We know that the last 8 bits are host bits. Knowing what we now know about network, host, and broadcast addresses:

  1. All 0s in the host portion of the address is 00000000 and that equals 0 in decimal, so the network address of this specific network is 192.168.1.0.
  2. The host portion in binary is 00000001, which equals 1 in decimal, so this host is the first host in the network.
  3. The range of hosts in this network runs from 00000001 to 11111110 in binary, or from 1 to 254 in decimal. There are 254 unique addresses in this network for devices.
  4. The broadcast address of this network is 11111111, or all 1s in the host portion. This means that the broadcast address for this network is .255.

In chart form this network would look like:

Network Address

Range of Valid Hosts

Broadcast Address

192.168.1.0

192.168.1.1192.168.1.254

192.168.1.255

Вас заинтересует / Intresting for you:

IT Industry Trends and Transit...
IT Industry Trends and Transit... 1241 views Masha Sun, 27 Jan 2019, 12:28:11
What are IPv4 addresses used f...
What are IPv4 addresses used f... 1237 views Андрей Волков Sat, 13 Feb 2021, 18:42:13
Cisco Cables and Connections d...
Cisco Cables and Connections d... 1009 views Валерий Павлюков Sat, 05 Feb 2022, 17:34:37
IPv6 Addressing - How It Works...
IPv6 Addressing - How It Works... 2640 views Валерий Павлюков Sat, 05 Feb 2022, 17:34:57
Comments (0)
There are no comments posted here yet
Leave your comments
Posting as Guest
×
Suggested Locations