{"id":111456,"date":"2024-08-01T09:01:15","date_gmt":"2024-08-01T16:01:15","guid":{"rendered":"https:\/\/www.backblaze.com\/blog\/?p=111456"},"modified":"2026-01-28T13:55:17","modified_gmt":"2026-01-28T21:55:17","slug":"proper-address-ipv4-vs-ipv6","status":"publish","type":"post","link":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/","title":{"rendered":"Proper Address: IPv4 vs. IPv6"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1440\" height=\"820\" src=\"https:\/\/www.backblaze.com\/blog\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png\" alt=\"A decorative image showing a cloud over performance graphs and charts. \" class=\"wp-image-111457\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png 1440w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance-300x171.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance-1024x583.png 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance-768x437.png 768w\" sizes=\"auto, (max-width: 1440px) 100vw, 1440px\" \/><\/figure>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Ah, the 1980s. It brought us such classics as Ghostbusters, The Princess Bride, Tina Turner\u2019s triumphant comeback, Pac-Man, and the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Macintosh_128K\" target=\"_blank\" rel=\"noreferrer noopener\">original Apple Macintosh<\/a>. Also, it gave us the birth of the internet, in which we figured out how to make all our computers one giant, powerful network held together initially by <a href=\"https:\/\/en.wikipedia.org\/wiki\/Internet_Protocol\" target=\"_blank\" rel=\"noreferrer noopener\">internet protocols (IPs)<\/a> and, eventually, by a mutual love of <a href=\"https:\/\/www.backblaze.com\/blog\/ai-video-understanding-in-your-apps-with-twelve-labs-and-backblaze\/\" target=\"_blank\" rel=\"noreferrer noopener\">cat videos<\/a>.&nbsp;<\/p>\n\n\n\n<p>Now, each of our devices that connect to the internet require a way to find and send information back and forth, which means they need an IP address. Most folks don\u2019t type IP addresses into their search bar though\u2014we use domain names (for example, <a href=\"http:\/\/www.backblaze.com\" target=\"_blank\" rel=\"noreferrer noopener\">www.backblaze.com<\/a>). Which IP addresses correspond to which domain names is stored in a hierarchical and distributed database system known as the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Domain_Name_System\" target=\"_blank\" rel=\"noreferrer noopener\">domain name system (DNS)<\/a>, which is also an internet protocol.&nbsp;<\/p>\n\n\n\n<p>Today, let\u2019s talk about IP addresses: What are IPv4 and IPv6, why is IPv6 necessary, and what impact will it have on <a href=\"https:\/\/www.backblaze.com\/blog\/backblaze-network-stats\/\" target=\"_blank\" rel=\"noreferrer noopener\">networking<\/a>?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Let\u2019s set the scene<\/h2>\n\n\n\n<p>Any time you\u2019re sending and receiving data, be it a letter in the mail, dialing a phone number, or loading a website, you\u2019ve got to have an identifiable address reach the proper person and\/or device. What all of these types of addresses have in common is that as our population has exploded, we\u2019ve had to re-work how addresses work in order to include more possible data locations. U.S. zip codes were established in 1963. Area codes were established in 1947, and a great expansion was necessary only three(ish) decades later, and that plan was implemented starting in the late 1980s and ending in the mid \u201990s.<\/p>\n\n\n\n<p>IP addresses, meanwhile, have been operating on the first and only protocol we introduced in the 1980s, called IPv4. Not only has the world population almost doubled since then, but there has also been a nonlinear explosion in internet-connected devices per person. When IP addresses were first invented, it was unfathomable that most folks would be walking around with a computer in their pocket, remotely checking who\u2019s ringing their doorbells while adjusting their thermostat in anticipation of returning home. All of those internet-connected devices use an IP address, in one way or another.&nbsp;<\/p>\n\n\n\n<p>So, it\u2019s no surprise that we\u2019re now seeing an adoption of a new IP address standard. In keeping with tradition, the versions aren\u2019t sequential: Right now we\u2019re jumping from IPv4 to IPv6. (What happened to IPv5? It was skipped, <a href=\"https:\/\/www.ipxo.com\/blog\/what-happened-to-ipv5\/\" target=\"_blank\" rel=\"noreferrer noopener\">sort of.<\/a>)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is IPv4?<\/h2>\n\n\n\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/IPv4\" target=\"_blank\" rel=\"noreferrer noopener\">IPv4<\/a> is an internet protocol that assigns addresses to devices. It uses a 32-bit address, represented by four numbers (octets), each between 0 and 255, separated by dots (e.g., 192.168.1.100), and uses decimal notation.&nbsp;<\/p>\n\n\n\n<p>Remember that each bit represents one of two possible values, a 0 or a 1. So, for a 32-bit value, there are 2^32 possible addresses, or 4,294,967,296 IP addresses total. Several IPv4 address blocks were also reserved for private networks and <a href=\"https:\/\/en.wikipedia.org\/wiki\/Multicast\" target=\"_blank\" rel=\"noreferrer noopener\">multicast addresses<\/a>, about 286 million total. Between the two reserved blocks of addresses, that\u2019s about 7% of the total addresses in existence.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is IPv6?<\/h2>\n\n\n\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/IPv6\" target=\"_blank\" rel=\"noreferrer noopener\">IPv6<\/a> uses a 128-bit address, represented by a longer string of numbers and letters (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334) in hexadecimal code, aka hex code. If you\u2019ve ever designed a MySpace page (hi, Tom!) or a webpage, you\u2019re likely familiar with the hex codes used to identify precise colors.<\/p>\n\n\n\n<p>Doing the math as we did above, there are 2^128 possible IPv6 addresses, which is 340 undecillion. (That\u2019s the 11th order of magnitude if you\u2019re going, million, billion, trillion, and so on.) And, just like IPv4, there are some reserved addresses, but they represent such a comparatively smaller number of total available addresses that it\u2019s not even worth calculating a percentage.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Woah, how have we been surviving in the meantime?<\/h2>\n\n\n\n<p>We mentioned above that we\u2019ve known we\u2019re running out of IP addresses for a while. But, important detail: There was evidence of the problem as early as 1981, and mitigation efforts were enacted by 1992. Before we get into what mitigation strategies have been used over the years, a bit of a refinement of the above information\u2014IP addresses consist of two main parts, one that identifies the <strong>network<\/strong> (or, sometimes, the subnet) and the <strong>host<\/strong>, or the destination on that network. (That\u2019s true of both IPv4 and IPv6.)<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Classful networking<\/h3>\n\n\n\n<p>In the original iteration of IPv4, the bits that identified the subnet were fixed, and that meant a lot of wasted space. In 1981, we implemented <a href=\"https:\/\/en.wikipedia.org\/wiki\/Classful_network\" target=\"_blank\" rel=\"noreferrer noopener\">classful networking<\/a>. Instead of keeping a fixed number of bits to identify a network, the three most significant bits identified the size of the network prefix, and that sent you to different classes. That meant that existing addresses didn\u2019t have to change. Here\u2019s a handy table:<\/p>\n\n\n\n<table id=\"tablepress-65\" class=\"tablepress tablepress-id-65\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\"><strong>Class<\/strong><\/th><th class=\"column-2\"><strong>Most significant bits<\/strong><\/th><th class=\"column-3\"><strong>Network prefix size (bits)<\/strong><\/th><th class=\"column-4\"><strong>Host identifier size (bits)<\/strong><\/th><th class=\"column-5\"><strong>Address range<\/strong><\/th><th class=\"column-6\"><strong>Maximum number of networks<\/strong><\/th><th class=\"column-7\"><strong>Maximum number of hosts per network<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">A<\/td><td class=\"column-2\">0<\/td><td class=\"column-3\">8<\/td><td class=\"column-4\">24<\/td><td class=\"column-5\">0.0.0.0\u2013127.255.255.255<\/td><td class=\"column-6\">128 networks<\/td><td class=\"column-7\">16,777,216 hosts per network<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">B<\/td><td class=\"column-2\">10<\/td><td class=\"column-3\">16<\/td><td class=\"column-4\">16<\/td><td class=\"column-5\">128.0.0.0\u2013191.255.255.255<\/td><td class=\"column-6\">16,384 networks<\/td><td class=\"column-7\">65,386 hosts per network<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">C<\/td><td class=\"column-2\">110<\/td><td class=\"column-3\">24<\/td><td class=\"column-4\">8<\/td><td class=\"column-5\">192.0.0.0\u2013223.255.255.255<\/td><td class=\"column-6\">2,097,152 networks<\/td><td class=\"column-7\">256 hosts per network<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">D (multicast)<br \/>\nE (reserved)<\/td><td class=\"column-2\">1110<br \/>\n1111<\/td><td class=\"column-3\">--<\/td><td class=\"column-4\">--<\/td><td class=\"column-5\">224.0.0.0\u2013255.255.255.255<\/td><td class=\"column-6\">--<\/td><td class=\"column-7\"><br \/>\n--<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-65 from cache -->\n\n\n\n<p>All that sounds a bit like gobbley-gook. An analogy: You live in a city that wants to improve mail delivery, so it\u2019s introduced the option to choose from a small, medium, or large mailbox. The sizes are actually pretty disproportionate\u2014the small is about the size of a toaster, whereas the medium is the size of a kitchen trash can. (And large is the size of your car. Who gets that much mail?) No matter which size mailbox you (or your neighbor) chooses, your physical address didn\u2019t change when this system was implemented. You usually get more mail than the toaster would accommodate, but never even come close to filling your trash can-sized mailbox. So, that extra space just sits empty and unused, never fulfilling its mail volume potential.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Note that classful networking is now largely defunct, replaced by\u2026&nbsp;&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Classless inter-domain routing (CIDR)<\/h3>\n\n\n\n<p>The biggest issue of the above system was its inflexibility. Adding classes gave us more flexibility than the original design, but you were still restricted to 8, 16, or 24 bits to identify the network. That means you can end up with a lot of unused IP addresses, as indicated by our above analogy. Here\u2019s the math behind why:&nbsp;<\/p>\n\n\n\n<p>The number of addresses available on a network is the inverse of how many bits you use to define it. So, in a 32-bit address, if you use 16 bits to define the network, you have 8 bits leftover to define the host. That\u2019s our Class C network, which contained 2^8 (256) IP addresses\u2014not enough for most use cases. And, the next smallest subset, Class B, represented 2^16 IP addresses (65,536 total), which most organizations could not use efficiently. After DNS became the norm, it became clear that classful networking wasn\u2019t scalable, and thus <a href=\"https:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing\" target=\"_blank\" rel=\"noreferrer noopener\">CIDR<\/a> rose to prominence.&nbsp;&nbsp;<\/p>\n\n\n\n<p>CIDR is based on variable-length subnet masking (VLSM), which lets each network be divided into subnetworks of various power-of-two sizes. This method optimizes the allocation of IPv4 addresses by allowing for more flexible address blocks.&nbsp;<\/p>\n\n\n\n<p>Using our analogy, instead of assigning mailbox size based on household size, you might just have a system in which folks walk up to the post office and find their name on a list associated with a mailbox. If someone has more or less mail that month, then they can be assigned the properly sized mailbox.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Network address translation (NAT)<\/h3>\n\n\n\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Network_address_translation\" target=\"_blank\" rel=\"noreferrer noopener\">NAT<\/a> allows multiple devices to share a single public IPv4 address by modifying the IP header when it\u2019s in transit. This is super useful when you\u2019re talking about private networks\u2014you can assign a single IP address to multiple devices. For example, if you have several internet of thing (IoT) devices in your home, they can all appear to the public network as one IP address, and your local network can figure out what traffic goes where. It also makes it so that if a network moves, the host doesn\u2019t necessarily have to be assigned a new IP address, such as if an internet provider like Cox decides to stop doing business in your region, and Spectrum takes over their IP address allocation\u2014though likely they\u2019d just change your public IP address in that specific scenario.<\/p>\n\n\n\n<p>In our mail analogy, NAT is like those group mailboxes you see in rural areas, apartment buildings, or in neighborhoods. Everyone in the same location gets their mail delivered to the same physical address, and your box number is used to further identify your house within the group mailbox.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The secondary market of IP addresses<\/h3>\n\n\n\n<p>If we can learn anything from the above workarounds, flexibility and possibility is key. So, it\u2019s unsurprising to know that a secondary market has cropped up, introducing things like address recycling, address trading, and address leasing. IPv6 will solve the scarcity issue\u2014but what else can it do?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What are the benefits of IPv6?<\/h2>\n\n\n\n<p>So far we\u2019ve talked about the primary benefit of IPv6\u2014more IP addresses that we clearly need. But, there are other benefits as well. Here\u2019s a summary:&nbsp;<\/p>\n\n\n\n<p><strong>Improved Efficiency<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Simpler header:<\/strong> The IPv6 header is simpler than IPv4&#8217;s, leading to faster packet processing and reduced overhead.<\/li>\n\n\n\n<li><strong>Efficient routing:<\/strong> IPv6&#8217;s design allows for more efficient routing, potentially <a href=\"https:\/\/www.backblaze.com\/blog\/backblaze-network-stats-real-world-measurements-from-the-backblaze-us-west-region\/\">reducing latency and improving network performance<\/a>. Arguably, most folks won\u2019t see a huge performance improvement unless they reconfigure their own network architecture, but the possibility is there.&nbsp;<\/li>\n\n\n\n<li><strong>Autoconfiguration:<\/strong> IPv6 supports automatic configuration of network interfaces, simplifying setup and reducing administrative overhead.<\/li>\n<\/ul>\n\n\n\n<p><strong>Enhanced Security<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Built-in security features:<\/strong> IPv6 offers built-in security mechanisms like IPsec, potentially providing better protection against attacks. In practice, it\u2019s not typically implemented as most encryption is typically handled at the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Transport_Layer_Security\">transport layer security (TLS)<\/a> IP layer.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>Quality of Service (QoS)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Improved QoS:<\/strong> IPv6 provides better support for QoS, allowing for prioritization of different types of traffic, ensuring a better user experience for applications like video conferencing and online gaming.<\/li>\n<\/ul>\n\n\n\n<p><strong>Other Benefits<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Reduced reliance on NAT:<\/strong> IPv6 reduces the need for NAT, simplifying network configurations and improving end-to-end connectivity.<\/li>\n\n\n\n<li><strong>Support for new services:<\/strong> IPv6 is better suited for emerging technologies and applications that require a large number of addresses and advanced features.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">What\u2019s next? Will we run out again?<\/h2>\n\n\n\n<p>Given the amount of addresses for IPv4 vs. IPv6 (4.2 billion vs. 340 undecillion, respectively), you can understand how we might have needed to shore up our IPv4 addresses. Honestly, if you assume one device per person, we already outnumber IPv4 addresses\u2014in fact, we outnumbered IP addresses in the 1970s, before IPv4 was even invented! You shouldn\u2019t assume one device per person, by the way. While many countries with widespread broadband access have several devices per person\u2014in the U.S., Consumer Affairs was reporting <a href=\"https:\/\/www.consumeraffairs.com\/homeowners\/average-number-of-smart-devices-in-a-home.html\" target=\"_blank\" rel=\"noreferrer noopener\">21 per U.S. household in 2023<\/a>, and the average U.S. household for that same year was <a href=\"https:\/\/www.statista.com\/statistics\/183648\/average-size-of-households-in-the-us\/\" target=\"_blank\" rel=\"noreferrer noopener\">2.51 people<\/a>. Globally, that same source reports <a href=\"https:\/\/www.statista.com\/statistics\/1190270\/number-of-devices-and-connections-per-person-worldwide\/\" target=\"_blank\" rel=\"noreferrer noopener\">3.6 internet-connected devices per person<\/a>.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>Changes like this can certainly be disruptive, but the good news on that front is that most devices will be dual-stacked for quite a while. That means that you\u2019ll have both versions of an IP address, and this change can roll out organically (so to speak). In the end, we\u2019ll have a better-performing internet, ready to grow with us for the foreseeable future.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Any time you want to send and receive data, be it on the internet or in real life, you have to have an address. Since 1980, the internet protocol (IP) that governs such things has been IPv4, and it&#8217;s now switching to IPv6. Why? <\/p>\n","protected":false},"author":182,"featured_media":111457,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[7,434,438],"tags":[468,493],"class_list":["post-111456","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-storage","category-featured-1","category-featured-cloud-storage","tag-b2cloud","tag-networkstats","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Difference Between IPv4 and IPv6 for Your Internet Connection<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Difference Between IPv4 and IPv6 for Your Internet Connection\" \/>\n<meta property=\"og:description\" content=\"Any time you want to send and receive data, be it on the internet or in real life, you have to have an address. Since 1980, the internet protocol (IP) that governs such things has been IPv4, and it&#039;s now switching to IPv6. Why?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/\" \/>\n<meta property=\"og:site_name\" content=\"Backblaze Blog | Cloud Storage &amp; Cloud Backup\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/backblaze\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-01T16:01:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-28T21:55:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"820\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stephanie Doyle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@backblaze\" \/>\n<meta name=\"twitter:site\" content=\"@backblaze\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephanie Doyle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Difference Between IPv4 and IPv6 for Your Internet Connection","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:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/","og_locale":"en_US","og_type":"article","og_title":"The Difference Between IPv4 and IPv6 for Your Internet Connection","og_description":"Any time you want to send and receive data, be it on the internet or in real life, you have to have an address. Since 1980, the internet protocol (IP) that governs such things has been IPv4, and it's now switching to IPv6. Why?","og_url":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/","og_site_name":"Backblaze Blog | Cloud Storage &amp; Cloud Backup","article_publisher":"https:\/\/www.facebook.com\/backblaze","article_published_time":"2024-08-01T16:01:15+00:00","article_modified_time":"2026-01-28T21:55:17+00:00","og_image":[{"width":1440,"height":820,"url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png","type":"image\/png"}],"author":"Stephanie Doyle","twitter_card":"summary_large_image","twitter_creator":"@backblaze","twitter_site":"@backblaze","twitter_misc":{"Written by":"Stephanie Doyle","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#article","isPartOf":{"@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/"},"author":{"name":"Stephanie Doyle","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/688f3962fd24d8155ef726bc94d75058"},"headline":"Proper Address: IPv4 vs. IPv6","datePublished":"2024-08-01T16:01:15+00:00","dateModified":"2026-01-28T21:55:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/"},"wordCount":1875,"commentCount":2,"publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png","keywords":["B2Cloud","NetworkStats"],"articleSection":["Cloud Storage","Featured","Featured-Cloud Storage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/","url":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/","name":"The Difference Between IPv4 and IPv6 for Your Internet Connection","isPartOf":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#primaryimage"},"image":{"@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png","datePublished":"2024-08-01T16:01:15+00:00","dateModified":"2026-01-28T21:55:17+00:00","breadcrumb":{"@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#primaryimage","url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png","contentUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png","width":1440,"height":820},{"@type":"BreadcrumbList","@id":"https:\/\/www.backblaze.com\/blog\/proper-address-ipv4-vs-ipv6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Proper Address: IPv4 vs. IPv6"}]},{"@type":"WebSite","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","name":"Backblaze Cloud Solutions Blog","description":"Cloud Storage &amp; Cloud Backup","publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization","name":"Backblaze","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","width":512,"height":512,"caption":"Backblaze"},"image":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/backblaze","https:\/\/x.com\/backblaze","https:\/\/www.youtube.com\/user\/Backblaze","https:\/\/en.wikipedia.org\/wiki\/Backblaze"]},{"@type":"Person","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/688f3962fd24d8155ef726bc94d75058","name":"Stephanie Doyle","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2022\/12\/headshot-4-1-e1670452405672-150x150.jpg","url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2022\/12\/headshot-4-1-e1670452405672-150x150.jpg","contentUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2022\/12\/headshot-4-1-e1670452405672-150x150.jpg","caption":"Stephanie Doyle"},"description":"Stephanie is the Associate Editor &amp; Writer at Backblaze. She specializes in taking complex topics and writing relatable, engaging, and user-friendly content. You can most often find her reading in public places, and can connect with her on LinkedIn.","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/author\/stephanie\/"}]}},"jetpack_featured_media_url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2024\/08\/bb-bh-Cloud-Performance.png","_links":{"self":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/111456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/users\/182"}],"replies":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/comments?post=111456"}],"version-history":[{"count":0,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/111456\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media\/111457"}],"wp:attachment":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media?parent=111456"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/categories?post=111456"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/tags?post=111456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}