This commit is contained in:
dcwalk
2021-04-11 22:19:30 +00:00
parent ba0c4b7939
commit f77605cf18
27 changed files with 106 additions and 82 deletions

View File

@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BGP 🌱 Digital Garden</title>
<meta name="description" content="Border Gateway Protocol (BGP) is a standardized exterior gateway protocol designed to exchange routing and reachability information among autonomous systems (AS) on the Internet. BGP is classified ...">
<link rel="stylesheet" href="/assets/css/style.css?1618167318931931334"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
<link rel="stylesheet" href="/assets/css/style.css?1618179569101884521"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
</nav></header><main class="links-dark-green" aria-label="Content">
<div class="flex">
@ -13,7 +13,12 @@
<header>
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-04-11T18:54:57+00:00">
<time class="code dib f7 pb2 flex" datetime="2021-03-15T00:00:00+00:00">
Created on March 15, 2021
</time>
<time class="code dib f7 pb2" datetime="2021-04-11T22:19:06+00:00">
Last updated on April 11, 2021
</time>
@ -36,6 +41,25 @@
<p>This talk will demystify the misunderstood protocol that is BGP, and explain how entities exchange giant flows of data across the Internet, highlight past misuses, and consider what we may be able to expect in the future.</p>
<h2 id="protocol-tactics">Protocol Tactics</h2>
<h3 id="lars-gierth-our-networks-2018">Lars Gierth, Our Networks 2018</h3>
<p><a href="https://github.com/ournetworks/2018-submissions/issues/16">https://github.com/ournetworks/2018-submissions/issues/16</a></p>
<p>The philosophers have only interpreted the internet, the point is to change it.</p>
<p>IP, BGP, DNS, HTTP, and many more protocols set the boundaries of what we do on the internet. Their specifications and implementations have enabled many great advances, but some of these advances have revealed structures and mechanisms that are objectively counter to their users needs and wants.</p>
<p>Our communities are radical in many ways, and some of our shared principles are accessibility, ubiquity, sustainability, resilience, and impact.</p>
<p>Well look at effective tactics used by protocols, old and new, to achieve these principles.</p>
<h2 id="bgp-and-the-rule-of-custom-how-the-internet-self-governs-without-international-law">BGP and the Rule of Custom: How the internet self-governs without international law</h2>
<h2 id="caleb-james-delisle-34c3">Caleb James DeLisle, 34c3</h2>
<p><a href="https://media.ccc.de/v/34c3-9072-bgp_and_the_rule_of_custom">https://media.ccc.de/v/34c3-9072-bgp_and_the_rule_of_custom</a></p>
<p>When bad actors can simply move servers from country to country, why does the internet remain reasonably civil ? How does one get on, or get kicked off, of the internet ? Why do fraud and child abuse websites regularly get shut down but thepiratebay remains living ? I will explain BGP, the protocol that knits the internet together, also covering the world of last resort hosting, bulletproof hosting and high profile cases of servers that were taken offline and servers which could not be taken offline despite significant effort.</p>
</div>
</div>
@ -83,6 +107,6 @@
</div>
<script src="/assets/js/d3.v6.min.js"></script>
<script src="/assets/js/scripts.js?1618167318931931334"></script>
<script src="/assets/js/scripts.js?1618179569101884521"></script>
</body>
</html>