Search

IPv4 Directed broadcast address

Here, in this tutorial lesson we will learn about IPv4 directed broadcast addresses.

Broadcast is a type of network communication in IPv4. In broadcast type of communication, a computer in a network can send an IPv4 datagram packet once and that IPv4 datagram packet will be delivered to all other computers in that network. In other words, broadcast is one to all type of communication. In broadcast, the sender sends the IPv4 datagram packets once and all other computers in the intended destination network receives a copy of that IPv4 datagram packet. There are two types of broadcasts - limited broadcast and directed broadcast. Both limited broadcast and directed broadcast use different special IPv4 addresses as the destination addresses.

Directed broadcast address is a special IPv4 address used as the destination address in IPv4 datagram packet for directed broadcasts.

Directed broadcast address is the last address of an IPv4 address block. Directed broadcast addresses are derived by setting all the host bits in an IPv4 address block as binary number, "1".

Let’s learn what is directed broadcast 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

Remember, directed broadcast address is the last address of an IPv4 address block. Directed broadcast addresses are derived by setting all the host bits as binary number, "1".

Directed broadcast address of a Class A network

Let us take an example of IPv4 Class A network 10.0.0.0. We have already learned that for Class A network, 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.

If we keep all the host bits of 10.0.0.0 255.0.0.0 network as binary number "1", we get the IPv4 directed broadcast address of 10.0.0.0 255.0.0.0 network as 10.255.255.255. Please refer below image.

directed-broadcast-address-class-a.jpg

Directed broadcast address of a Class B network

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

If we keep all the host bits of 172.16.0.0 255.255.0.0 network as binary number "1", we get the IPv4 directed broadcast address of 172.16.0.0 255.255.0.0 network as 172.16.255.255. Please refer below image.

directed-broadcast-address-class-b.jpg

Directed broadcast address of a Class C network

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

If we keep all the host bits of 192.168.0.0 255.255.255.0 network as binary number "1", we get the IPv4 directed broadcast address of 192.168.0.0 255.255.255.0 network as 192.168.0.255. Please refer below image.

directed-broadcast-address-class-c.jpg

You cannot use a directed broadcast IPv4 address as an IPv4 address for a network device.

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