Ha! Just a few months ago, I came across Cloudflare Research's <i>Address Agility</i> blog post (since published in SIGCOMM [0]) that squeezed Internet's waist down to a single IP (dubbed <i>Ao1</i>), and instead reasoned that perhaps with popularity of TLS, a naming scheme (like the SNI field) is all that's needed, because given the pigeon-hole principle, there will always be more names (variable length puny-codes) than IP addresses (fixed-length hex/octets).<p>Telecom industry perhaps deployed something similar in <i>Multi-protocol Label Switching</i>. Other address translation schemes such as the HTTP <i>Host</i> header, and Google Maglev-esque <i>Virtual IP</i> load balancers (in-use at BigCloud providers) are other attempts at addressing hosts using something other than public IPs (which enabled <i>domain-fronting</i>, once employed by <i>Signal</i> before it was outlawed [1]), squeezing Internet's <i>narrow waist</i> further.<p>I am mostly interested in <i>Ao1</i> from an anti-censorship point-of-view (IP fronting) as that's the last frontier as far as <i>stateless</i> firewalls go, while names, DNS and SNI, can be hidden away today with DoH/DoT and ECH (encrypted client-hello), respectively.<p>That said, I like the term <i>Simplfying Assumption</i> better as described in a series of posts on it by <i>apenwarr</i> [2][3] while the classic <i>The Rise of Worse is Better</i> pits C against Lisp, arguing that sacrificing correctness, consistency, completeness for the sake of simplicity of the implementation, is a worthwhile trade-off [4].<p>[0] <a href="https://research.cloudflare.com/publications/Fayed2021/" rel="nofollow">https://research.cloudflare.com/publications/Fayed2021/</a><p>[1] <i>Amazon threatens to suspend Signal</i> (2018), <a href="https://news.ycombinator.com/item?id=16970199" rel="nofollow">https://news.ycombinator.com/item?id=16970199</a><p>[2] <i>The strange story of etherpad</i> (2011), <a href="https://apenwarr.ca/log/20110313" rel="nofollow">https://apenwarr.ca/log/20110313</a><p>[3] <i>Conspiracy theories</i> (2004), <a href="https://apenwarr.ca/log/200411" rel="nofollow">https://apenwarr.ca/log/200411</a><p>[4] <a href="https://dreamsongs.com/RiseOfWorseIsBetter.html" rel="nofollow">https://dreamsongs.com/RiseOfWorseIsBetter.html</a>