<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Networking on CS Theorems</title><link>https://cs.lozic.me/areas/networking/</link><description>Recent content in Networking on CS Theorems</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 26 Feb 2027 12:00:00 +0100</lastBuildDate><atom:link href="https://cs.lozic.me/areas/networking/index.xml" rel="self" type="application/rss+xml"/><item><title>The Noisy-Channel Coding Theorem</title><link>https://cs.lozic.me/posts/t021-the-noisy-channel-coding-theorem/</link><pubDate>Fri, 26 Feb 2027 12:00:00 +0100</pubDate><guid>https://cs.lozic.me/posts/t021-the-noisy-channel-coding-theorem/</guid><description>&lt;h2 id="symptom"&gt;Symptom&lt;/h2&gt;
&lt;p&gt;Your link drops 1% of bits. You need reliable delivery, so you triple every bit
and take a majority vote. Now an error needs two of three bits to flip, which
happens with probability about $3 \times 10^{-4}$ — better, but you paid 3x in
bandwidth and the error rate is still not zero.&lt;/p&gt;</description></item><item><title>The Two Generals Problem</title><link>https://cs.lozic.me/posts/t061-the-two-generals-problem/</link><pubDate>Fri, 30 Oct 2026 12:00:00 +0100</pubDate><guid>https://cs.lozic.me/posts/t061-the-two-generals-problem/</guid><description>&lt;h2 id="symptom"&gt;Symptom&lt;/h2&gt;
&lt;p&gt;You call the payment API. The request goes out. Nothing comes back.&lt;/p&gt;
&lt;p&gt;Did the charge happen? You genuinely do not know. Retrying might double-charge
the customer. Not retrying might drop the payment. There is no third option
available, and no amount of care in your client library creates one.&lt;/p&gt;</description></item><item><title>Hyrum's Law and Postel's Principle</title><link>https://cs.lozic.me/posts/t091-hyrums-law-and-postels-principle/</link><pubDate>Fri, 11 Sep 2026 12:00:00 +0200</pubDate><guid>https://cs.lozic.me/posts/t091-hyrums-law-and-postels-principle/</guid><description>&lt;h2 id="symptom"&gt;Symptom&lt;/h2&gt;
&lt;p&gt;You fix a typo in an error message. Four days later a customer escalates:
their alerting pipeline greps for the old string and has gone quiet.&lt;/p&gt;
&lt;p&gt;Or you make a function faster, and a test suite that had been green for two years
starts failing intermittently — not because the function is wrong, but because
it used to be slow enough to hide a race.&lt;/p&gt;</description></item></channel></rss>