From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lang.hm (syn-045-059-245-186.biz.spectrum.com [45.59.245.186]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C17703CB37 for ; Mon, 24 Jun 2024 23:42:48 -0400 (EDT) Received: from dlang-mobile (unknown [10.2.3.133]) by mail.lang.hm (Postfix) with ESMTP id 7F8811D6408; Mon, 24 Jun 2024 20:42:47 -0700 (PDT) Date: Mon, 24 Jun 2024 20:42:47 -0700 (PDT) From: David Lang To: Ulrich Speidel cc: starlink@lists.bufferbloat.net In-Reply-To: <29b64dbf-34c4-4616-9724-9c79bdcc1bb4@auckland.ac.nz> Message-ID: <1p491rss-599n-n211-op44-1npn41p68005@ynat.uz> References: <29b64dbf-34c4-4616-9724-9c79bdcc1bb4@auckland.ac.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Re: [Starlink] Jamaican Starlink Outages and a hint of shared infrastructure X-BeenThere: starlink@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Starlink has bufferbloat. Bad." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2024 03:42:48 -0000 Ulrich Speidel wrote: > This can also lead to weird effects globally. For example, much of the > traffic between Japan and New Zealand *could* in principle trundle down > to Guam and from there to Sydney and then to Auckland. Which would be > kind of shortest path. And occasionally it does. But just as often, you > see it crossing the Pacific to the US West Coast (or from Guam to > Hawaii) and from there back to New Zealand. Why? Good question. Was it > because US backhaul carriers were cheaper for a while with the US dollar > being soft and the Australian / NZ currencies surging in comparison? > Were there government incentives for carriers to let traffic run through > US territory for intelligence access (if so, the NSA would have to fear It's important to realize that BGP doesn't know how long any link is. it defines 'closest' by the number of hops. so Japan -> LA -> Auckland is 'shorter' than Japan -> Guam -> Sydnes -> Auckland even though it's much longer, probably through more congested links, and higher latency. David Lang