Search

What is network address

A network address in IPv4 is a special address which is used to uniquely identify a network. Routers use network address to identify a network. Routing table (a table maintained by routers) contain network addresses and additional information about how to reach that network.

A network address is a special IPv4 address where all host bits zero.

Let’s learn what is network address with examples of Class A, Class B and Class C IPv4 networks. Default subnet masks of Class A, Class B and Class C networks are given below.

  • For Class A network, the first octet belongs to the network part and remaining three octets belongs to the host part. So, the default subnet mask of a Class A network is 255.0.0.0.
  • For Class B network, the first two octets belongs to the network part and remaining two octets belongs to the host part. So, the default subnet mask of a Class B network is 255.255.0.0.
  • For Class C network, the first three octets belongs to the network part and remaining one octet belongs to the host part. So, the default subnet mask of a Class B network is 255.255.255.0.

To understand the concept clearly, refer below image.

class-a-b-c-subnet-masks.jpg

Network address is the first address of an IPv4 address block. Network address address of an IPv4 addres block is found by setting all the host bits as binary number, "0".

Network address of a Class A network

Let us take an example of IPv4 Class A network 10.0.0.0. Note that 10.0.0.0 is the first IPv4 address in its block. We have already learned that for Class A network, first octet belongs to network part and remaining three octets belongs to the host part. So, the default subnet mask of a Class A network is 255.0.0.0.

The network address 10.0.0.0 is obtained by keeping all host bits as binary number "0". Please refer below image.

network-address-class-a.jpg

Network address of a Class B network

Let us take an example of IPv4 Class B network 172.16.0.0. Note that 172.16.0.0 is the first IPv4 address in its block. We have already learned that for Class B network, first two octets belongs to network part and remaining two octets belongs to the host part. So, the default subnet mask of a Class B network is 255.255.0.0.

The network address 172.16.0.0 is obtained by keeping all host bits as binary number "0". Please refer below image.

network-address-class-b.jpg

Network address of a Class C network

Let us take an example of IPv4 Class C network 192.168.0.0. Note that 192.168.0.0 is the first IPv4 address in its block. We have already learned that for Class C network, first three octets belongs to network part and remaining one octet belongs to the host part. So, the default subnet mask of a Class C network is 255.255.255.0.

The network address 192.168.0.0 is obtained by keeping all host bits as binary number "0". Please refer below image.

network-address-class-c.jpg

Related Tutorials
Introduction to TCP/IP, Features of TCP/IP, TCP/IP History, What is RFC (Request for Comments)
Seven Layers of OSI Model and functions of seven layers of OSI model
Five layered TCP/IP model
Network Layer (Layer 3)
TCP/IP Data Encapsulation and Decapsulation
Datalink Layer (Layer 2)
Ethernet Frame Format
What is MAC address or Layer 2 address or physical address
IPv4 Protocol, IPv4 header and fields of IPv4 header
IPv4 addresses, IPv4 Address Classes, IPv4 Address Classifications
What is Subnet Mask
What is network address
Limited broadcast address
Directed broadcast address
What is limited broadcast in IPv4 and how limited broadcast works
What is directed broadcast in IPv4 and how directed broadcast works
What is default gateway
What are private IP addresses - RFC 1918 private addresses
APIPA Addresses (Automatic Private IP Addresses)
What is loopback address in IPv4
What is localhost
Class A networks and Class A IP addresses
Class B networks and Class B IP addresses
Class C networks and Class C IP addresses
Class D multicast IP addresses
Subnetting - Part 1
Subnetting - Part 2
Subnetting - Part 3
Subnetting - Part 4
Subnetting - Part 5
Subnetting - Part 6
Variable Length Subnet Masking, VLSM, IP V4 Subnetting, subnetting tutorials, IP study guides, IP documentation, IP tutorials
Supernetting, IP Supernetting, IP Supernetting tutorial, How to Supernet, Supernetting Guide, Supernetting Concepts
How to find out the Network Address and Broadcast Address of a subnetted IPv4 address
Address Resolution Protocol Tutorial, How ARP work, ARP Message Format
What is Gratuitous ARP