<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Latency on Wirez</title><link>https://wirez.top/tags/latency/</link><description>Recent content in Latency on Wirez</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 16 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wirez.top/tags/latency/index.xml" rel="self" type="application/rss+xml"/><item><title>Deep space networking: Why TCP fails now</title><link>https://wirez.top/posts/deep-space-networking-why-tcp-fails-now/</link><pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/deep-space-networking-why-tcp-fails-now/</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 does standard TCP fail for deep space missions compared to Earth orbit?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "TCP collapses because it requires immediate acknowledgments that light-speed delays prevent. Starlink proves IP viability in orbit with 4 million subscribers, but those terrestrial standards fail catastrophically when distances reach the Moon."
 }
 },
 {
 "@type": "Question",
 "name": "What specific latency threshold breaks TCP acknowledgement clocks in geostationary links?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Geostationary links create roughly 500 ms round-trip delays that break standard TCP acknowledgement clocks. While Low Earth Orbit constellations serve 4 million subscribers effectively, these higher altitude arcs impose unacceptable latency for interactive protocols."
 }
 },
 {
 "@type": "Question",
 "name": "How do engineers test router behavior for multi-hour delays before launching spacecraft?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Engineers use Linux TUN devices and TC-NETEM to programmatically inject multi-hour delays into Earth-based simulations. This allows testing of router behavior and packet reordering logic without needing the 4 million subscribers found in active commercial networks."
 }
 },
 {
 "@type": "Question",
 "name": "Why is QUIC preferred over TCP for interplanetary data transmission architectures?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "QUIC manages session state without constant acknowledgement traffic, making it durable against reordering events. Unlike TCP which fails under extreme delay, QUIC supports the connectivity needs demonstrated by systems serving 4 million subscribers in lower orbits."
 }
 },
 {
 "@type": "Question",
 "name": "What architectural shift is mandatory for sustaining IP packet delivery beyond Low Earth Orbit?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Delay-Tolerant Networking architectures are now mandatory because they decouple transmission from immediate delivery confirmation. Standard models relying on continuous paths fail beyond the environment where 4 million subscribers currently enjoy reliable low-latency connectivity."
 }
 }
 ]
}
&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">Packet round-trip times now span hours. Standard TCP collapses under interplanetary latency. &lt;strong>Delay-Tolerant Networking&lt;/strong> is no longer theoretical; it is mandatory for sustaining &lt;strong>IP packet&lt;/strong> delivery beyond Low Earth Orbit. &lt;strong>Starlink&lt;/strong> proves IP viability in orbit with 4 million subscribers and sub-60ms latency. &lt;strong>NASA MVN&lt;/strong> data confirms these terrestrial standards fail catastrophically when distances reach the Moon or Mars.&lt;/p></description></item><item><title>Pacific submarine cables need local IXPs now</title><link>https://wirez.top/posts/pacific-submarine-cables-need-local-ixps-now/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/pacific-submarine-cables-need-local-ixps-now/</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": "How much can disaster-aware cable deployment reduce global societal costs?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Disaster-aware deployment strategies can slash global societal costs by up to 97%. Such significant savings materialize when routing policies successfully prefer diverse landing points over singular, vulnerable conduits for traffic."
 }
 },
 {
 "@type": "Question",
 "name": "What primary factors are driving the surge in fiber deployment costs?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Fiber deployment costs are surging, with 88% of respondents citing labor and permitting as primary drivers. These high capital expenditures often delay domestic expansion and force continued reliance on satellite backhaul."
 }
 },
 {
 "@type": "Question",
 "name": "Why do small Pacific markets struggle to build private carrier-neutral facilities?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "The business case for private facilities remains weak due to small populations and limited enterprise demand across the region. This structural constraint forces reliance on incumbent-owned colocation and stifles network competition."
 }
 },
 {
 "@type": "Question",
 "name": "When did the Pacific IX committee officially establish to coordinate regional peering?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "The Pacific IX committee was established in 2024 to advance plans first proposed in 2018. This delayed timeline reflects the difficulty of aggregating sufficient traffic demand across fragmented island markets."
 }
 },
 {
 "@type": "Question",
 "name": "Which existing national exchange points recently received infrastructure upgrades from APNIC?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "The APNIC Development team supports upgrades at existing nodes like Vanuatu IX and Samoa IX to improve peering environments. These national points help but do not solve regional fragmentation caused by missing hubs."
 }
 }
 ]
}
&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">Pacific connectivity survives on specific submarine cable investments, not broad market forecasts. Geography isolates these islands; money and policy must bridge the gap.&lt;/p></description></item></channel></rss>