<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Proposal on Wirez</title><link>https://wirez.top/tags/proposal/</link><description>Recent content in Proposal on Wirez</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 03 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wirez.top/tags/proposal/index.xml" rel="self" type="application/rss+xml"/><item><title>IPv8 Reality Check: The 50% Traffic Milestone</title><link>https://wirez.top/posts/ipv8-reality-check-the-50-traffic-milestone/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/ipv8-reality-check-the-50-traffic-milestone/</guid><description>&lt;meta charset="utf-8">
&lt;!-- wp:html -->
&lt;script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "FAQPage",
 "mainEntity": [
 {
 "@type": "Question",
 "name": "Why do operators reject IPv8 despite claims of lower code complexity?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Operators reject IPv8 because it isolates networks from the 49.90% of endpoints still relying on older standards. No transition mechanism exists to tunnel these packets over established IPng networks currently carrying global traffic."
 }
 },
 {
 "@type": "Question",
 "name": "What specific traffic share makes migrating away from current IP standards risky?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Migrating away is risky because IPv6 infrastructure currently carries exactly 50.10% of global traffic. Abandoning this established base for an unproven protocol creates immediate interoperability failures with the majority of existing endpoints."
 }
 },
 {
 "@type": "Question",
 "name": "How does the projected IPv6 migration rate impact IPv8 adoption timelines?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "The steady 5% annual traffic migration rate suggests IPv6 will achieve full global implementation by 2035. This consistent growth indicates resources are better spent optimizing existing stacks than developing redundant architectural diversions."
 }
 },
 {
 "@type": "Question",
 "name": "Can small teams simulate IPv8 routing without expensive physical hardware deployments?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Engineers can build virtual IPv8 network simulations using Linux namespaces and veth interface pairs to test routing logic. This approach allows concept validation without committing to physical deployment or purchasing costly new networking equipment."
 }
 },
 {
 "@type": "Question",
 "name": "What financial penalties do engineers face for deploying non-standard protocols like IPv8?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Engineers risk career liability and potential termination for using non-standard protocols instead of established industry consensus. The community demands tangible code over theoretical specifications, making unauthorized deployments a professional hazard."
 }
 }
 ]
}
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:html -->
&lt;style>
.faq-section { margin: 24px 0; padding: 24px 0; border-top: 2px solid #e5e7eb; }
.faq-section-title { color: #1a1a1a; font-size: clamp(1.2rem, 3vw, 1.4rem); font-weight: 700; margin-bottom: 24px; text-align: center; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: #2563eb; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transform: translateY(-2px); }
.faq-question { background: #f9fafb; padding: 12px 16px; cursor: pointer; position: relative; transition: all 0.3s ease; border: none; width: 100%; text-align: left; font-family: inherit; display: block; }
.faq-question:hover { background: #e8f0fe; }
.faq-question-text { color: #1a1a1a; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; padding-right: 2rem; display: inline-block; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 16px; }
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 16px 16px; }
.faq-answer-text { color: #4b5563; font-size: 1rem; line-height: 1.7; margin: 12px 0 0; }
&lt;/style>
&lt;script>
(function() {
 function initFAQ() {
 var qs = document.querySelectorAll(".faq-question");
 for (var i = 0; i &lt; qs.length; i++) {
 qs[i].addEventListener("click", function() {
 var item = this.closest(".faq-item");
 var wasActive = item.classList.contains("active");
 var allItems = document.querySelectorAll(".faq-item");
 for (var j = 0; j &lt; allItems.length; j++) { allItems[j].classList.remove("active"); }
 if (!wasActive) item.classList.add("active");
 this.setAttribute("aria-expanded", String(!wasActive));
 });
 }
 }
 if (document.readyState === "loading") {
 document.addEventListener("DOMContentLoaded", initFAQ);
 } else {
 initFAQ();
 }
})();
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;p class="std-text">&lt;a href="https://datatracker.ietf.org/doc/html/rfc8200" target="_blank" rel="noopener noreferrer">IPv6&lt;/a> traffic now sits at exactly 50.10% according to Google data. This milestone kills the &lt;strong>IPv8 protocol proposal&lt;/strong> dead. The idea isn&amp;#039;t just unnecessary; it&amp;#039;s an architectural dead end that serious engineers will ignore. The industry is finishing the &lt;strong>IPv6 migration&lt;/strong>, not starting over.&lt;/p></description></item><item><title>RIPE Meeting 2026: Why 394 Signatures Block Change</title><link>https://wirez.top/posts/ripe-meeting-2026-why-394-signatures-block-change/</link><pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/ripe-meeting-2026-why-394-signatures-block-change/</guid><description>&lt;meta charset="utf-8">
&lt;!-- wp:html -->
&lt;script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "FAQPage",
 "mainEntity": [
 {
 "@type": "Question",
 "name": "What financial impact do General Meeting discussions have on annual fees?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Discussions often trigger a specific fee adjustment requiring precise budget planning. The article states these deliberations frequently result in a 5.2% fee adjustment that members must anticipate for the upcoming fiscal cycle."
 }
 },
 {
 "@type": "Question",
 "name": "When is the absolute deadline to submit new proposals for the agenda?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "You must submit all proposals before the agenda finalization date passes. The draft agenda becomes final on 6 May 2026, which strictly blocks any new proposal submissions after that specific calendar date."
 }
 },
 {
 "@type": "Question",
 "name": "How many member signatures are required to place a resolution on the docket?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "A proposal needs support from hundreds of peers to reach the threshold. Specifically, securing support from 394 distinct members is mandatory to successfully place a resolution on the official meeting docket."
 }
 },
 {
 "@type": "Question",
 "name": "Can remote attendees vote on resolutions without traveling to the conference venue?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Yes, eligible members can cast ballots online through the meeting platform. The hybrid format allows remote actors to influence outcomes via Meetecho while sharing space with physical attendees at the conference."
 }
 },
 {
 "@type": "Question",
 "name": "What happens to standalone requests that lack the necessary digital endorsements?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "The system automatically rejects any submission missing the required support count. The Member Proposal Form enforces this programmatically, ensuring individual operators cannot force discussion without building a broad coalition first."
 }
 }
 ]
}
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:html -->
&lt;style>
.faq-section { margin: 24px 0; padding: 24px 0; border-top: 2px solid #e5e7eb; }
.faq-section-title { color: #1a1a1a; font-size: clamp(1.2rem, 3vw, 1.4rem); font-weight: 700; margin-bottom: 24px; text-align: center; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: #2563eb; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transform: translateY(-2px); }
.faq-question { background: #f9fafb; padding: 12px 16px; cursor: pointer; position: relative; transition: all 0.3s ease; border: none; width: 100%; text-align: left; font-family: inherit; display: block; }
.faq-question:hover { background: #e8f0fe; }
.faq-question-text { color: #1a1a1a; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; padding-right: 2rem; display: inline-block; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 16px; }
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 16px 16px; }
.faq-answer-text { color: #4b5563; font-size: 1rem; line-height: 1.7; margin: 12px 0 0; }
&lt;/style>
&lt;script>
(function() {
 function initFAQ() {
 var qs = document.querySelectorAll(".faq-question");
 for (var i = 0; i &lt; qs.length; i++) {
 qs[i].addEventListener("click", function() {
 var item = this.closest(".faq-item");
 var wasActive = item.classList.contains("active");
 var allItems = document.querySelectorAll(".faq-item");
 for (var j = 0; j &lt; allItems.length; j++) { allItems[j].classList.remove("active"); }
 if (!wasActive) item.classList.add("active");
 this.setAttribute("aria-expanded", String(!wasActive));
 });
 }
 }
 if (document.readyState === "loading") {
 document.addEventListener("DOMContentLoaded", initFAQ);
 } else {
 initFAQ();
 }
})();
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;p class="std-text">The &lt;a href="https://www.ripe.net/" target="_blank" rel="noopener noreferrer">RIPE NCC&lt;/a> General Meeting is not a town hall. It is the &lt;strong>sole legislative body&lt;/strong> controlling the organization&amp;#039;s financial and operational trajectory. With 3,049 votes cast by the membership, this assembly dictates critical internet infrastructure policy. (RIPE&amp;#039;s general meeting may 2026 results) Forget the idea of a casual suggestion box. Members face a rigid &lt;strong>proposal threshold&lt;/strong>: you need support from 394 peers just to place a resolution on the docket. This effectively gatekeeps dissent against the Executive Board.&lt;/p></description></item><item><title>APNIC IPv6 debates: Why /32 still matters in 2026</title><link>https://wirez.top/posts/apnic-ipv6-debates-why-32-still-matters-in-2026/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/apnic-ipv6-debates-why-32-still-matters-in-2026/</guid><description>&lt;meta charset="utf-8">
&lt;!-- wp:html -->
&lt;script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "FAQPage",
 "mainEntity": [
 {
 "@type": "Question",
 "name": "What happens if a network starts with a /36 block and later scales up?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Starting with /36 can cause severe routing aggregation issues as the network grows. A European organization adopting these prefixes in 2009 faced significant challenges managing millions of users by 2022 due to fragmentation."
 }
 },
 {
 "@type": "Question",
 "name": "How does APNIC differ from ARIN regarding policy creation and leadership structure?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "APNIC uses a bottom-up community consensus model rather than a top-down executive decree like ARIN. This approach ensures 56 economies coordinate governance directly through open policy meetings and mailing list discussions."
 }
 },
 {
 "@type": "Question",
 "name": "Why do some operators oppose reducing the minimum IPv6 allocation size below /32?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Critics argue smaller allocations encourage a scarcity mindset that harms long-term subnetting efficiency. They believe starting with /32 allows medium-to-large operators to aggregate routes efficiently and maintain a clean hierarchical structure."
 }
 },
 {
 "@type": "Question",
 "name": "What safeguards are proposed for the increased IPv4 delegation limits in prop-168?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Prop-168 suggests a five-year transfer lock to prevent exploitation of the new /22 maximum delegation limit. This measure balances IPv4 access for newcomers while encouraging eventual transition to IPv6 technologies."
 }
 },
 {
 "@type": "Question",
 "name": "How has global IPv6 traffic growth influenced the current debate on address block sizes?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Global IPv6 traffic crossing the 50% threshold has intensified debates on shrinking minimum block sizes. This milestone forces the Asia Pacific community to weigh immediate small operator needs against future scalability risks."
 }
 }
 ]
}
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:html -->
&lt;style>
.faq-section { margin: 24px 0; padding: 24px 0; border-top: 2px solid #e5e7eb; }
.faq-section-title { color: #1a1a1a; font-size: clamp(1.2rem, 3vw, 1.4rem); font-weight: 700; margin-bottom: 24px; text-align: center; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: #2563eb; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transform: translateY(-2px); }
.faq-question { background: #f9fafb; padding: 12px 16px; cursor: pointer; position: relative; transition: all 0.3s ease; border: none; width: 100%; text-align: left; font-family: inherit; display: block; }
.faq-question:hover { background: #e8f0fe; }
.faq-question-text { color: #1a1a1a; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; padding-right: 2rem; display: inline-block; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 16px; }
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 16px 16px; }
.faq-answer-text { color: #4b5563; font-size: 1rem; line-height: 1.7; margin: 12px 0 0; }
&lt;/style>
&lt;script>
(function() {
 function initFAQ() {
 var qs = document.querySelectorAll(".faq-question");
 for (var i = 0; i &lt; qs.length; i++) {
 qs[i].addEventListener("click", function() {
 var item = this.closest(".faq-item");
 var wasActive = item.classList.contains("active");
 var allItems = document.querySelectorAll(".faq-item");
 for (var j = 0; j &lt; allItems.length; j++) { allItems[j].classList.remove("active"); }
 if (!wasActive) item.classList.add("active");
 this.setAttribute("aria-expanded", String(!wasActive));
 });
 }
 }
 if (document.readyState === "loading") {
 document.addEventListener("DOMContentLoaded", initFAQ);
 } else {
 initFAQ();
 }
})();
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;p class="std-text">Global &lt;a href="https://datatracker.ietf.org/doc/html/rfc8200" target="_blank" rel="noopener noreferrer">IPv6&lt;/a> traffic crossed the 50% threshold in early 2026. The Asia Pacific community is now arguing over shrinking minimum &lt;strong>IPv6 address block&lt;/strong> sizes. (APNIC&amp;#039;s member fees calculator) Smaller blocks help small operators today. They fracture routing tables tomorrow.&lt;/p></description></item></channel></rss>