Everything About /19 Subnet Mask

The /19 prefix length is a prefix length with a subnet mask of 255.255.224.0 and a wildcard mask of 0.0.31.255.

The 19 subnet mask helps divide larger networks, like Class A and Class B networks, into smaller networks (subnetworks). Each of the subnetworks has a range of 8192 IP addresses. The first IP address in this range is the network ID, and the last IP address in this range is the broadcast IP address. Hence, there are 8190 usable IP addresses in a /19 subnet mask.

Related Contents
/16 subnet maskEverything About /24 Subnet Mask
Everything About /17 Subnet Mask/25 Subnet Mask
Everything About /18 Subnet Mask/26 Subnet Mask
Everything About /19 Subnet Mask/27 Subnet Mask
Everything About /20 Subnet Mask/30 Subnet Mask
/21 Subnet Mask | /21 IP Range/31 Subnet Mask
/22 Subnet Mask/32 Subnet Mask
/23 Subnet Mask/28 Subnet Mask
/29 Subnet Mask

Subnetting with a /19 Subnet Mask (Example)

When subnetting a network with a /19 subnet mask, you have a total of 8192 IP addresses in each subnet. Let’s consider subnetting the network 192.168.0.0/16 (a class B network) with a /19 subnet mask:

  1. First Subnet:
    • Network Address: 192.168.0.0
    • Usable IP Range: 192.168.0.1 to 192.168.31.254
    • Broadcast IP Address: 192.168.31.255
  2. Second Subnet:
    • Network Address: 192.168.32.0
    • Usable IP Range: 192.168.32.1 to 192.168.63.254
    • Broadcast IP Address: 192.168.63.255
ALSO READ:  /30 Subnet Mask

Here is a table of a network subnetted with /19 subnet mask;

SubnetNetwork AddressIP RangeBroadcast Address
1192.168.0.0192.168.0.1 to 192.168.31.254192.168.31.255
2192.168.32.0192.168.32.1 to 192.168.63.254192.168.63.255
3192.168.64.0192.168.64.1 to 192.168.95.254192.168.95.255
4192.168.96.0192.168.96.1 to 192.168.127.254192.168.127.255
5192.168.128.0192.168.128.1 to 192.168.159.254192.168.159.255
6192.168.160.0192.168.160.1 to 192.168.191.254192.168.191.255
7192.168.192.0192.168.192.1 to 192.168.223.254192.168.223.255
8192.168.224.0192.168.224.1 to 192.168.255.254192.168.255.255

/19 Subnet Mask IP range

There is a range of 8192 IP addresses in a /19 subnet mask. The first IP address in this range is the network ID, and the last IP address is the broadcast IP address. Therefore, there are 8190 usable IP addresses in a /19 subnet mask.

/19 Subnet Mask Dotted Decimal Notation

The dotted decimal notation for a /19 subnet mask is 255.255.224.0. This value is gotten by setting the first 19 bits out of the 32 bits of the IPV4 address to 1s, setting the remaining 13 bits to 0s, and then converting from binary to decimal.

dotted decimal notation for /19 subnet mask

 

Subnetting Class B Network with /19 Subnet Mask

To subnet a class B network with a /19 subnet mask, we need to borrow 3 bits from the host bits, resulting in the binary representation 11111111.11111111.11100000.00000000. Remember, the original binary representation for the class B subnet mask is 11111111.11111111.00000000.00000000.

ALSO READ:  Everything About 3G Network and 3G Phones

subnetting class B networks with /19 subnet mask

Number of Subnets

The formula for calculating the number of subnets remains 2^(number of borrowed bits). In this case, it yields 2^3 = 8 subnets.

However, adhering to RFC guidelines, two subnets are reserved for specific functions. Therefore, the usable number of subnets becomes 8 minus 2, resulting in 6 usable subnets.

Subnetting Class A Network with /19 Subnet Mask

To subnet a class A network with a /19 subnet mask which has a binary representation of 11111111.00000000.00000000.00000000, 11 bits are borrowed from the host bits and added to the network bits. This results in the binary representation 11111111.11111111.11100000.00000000.

subnetting class A network with /19 subnet mask

Number of Subnets

The formula for calculating the number of subnets is 2^(number of borrowed bits). In this case, it results in 2^11 = 2048 subnets.

Observing RFC guidelines, two subnets are reserved for specific functions. Hence, the usable number of subnets becomes 2048 minus 2 = 2046 usable subnets.

Related Contents
/16 subnet maskEverything About /24 Subnet Mask
Everything About /17 Subnet Mask/25 Subnet Mask
Everything About /18 Subnet Mask/26 Subnet Mask
Everything About /19 Subnet Mask/27 Subnet Mask
Everything About /20 Subnet Mask/30 Subnet Mask
/21 Subnet Mask | /21 IP Range/31 Subnet Mask
/22 Subnet Mask/32 Subnet Mask
/23 Subnet Mask/28 Subnet Mask
/29 Subnet Mask
ALSO READ:  /22 Subnet Mask

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top