Subnet Mask Cheat Sheet

Technical Reference & CIDR Lookup Table

Subnet Mask255.255.255.254
HEX CodeFF.FF.FF.FE
Total IPs2
Usable Hosts2
Wildcard Mask0.0.0.1
Network Class1/1 C

Technical Analysis

The /31 subnet mask corresponds to a dotted-decimal mask of 255.255.255.254.
This /31 subnet provides 2 total addresses and 2 usable host addresses.
The subnet mask /31 uses 31 network bits and 1 host bits in binary representation.
The /31 subnet mask follows RFC 3021, where both addresses are usable for point-to-point router links.

Network Context

CIDRSubnet MaskTotal IPsUsableClass
/32255.255.255.25511Host
/31255.255.255.254221/1 C
/30255.255.255.252421/2 C
/29255.255.255.248861/4 C
/28255.255.255.24016141/8 C
/27255.255.255.22432301/16 C
/26255.255.255.19264621/32 C
/25255.255.255.1281281261/64 C
/24255.255.255.02562541 C
/23255.255.254.05125102 C
/22255.255.252.01,0241,0224 C
/21255.255.248.02,0482,0468 C
/20255.255.240.04,0964,09416 C
/19255.255.224.08,1928,19032 C
/18255.255.192.016,38416,38264 C
/17255.255.128.032,76832,766128 C
/16255.255.0.065,53665,5341 B
/15255.254.0.0131,072131,0702 B
/14255.252.0.0262,144262,1424 B
/13255.248.0.0524,288524,2868 B
/12255.240.0.01,048,5761,048,57416 B
/11255.224.0.02,097,1522,097,15032 B
/10255.192.0.04,194,3044,194,30264 B
/9255.128.0.08,388,6088,388,606128 B
/8255.0.0.016,777,21616,777,2141 A
/7254.0.0.033,554,43233,554,4302 A
/6252.0.0.067,108,86467,108,8624 A
/5248.0.0.0134,217,728134,217,7268 A
/4240.0.0.0268,435,456268,435,45416 A
/3224.0.0.0536,870,912536,870,91032 A
/2192.0.0.01,073,741,8241,073,741,82264 A
/1128.0.0.02,147,483,6482,147,483,646128 A
/00.0.0.04,294,967,2964,294,967,294Default

About /31 Subnet Configuration

Understanding the /31 Subnet Mask

The /31 subnet mask is one of the most frequently referenced configurations in network engineering. When working with a /31 subnet, network administrators need to understand the subnet mask /31 provides 2 total IP addresses. The subnet mask /31 translates to 255.255.255.254 in dotted-decimal format, which is the standard representation used in most network configuration interfaces.

Practical Applications of /31 CIDR

Common use cases for /31 CIDR include specialized configurations for point-to-point or host-specific routing. The /31 subnet mask calculator helps engineers quickly determine network boundaries and available address ranges. Network designers often choose the /31 subnet when they need a balance between address space efficiency and network segmentation requirements.

Technical Specifications for /31 Networks

When configuring routing tables or firewall rules, understanding the /31 subnet characteristics is essential. The subnet mask /31 uses 31 network bits and 1 host bits, providing a clear binary representation of how IP addresses are divided. The wildcard mask of 0.0.0.1 is particularly useful in access control lists (ACLs) and routing protocols like OSPF, where you need to specify which bits should be matched or ignored.

Return to Homepage