{"id":303,"date":"2019-10-22T05:37:38","date_gmt":"2019-10-21T23:37:38","guid":{"rendered":"https:\/\/bdwebit.com\/blog\/?p=303"},"modified":"2026-02-22T14:51:08","modified_gmt":"2026-02-22T08:51:08","slug":"ip-subnet-mask-cheat-sheet","status":"publish","type":"post","link":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/","title":{"rendered":"IP Subnet Mask Cheat Sheet"},"content":{"rendered":"<p>An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts. It shows the relationship between CIDR notation (like \/24), subnet masks (like 255.255.255.0), and the number of usable IP addresses in each subnet. Whether you&#8217;re configuring routers, managing VPS servers, or studying for networking certifications, a subnet mask cheat sheet saves time and reduces calculation errors.<\/p>\n<h2>What Is an IP Address?<\/h2>\n<p>Every device on a network is given a unique identifier called an IP (Internet Protocol) address. In IPv4, the address is 32 bits long and typically written in dotted decimal format:<\/p>\n<pre><strong>Code<\/strong>\r\n192.168.1.10<\/pre>\n<p>Each IPv4 address has two parts:<\/p>\n<ul>\n<li><strong>Network portion<\/strong> \u2013 Identifies the network.<\/li>\n<li><strong>Host portion<\/strong> \u2013 Identifies the device within that network.<\/li>\n<\/ul>\n<p>Which portion of the IP address pertains to the network and which to the host is determined by the subnet mask.<\/p>\n<h2>What Is a Subnet Mask?<\/h2>\n<p>A subnet mask is also a 32-bit number that separates the network portion from the host portion of an IP address. For example:<\/p>\n<pre><strong>Copy code<\/strong>\r\nIP Address: 192.168.1.10\r\nSubnet Mask: 255.255.255.0<\/pre>\n<p>The subnet mask tells us that the first 24 bits represent the network, and the remaining 8 bits represent hosts.<\/p>\n<h2>CIDR Notation Explained<\/h2>\n<p>Instead of writing the full subnet mask, we commonly use CIDR (Classless Inter-Domain Routing) notation:<\/p>\n<pre><strong>Copy code<\/strong>\r\n192.168.1.0\/24<\/pre>\n<p>The \/24 means 24 bits are used for the network portion.<\/p>\n<h2>IP Subnet Mask Cheat Sheet (Quick Reference Table)<\/h2>\n<p>Here is a simplified IPv4 subnet cheat sheet:<\/p>\n<table class=\"w-fit min-w-(--thread-content-width)\" data-start=\"1673\" data-end=\"2658\">\n<thead data-start=\"1673\" data-end=\"1730\">\n<tr data-start=\"1673\" data-end=\"1730\">\n<th class=\"\" data-start=\"1673\" data-end=\"1680\" data-col-size=\"sm\">CIDR<\/th>\n<th class=\"\" data-start=\"1680\" data-end=\"1702\" data-col-size=\"sm\">Subnet Mask<\/th>\n<th class=\"\" data-start=\"1702\" data-end=\"1714\" data-col-size=\"sm\">Total IPs<\/th>\n<th class=\"\" data-start=\"1714\" data-end=\"1730\" data-col-size=\"sm\">Usable Hosts<\/th>\n<\/tr>\n<\/thead>\n<tbody data-start=\"1789\" data-end=\"2658\">\n<tr data-start=\"1789\" data-end=\"1846\">\n<td data-start=\"1789\" data-end=\"1796\" data-col-size=\"sm\">\/30<\/td>\n<td data-start=\"1796\" data-end=\"1818\" data-col-size=\"sm\">255.255.255.252<\/td>\n<td data-start=\"1818\" data-end=\"1830\" data-col-size=\"sm\">4<\/td>\n<td data-start=\"1830\" data-end=\"1846\" data-col-size=\"sm\">2<\/td>\n<\/tr>\n<tr data-start=\"1847\" data-end=\"1904\">\n<td data-start=\"1847\" data-end=\"1854\" data-col-size=\"sm\">\/29<\/td>\n<td data-start=\"1854\" data-end=\"1876\" data-col-size=\"sm\">255.255.255.248<\/td>\n<td data-start=\"1876\" data-end=\"1888\" data-col-size=\"sm\">8<\/td>\n<td data-start=\"1888\" data-end=\"1904\" data-col-size=\"sm\">6<\/td>\n<\/tr>\n<tr data-start=\"1905\" data-end=\"1962\">\n<td data-start=\"1905\" data-end=\"1912\" data-col-size=\"sm\">\/28<\/td>\n<td data-start=\"1912\" data-end=\"1934\" data-col-size=\"sm\">255.255.255.240<\/td>\n<td data-start=\"1934\" data-end=\"1946\" data-col-size=\"sm\">16<\/td>\n<td data-start=\"1946\" data-end=\"1962\" data-col-size=\"sm\">14<\/td>\n<\/tr>\n<tr data-start=\"1963\" data-end=\"2020\">\n<td data-start=\"1963\" data-end=\"1970\" data-col-size=\"sm\">\/27<\/td>\n<td data-start=\"1970\" data-end=\"1992\" data-col-size=\"sm\">255.255.255.224<\/td>\n<td data-start=\"1992\" data-end=\"2004\" data-col-size=\"sm\">32<\/td>\n<td data-start=\"2004\" data-end=\"2020\" data-col-size=\"sm\">30<\/td>\n<\/tr>\n<tr data-start=\"2021\" data-end=\"2078\">\n<td data-start=\"2021\" data-end=\"2028\" data-col-size=\"sm\">\/26<\/td>\n<td data-start=\"2028\" data-end=\"2050\" data-col-size=\"sm\">255.255.255.192<\/td>\n<td data-start=\"2050\" data-end=\"2062\" data-col-size=\"sm\">64<\/td>\n<td data-start=\"2062\" data-end=\"2078\" data-col-size=\"sm\">62<\/td>\n<\/tr>\n<tr data-start=\"2079\" data-end=\"2136\">\n<td data-start=\"2079\" data-end=\"2086\" data-col-size=\"sm\">\/25<\/td>\n<td data-start=\"2086\" data-end=\"2108\" data-col-size=\"sm\">255.255.255.128<\/td>\n<td data-start=\"2108\" data-end=\"2120\" data-col-size=\"sm\">128<\/td>\n<td data-start=\"2120\" data-end=\"2136\" data-col-size=\"sm\">126<\/td>\n<\/tr>\n<tr data-start=\"2137\" data-end=\"2194\">\n<td data-start=\"2137\" data-end=\"2144\" data-col-size=\"sm\">\/24<\/td>\n<td data-start=\"2144\" data-end=\"2166\" data-col-size=\"sm\">255.255.255.0<\/td>\n<td data-start=\"2166\" data-end=\"2178\" data-col-size=\"sm\">256<\/td>\n<td data-start=\"2178\" data-end=\"2194\" data-col-size=\"sm\">254<\/td>\n<\/tr>\n<tr data-start=\"2195\" data-end=\"2252\">\n<td data-start=\"2195\" data-end=\"2202\" data-col-size=\"sm\">\/23<\/td>\n<td data-start=\"2202\" data-end=\"2224\" data-col-size=\"sm\">255.255.254.0<\/td>\n<td data-start=\"2224\" data-end=\"2236\" data-col-size=\"sm\">512<\/td>\n<td data-start=\"2236\" data-end=\"2252\" data-col-size=\"sm\">510<\/td>\n<\/tr>\n<tr data-start=\"2253\" data-end=\"2310\">\n<td data-start=\"2253\" data-end=\"2260\" data-col-size=\"sm\">\/22<\/td>\n<td data-start=\"2260\" data-end=\"2282\" data-col-size=\"sm\">255.255.252.0<\/td>\n<td data-start=\"2282\" data-end=\"2294\" data-col-size=\"sm\">1024<\/td>\n<td data-start=\"2294\" data-end=\"2310\" data-col-size=\"sm\">1022<\/td>\n<\/tr>\n<tr data-start=\"2311\" data-end=\"2368\">\n<td data-start=\"2311\" data-end=\"2318\" data-col-size=\"sm\">\/21<\/td>\n<td data-start=\"2318\" data-end=\"2340\" data-col-size=\"sm\">255.255.248.0<\/td>\n<td data-start=\"2340\" data-end=\"2352\" data-col-size=\"sm\">2048<\/td>\n<td data-start=\"2352\" data-end=\"2368\" data-col-size=\"sm\">2046<\/td>\n<\/tr>\n<tr data-start=\"2369\" data-end=\"2426\">\n<td data-start=\"2369\" data-end=\"2376\" data-col-size=\"sm\">\/20<\/td>\n<td data-start=\"2376\" data-end=\"2398\" data-col-size=\"sm\">255.255.240.0<\/td>\n<td data-start=\"2398\" data-end=\"2410\" data-col-size=\"sm\">4096<\/td>\n<td data-start=\"2410\" data-end=\"2426\" data-col-size=\"sm\">4094<\/td>\n<\/tr>\n<tr data-start=\"2427\" data-end=\"2484\">\n<td data-start=\"2427\" data-end=\"2434\" data-col-size=\"sm\">\/19<\/td>\n<td data-start=\"2434\" data-end=\"2456\" data-col-size=\"sm\">255.255.224.0<\/td>\n<td data-start=\"2456\" data-end=\"2468\" data-col-size=\"sm\">8192<\/td>\n<td data-start=\"2468\" data-end=\"2484\" data-col-size=\"sm\">8190<\/td>\n<\/tr>\n<tr data-start=\"2485\" data-end=\"2542\">\n<td data-start=\"2485\" data-end=\"2492\" data-col-size=\"sm\">\/18<\/td>\n<td data-start=\"2492\" data-end=\"2514\" data-col-size=\"sm\">255.255.192.0<\/td>\n<td data-start=\"2514\" data-end=\"2526\" data-col-size=\"sm\">16384<\/td>\n<td data-start=\"2526\" data-end=\"2542\" data-col-size=\"sm\">16382<\/td>\n<\/tr>\n<tr data-start=\"2543\" data-end=\"2600\">\n<td data-start=\"2543\" data-end=\"2550\" data-col-size=\"sm\">\/17<\/td>\n<td data-start=\"2550\" data-end=\"2572\" data-col-size=\"sm\">255.255.128.0<\/td>\n<td data-start=\"2572\" data-end=\"2584\" data-col-size=\"sm\">32768<\/td>\n<td data-start=\"2584\" data-end=\"2600\" data-col-size=\"sm\">32766<\/td>\n<\/tr>\n<tr data-start=\"2601\" data-end=\"2658\">\n<td data-start=\"2601\" data-end=\"2608\" data-col-size=\"sm\">\/16<\/td>\n<td data-start=\"2608\" data-end=\"2630\" data-col-size=\"sm\">255.255.0.0<\/td>\n<td data-start=\"2630\" data-end=\"2642\" data-col-size=\"sm\">65536<\/td>\n<td data-start=\"2642\" data-end=\"2658\" data-col-size=\"sm\">65534<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>How to Calculate Usable IP Addresses<\/h2>\n<p>Every subnet has:<\/p>\n<ul>\n<li>1 Network Address<\/li>\n<li>1 Broadcast Address<\/li>\n<li>Remaining addresses are usable hosts<\/li>\n<\/ul>\n<p>A subnet&#8217;s total IP address count is established by:<\/p>\n<p style=\"text-align: center;\"><span class=\"base\"><span class=\"mord mathnormal\">T<\/span><span class=\"mord mathnormal\">o<\/span><span class=\"mord mathnormal\">t<\/span><span class=\"mord mathnormal\">a<\/span><span class=\"mord mathnormal\">l<\/span><span class=\"mord mathnormal\">I<\/span><span class=\"mord mathnormal\">P<\/span><span class=\"mord mathnormal\">s<\/span><span class=\"mrel\">=<\/span><\/span><span class=\"base\"><span class=\"mord\">2<span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\"><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mopen mtight\">(<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mord\">32<\/span><span class=\"mbin\">\u2212<\/span><\/span><span class=\"base\"><span class=\"mord mathnormal\">C<\/span><span class=\"mord mathnormal\">I<\/span><span class=\"mord mathnormal\">D<\/span><span class=\"mord mathnormal\">R<\/span><span class=\"mclose\">)<\/span><\/span><\/p>\n<p>To calculate usable hosts:<\/p>\n<p style=\"text-align: center;\">UsableHosts=2(32\u2212CIDR)\u22122<\/p>\n<p>For example, with \/24:<\/p>\n<ul>\n<li>32 &#8211; 24 = 8<\/li>\n<li>2\u2078 = 256 total IPs<\/li>\n<li>256 &#8211; 2 = 254 usable hosts<\/li>\n<\/ul>\n<h2>Binary Breakdown of a Subnet Mask<\/h2>\n<p>Understanding subnetting becomes easier if you think in binary.<\/p>\n<p>Example:<\/p>\n<pre><strong>Code<\/strong>\r\n255.255.255.0<\/pre>\n<p>In binary:<\/p>\n<pre><strong>Code<\/strong>\r\n11111111.11111111.11111111.00000000<\/pre>\n<p>Each 1 represents a network bit.<br \/>\nEach 0 represents a host bit.<\/p>\n<p>A \/26 subnet mask:<\/p>\n<pre><strong>Code<\/strong>\r\n255.255.255.192<\/pre>\n<p>Binary:<\/p>\n<pre><strong>Code<\/strong>\r\n11111111.11111111.11111111.11000000<\/pre>\n<p>This means 26 network bits and 6 host bits.<\/p>\n<h2>Common Subnet Use Cases<\/h2>\n<p><strong>\/30 Subnet (Point-to-Point Links)<\/strong><\/p>\n<ul>\n<li>Used for router-to-router connections<\/li>\n<li>Only 2 usable IPs<\/li>\n<li>Efficient for WAN links<\/li>\n<\/ul>\n<p><strong>\/29 Subnet (Small Office Setup)<\/strong><\/p>\n<ul>\n<li>6 usable IPs<\/li>\n<li>Good for small server environments<\/li>\n<\/ul>\n<p><strong>\/24 Subnet (Most Common LAN)<\/strong><\/p>\n<ul>\n<li>254 usable IPs<\/li>\n<li>Default choice for small to medium office networks<\/li>\n<\/ul>\n<p><strong>\/16 Subnet (Large Enterprise Network)<\/strong><\/p>\n<ul>\n<li>65,534 usable IPs<\/li>\n<li>Used in universities and enterprise environments<\/li>\n<\/ul>\n<h2>Classful vs Classless Networking<\/h2>\n<p>Historically, IPv4 addresses were divided into classes:<\/p>\n<ul>\n<li>Class A: \/8<\/li>\n<li>Class B: \/16<\/li>\n<li>Class C: \/24<\/li>\n<\/ul>\n<p>Modern networks use CIDR, which removes strict class boundaries and allows flexible subnetting. This improves IP address utilization and reduces waste.<\/p>\n<h2>Private IP Address Ranges<\/h2>\n<p>Private networks are only allowed to use the following IP ranges:<\/p>\n<table class=\"w-fit min-w-(--thread-content-width)\" data-start=\"4353\" data-end=\"4499\">\n<thead data-start=\"4353\" data-end=\"4369\">\n<tr data-start=\"4353\" data-end=\"4369\">\n<th class=\"\" data-start=\"4353\" data-end=\"4361\" data-col-size=\"sm\">Range<\/th>\n<th class=\"\" data-start=\"4361\" data-end=\"4369\" data-col-size=\"sm\">CIDR<\/th>\n<\/tr>\n<\/thead>\n<tbody data-start=\"4387\" data-end=\"4499\">\n<tr data-start=\"4387\" data-end=\"4421\">\n<td data-start=\"4387\" data-end=\"4415\" data-col-size=\"sm\">10.0.0.0 \u2013 10.255.255.255<\/td>\n<td data-start=\"4415\" data-end=\"4421\" data-col-size=\"sm\">\/8<\/td>\n<\/tr>\n<tr data-start=\"4422\" data-end=\"4459\">\n<td data-start=\"4422\" data-end=\"4452\" data-col-size=\"sm\">172.16.0.0 \u2013 172.31.255.255<\/td>\n<td data-start=\"4452\" data-end=\"4459\" data-col-size=\"sm\">\/12<\/td>\n<\/tr>\n<tr data-start=\"4460\" data-end=\"4499\">\n<td data-start=\"4460\" data-end=\"4492\" data-col-size=\"sm\">192.168.0.0 \u2013 192.168.255.255<\/td>\n<td data-start=\"4492\" data-end=\"4499\" data-col-size=\"sm\">\/16<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>On the open internet, these addresses cannot be routed.<\/p>\n<h2>Subnetting Tips for Quick Calculation<\/h2>\n<p>Here are practical shortcuts professionals use:<\/p>\n<p><strong>1. Memorize the \u201cMagic Numbers\u201d<\/strong><\/p>\n<p>Last octet subnet increments:<\/p>\n<ul>\n<li>\/24 \u2192 256<\/li>\n<li>\/25 \u2192 128<\/li>\n<li>\/26 \u2192 64<\/li>\n<li>\/27 \u2192 32<\/li>\n<li>\/28 \u2192 16<\/li>\n<li>\/29 \u2192 8<\/li>\n<li>\/30 \u2192 4<\/li>\n<\/ul>\n<p><strong>2. Count Host Bits<\/strong><\/p>\n<p>If you know the CIDR, subtract from 32 to get host bits.<\/p>\n<p><strong>3. Remember Powers of 2<\/strong><\/p>\n<ul>\n<li>2\u2070 = 1<\/li>\n<li>2\u00b9 = 2<\/li>\n<li>2\u00b2 = 4<\/li>\n<li>2\u00b3 = 8<\/li>\n<li>2\u2074 = 16<\/li>\n<li>2\u2075 = 32<\/li>\n<li>2\u2076 = 64<\/li>\n<li>2\u2077 = 128<\/li>\n<li>2\u2078 = 256<\/li>\n<\/ul>\n<h2>Real-World Example<\/h2>\n<p>Suppose your hosting provider gives you:<\/p>\n<pre><strong>Code<\/strong>\r\nIP Block: 203.0.113.0\/29<\/pre>\n<p>Using the cheat sheet:<\/p>\n<ul>\n<li>Total IPs: 8<\/li>\n<li>Usable IPs: 6<\/li>\n<li>1 network address<\/li>\n<li>1 broadcast address<\/li>\n<\/ul>\n<p>This means you can assign 6 public IPs to servers, firewalls, or virtual machines.<\/p>\n<h2>Why Subnetting Is Important<\/h2>\n<p>Subnetting:<\/p>\n<ul>\n<li>Improves network performance<\/li>\n<li>Reduces broadcast traffic<\/li>\n<li>Enhances security segmentation<\/li>\n<li>Optimizes IP usage<\/li>\n<li>Simplifies routing<\/li>\n<\/ul>\n<p>For system administrators, DevOps engineers, and hosting providers, understanding subnet masks is essential when configuring firewalls, VPS servers, load balancers, or email servers.<\/p>\n<h2>IPv4 vs IPv6 (Quick Note)<\/h2>\n<p>While IPv4 uses 32 bits, IPv6 uses 128 bits. Subnetting principles are similar, but IPv6 uses hexadecimal notation and much larger address spaces.<\/p>\n<p>Example IPv6 subnet:<\/p>\n<pre><strong>Code<\/strong>\r\n2001:db8::\/64<\/pre>\n<p>Most IPv6 networks use \/64 as a standard subnet size.<\/p>\n<h2>Final IP Subnet Mask Cheat Sheet Summary<\/h2>\n<p>Here\u2019s what you should remember:<\/p>\n<ul>\n<li>CIDR notation tells you how many bits are for the network.<\/li>\n<li>Subnet mask is the dotted decimal representation.<\/li>\n<li>Total IPs = 2^(32 &#8211; CIDR)<\/li>\n<li>Usable IPs = Total IPs &#8211; 2<\/li>\n<li>\/24 is the most common subnet for LANs.<\/li>\n<li>Smaller CIDR = more hosts.<\/li>\n<li>Larger CIDR = fewer hosts.<\/li>\n<\/ul>\n<p>If you&#8217;re managing hosting servers, configuring routers, or preparing for networking certifications like CCNA, keeping this IP Subnet Mask Cheat Sheet handy will save you time and prevent costly misconfigurations.<\/p>\n<p>Mastering subnetting may seem complex at first, but once you understand the binary logic and memorize key CIDR values, it becomes second nature.<\/p>\n<div class=\"row\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts. It shows the relationship between CIDR notation (like \/24), subnet masks (like 255.255.255.0), and the number of usable IP addresses in each subnet. Whether you&#8217;re configuring routers, managing VPS servers, or &#8230; <a title=\"IP Subnet Mask Cheat Sheet\" class=\"read-more\" href=\"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/\" aria-label=\"Read more about IP Subnet Mask Cheat Sheet\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":4119,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[],"class_list":["post-303","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-information"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IP Subnet Mask Cheat Sheet<\/title>\n<meta name=\"description\" content=\"An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IP Subnet Mask Cheat Sheet\" \/>\n<meta property=\"og:description\" content=\"An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/\" \/>\n<meta property=\"og:site_name\" content=\"BDWEBIT Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-21T23:37:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-22T08:51:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/10\/IP-Subnet-Mask-Cheat-Sheet.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Margaret Fowler\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Margaret Fowler\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/\"},\"author\":{\"name\":\"Margaret Fowler\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/person\\\/70638103ffac8e9bf40349367cfa46b9\"},\"headline\":\"IP Subnet Mask Cheat Sheet\",\"datePublished\":\"2019-10-21T23:37:38+00:00\",\"dateModified\":\"2026-02-22T08:51:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/\"},\"wordCount\":716,\"publisher\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/IP-Subnet-Mask-Cheat-Sheet.jpg\",\"articleSection\":[\"Information\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/\",\"name\":\"IP Subnet Mask Cheat Sheet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/IP-Subnet-Mask-Cheat-Sheet.jpg\",\"datePublished\":\"2019-10-21T23:37:38+00:00\",\"dateModified\":\"2026-02-22T08:51:08+00:00\",\"description\":\"An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/IP-Subnet-Mask-Cheat-Sheet.jpg\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/IP-Subnet-Mask-Cheat-Sheet.jpg\",\"width\":1200,\"height\":628,\"caption\":\"IP Subnet Mask Cheat Sheet\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/ip-subnet-mask-cheat-sheet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IP Subnet Mask Cheat Sheet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\",\"name\":\"BDWEBIT Blog\",\"description\":\"Innovation and Excellence in IT\",\"publisher\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\",\"name\":\"BDWEB IT\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/logo.png\",\"width\":300,\"height\":80,\"caption\":\"BDWEB IT\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/person\\\/70638103ffac8e9bf40349367cfa46b9\",\"name\":\"Margaret Fowler\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/27d1804b4571035a709422c96557ce84.jpg?ver=1780493136\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/27d1804b4571035a709422c96557ce84.jpg?ver=1780493136\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/27d1804b4571035a709422c96557ce84.jpg?ver=1780493136\",\"caption\":\"Margaret Fowler\"},\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/author\\\/margaret-fowler\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IP Subnet Mask Cheat Sheet","description":"An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/","og_locale":"en_US","og_type":"article","og_title":"IP Subnet Mask Cheat Sheet","og_description":"An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts.","og_url":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/","og_site_name":"BDWEBIT Blog","article_published_time":"2019-10-21T23:37:38+00:00","article_modified_time":"2026-02-22T08:51:08+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/10\/IP-Subnet-Mask-Cheat-Sheet.jpg","type":"image\/jpeg"}],"author":"Margaret Fowler","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Margaret Fowler","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/#article","isPartOf":{"@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/"},"author":{"name":"Margaret Fowler","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/person\/70638103ffac8e9bf40349367cfa46b9"},"headline":"IP Subnet Mask Cheat Sheet","datePublished":"2019-10-21T23:37:38+00:00","dateModified":"2026-02-22T08:51:08+00:00","mainEntityOfPage":{"@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/"},"wordCount":716,"publisher":{"@id":"https:\/\/bdwebit.com\/blog\/#organization"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/#primaryimage"},"thumbnailUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/10\/IP-Subnet-Mask-Cheat-Sheet.jpg","articleSection":["Information"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/","url":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/","name":"IP Subnet Mask Cheat Sheet","isPartOf":{"@id":"https:\/\/bdwebit.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/#primaryimage"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/#primaryimage"},"thumbnailUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/10\/IP-Subnet-Mask-Cheat-Sheet.jpg","datePublished":"2019-10-21T23:37:38+00:00","dateModified":"2026-02-22T08:51:08+00:00","description":"An IP subnet mask cheat sheet is a quick reference guide that helps you understand how IP addresses are divided into networks and hosts.","breadcrumb":{"@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/#primaryimage","url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/10\/IP-Subnet-Mask-Cheat-Sheet.jpg","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/10\/IP-Subnet-Mask-Cheat-Sheet.jpg","width":1200,"height":628,"caption":"IP Subnet Mask Cheat Sheet"},{"@type":"BreadcrumbList","@id":"https:\/\/bdwebit.com\/blog\/ip-subnet-mask-cheat-sheet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bdwebit.com\/blog\/"},{"@type":"ListItem","position":2,"name":"IP Subnet Mask Cheat Sheet"}]},{"@type":"WebSite","@id":"https:\/\/bdwebit.com\/blog\/#website","url":"https:\/\/bdwebit.com\/blog\/","name":"BDWEBIT Blog","description":"Innovation and Excellence in IT","publisher":{"@id":"https:\/\/bdwebit.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bdwebit.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bdwebit.com\/blog\/#organization","name":"BDWEB IT","url":"https:\/\/bdwebit.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/08\/logo.png","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/08\/logo.png","width":300,"height":80,"caption":"BDWEB IT"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/person\/70638103ffac8e9bf40349367cfa46b9","name":"Margaret Fowler","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/27d1804b4571035a709422c96557ce84.jpg?ver=1780493136","url":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/27d1804b4571035a709422c96557ce84.jpg?ver=1780493136","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/27d1804b4571035a709422c96557ce84.jpg?ver=1780493136","caption":"Margaret Fowler"},"url":"https:\/\/bdwebit.com\/blog\/author\/margaret-fowler\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/comments?post=303"}],"version-history":[{"count":2,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/303\/revisions"}],"predecessor-version":[{"id":4120,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/303\/revisions\/4120"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/media\/4119"}],"wp:attachment":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/media?parent=303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/categories?post=303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/tags?post=303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}