kcl-digital-humanities-garden/bgp.html
2021-05-09 15:54:38 +00:00

118 lines
16 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en"><head>
<meta charset="utf-8">
<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?1620575674956077596"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><div class="flex items-baseline">
<svg class="w1 mr2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 243.11 219.53"><path fill="currentColor" d="M243.11 64.85q0 11.66-1.12 15.72-.42 1.43-6.31 14.43-6.18-.14-12.5-.42-8.15-.42-11.79-2.39-2.94-1.55-9.82-9.54a129 129 0 0 1-8.71-11.23q-3.23-6.75-10.1-20.22-3.66-6.73-13.9-21a95.7 95.7 0 0 0-15.44-1.26q-4.77 0-13.76 11.79a99.49 99.49 0 0 0-10.8 16.56Q127 60.92 123.24 71q-4.35 11.35-4.35 13.33v135.2h-7.58V75.8a44.51 44.51 0 0 0-1.82-11.09q-2.11-7.57-4.64-10-4.62-4.49-18.95-4.49-2.39 0-7.79 5.62t-6.52 8.42q-4.64 11-6.18 34-1.55 23.58-5.61 34.25-1.12 2.94-8.71 11.37a107.26 107.26 0 0 1-10.52 10.52q-2 1.69-18.67 10.53-8.43-14-16.71-28.21Q0 125.35 0 103.73q0-15.58 2.39-24.42 7.16-26.67 15.16-36.08 6.16-7.29 22.88-14A64.23 64.23 0 0 1 64.57 24 94.86 94.86 0 0 1 79 25.69q10.38 1.81 14 3.51 6.31 2.81 14 12.7t9.4 16.77q.42 1.69 1.13 6.88 1.26-5.47 4.21-16.14 2.23-4.92 6.74-14.88A117.39 117.39 0 0 1 135 20.35q7.31-10.67 27.23-16.84A77.2 77.2 0 0 1 185.14 0q13.34 0 19.94 1.82 25.39 7.17 34.81 35 3.23 9.64 3.22 28.03zm-139-16.42q-4.22-4.77-14.32-12.08-8.79-4.07-25.22-4.07-10 0-21.9 4.64T23.58 48.29q-2 1.82-8.77 19.58T8 88.71q0 2.54-.14 7.72t-.14 7.72q0 15.72 2.11 23.44a51.07 51.07 0 0 0 6.87 13.9q8.15 12.36 8.57 13 3.64-1.81 10.52-6.17 2.53-2 9.27-9.48t7.58-9.61q4.48-10.95 5.89-34.67t5.9-34.67q2.1-5.34 8.14-10.25L83 41.55zm131.42 19.09V55.73q0-10-2.1-16.15A49.06 49.06 0 0 0 221.5 20.7a40.61 40.61 0 0 0-18.67-11.16q-7.16-1.81-21.62-1.82-7.44 0-22 5.47Q144 19 140 24.14q-1.41 1.83-5.62 13.48 5.61-4.92 16.7-14.74h22.18q4.92 6.32 13.9 19.65 4.06 9 13.47 26.25 8.56 12.91 14.18 15.72a26.21 26.21 0 0 0 11.6 2.5l4.91-.14a47.55 47.55 0 0 0 4.21-19.34z"/></svg>
<a class="no-underline f4 foreground-text anthony mr3" rel="author" href="/">Digital Garden</a>
<div id="gardenConditions" class="br-pill code f7 ba pv2 ph3 dn"></div>
</div><nav class="f7 code flex"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
</nav></header><main class="links-foreground-text" aria-label="Content">
<div class="flex">
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
<header>
<div class="note-meta flex f7 lh-copy justify-between code items-center" data-status="🌲">
<time class="ml3 flex-auto" datetime="2021-03-15T00:00:00+00:00">
Created <br> March 15, 2021
</time>
<time datetime="2021-05-09T15:54:11+00:00">
Last updated <br> May 9, 2021
</time>
</div>
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">BGP</h1>
</header>
<div id="notes-entry-container" class="flex-auto">
<div class="note-contents f5 lh-copy">
<p>Border Gateway Protocol (BGP) is a standardized exterior gateway <a class="internal-link" href="/protocol">protocol</a> designed to exchange routing and reachability information among autonomous systems (AS) on the Internet. BGP is classified as a path-vector routing protocol, and it makes routing decisions based on paths, network policies, or rule-sets configured by a network administrator.</p>
<p><a href="https://en.wikipedia.org/wiki/Border_Gateway_Protocol">https://en.wikipedia.org/wiki/Border_Gateway_Protocol</a></p>
<h2 id="bgp-the-internets-fragile-beast">BGP: The Internets Fragile Beast</h2>
<h3 id="mike-dank-radical-networks-2019">Mike Dank, Radical Networks 2019</h3>
<p><a href="https://famicoman.com/bgp-radnets2019.odp">https://famicoman.com/bgp-radnets2019.odp</a></p>
<p>BGP (Border Gateway Protocol) manages how all of our packets are routed across the Internet. It is one of the most powerful and important protocols currently deployed on the net, but it is also incredibly fragile. Devised as a quick fix 30 years ago (without concern for security), BGP is constantly blamed in the news as Internet outages occur worldwide due to misconfigurations by multinational telecommunications conglomerates or hijackings by government actors.</p>
<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>
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
<h2 class="normal f1 mv4 work-sans-light">Notes mentioning this note</h2>
<div class="flex flex-wrap">
<div class="w-50 flex">
<div class="shadow-solid-accent mb2 mr2 br4 pa3 flex flex-column">
<h3 class="mt0 f5 mb2"><a class="internal-link" href="/initial-seeds">Initial Seeds</a></h3>
<div class="f7 lh-copy mb3 flex-auto">Set of areas that guide our reveries? The history of hypertext transfer protocol hypertext, rss+adjacent protocols and standards. The act...</div>
<div class="f7 light-silver">/initial-seeds</div>
</div>
</div>
</div>
</aside>
</div>
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text "></button>
</article>
<div class="fixed top-0 right-0 w-50 vh-100">
<div id="graph-wrapper" class="relative vh-100 code f6">
<script>
window.graphData = {"edges":[{"source":"24831158218","target":"94483477513940126"},{"source":"2455193638329872464","target":"94483477513940126"},{"source":"229320080329284392969231993","target":"94483477513940126"},{"source":"229320080329284392969231993","target":"24831158218"},{"source":"135879330265212010996","target":"1277273995756"},{"source":"5230685265404876707487","target":"54003532995853691859"},{"source":"2455193638329872464","target":"14857"},{"source":"2455193638329872464","target":"81503731614520238"},{"source":"229320080329284392969231993","target":"81503731614520238"},{"source":"135879330265212010996","target":"77892520190575378197742"},{"source":"135879330265212010996","target":"1351050207728787"},{"source":"135879330265212010996","target":"139376232583985260057851086495"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"135879330265212010996","target":"12537461525184510083948912143790305013277"},{"source":"229320080329284392969231993","target":"12537461525184510083948912143790305013277"},{"source":"24831158218","target":"44486089850979"},{"source":"36028","target":"2196179318535330915"},{"source":"54003532995853691859","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"2013266514","target":"50678562812897"},{"source":"1277273995756","target":"30172798"},{"source":"135879330265212010996","target":"30172798"},{"source":"1351050207728787","target":"30172798"},{"source":"2624541068405932","target":"30172798"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"1277273995756","target":"3181528016773134152954"},{"source":"1351050207728787","target":"3181528016773134152954"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"54003532995853691859","target":"2579652121850163"},{"source":"50678562032474","target":"2579652121850163"},{"source":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"108512332758102341","target":"2579652121850163"},{"source":"10350806862423255528305849282803523","target":"5679146086184365833430073"},{"source":"26909959832378248029278884281720415842791882","target":"5679146086184365833430073"},{"source":"54003532995853691859","target":"2019378258741"},{"source":"14857","target":"2019378258741"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"2455193638329872464","target":"2624541068405932"},{"source":"5679146086184365833430073","target":"2624541068405932"},{"source":"26909959832378248029278884281720415842791882","target":"2624541068405932"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"2196179318535330915","target":"36028"},{"source":"2455193638329872464","target":"36028"},{"source":"229320080329284392969231993","target":"36028"},{"source":"5230685265404876707487","target":"36028"},{"source":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"54003532995853691859","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"135879330265212010996","target":"5575968392063619945160"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"},{"source":"2013266514","target":"4302444777154252931"},{"source":"2455193638329872464","target":"2013266514"}],"nodes":[{"id":"94483477513940126","path":"/public-space","label":"Public Space","status":"🌱"},{"id":"24831158218","path":"/bentway","label":"Bentway","status":"🌷"},{"id":"1277273995756","path":"/garry","label":"Garry Ing","status":"🌳"},{"id":"54003532995853691859","path":"/beaker-browser","label":"Beaker Browser","status":"🌱"},{"id":"14857","path":"/bgp","label":"BGP","status":"🌲"},{"id":"81503731614520238","path":"/maintenance","label":"Maintenance","status":"🌱"},{"id":"135879330265212010996","path":"/social-stories","label":"Social Stories","status":"🌱"},{"id":"77892520190575378197742","path":"/community-memory","label":"Community Memory","status":"🌱"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker","status":"🌳"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden","status":"🌱"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real","status":"🌱"},{"id":"44486089850979","path":"/from-later","label":"From Later","status":"🌿"},{"id":"2196179318535330915","path":"/google-reader","label":"Google Reader","status":"🌱"},{"id":"50678562032474","path":"/hypercore","label":"Hypercore","status":"🌱"},{"id":"403333506966985812956264495103083930421","path":"/hypertext-transfer-protocol","label":"Hypertext Transfer Protocol","status":"🌱"},{"id":"50678562812897","path":"/hypertext","label":"Hypertext","status":"🌱"},{"id":"30172798","path":"/hypha","label":"Hypha","status":"🌾"},{"id":"3181528016773134152954","path":"/infrastructure","label":"Infrastructure","status":"🌱"},{"id":"2455193638329872464","path":"/initial-seeds","label":"Initial Seeds","status":"🌱"},{"id":"872776","path":"/ipfs","label":"IPFS","status":"🌱"},{"id":"10350806862423255528305849282803523","path":"/library-of-the-printed-web","label":"Library Of The Printed Web","status":"🌱"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer","status":"🌱"},{"id":"5679146086184365833430073","path":"/post-digital-print","label":"Post-Digital Print","status":"🌱"},{"id":"26909959832378248029278884281720415842791882","path":"/post-digital-publishing-archive","label":"Post-Digital Publishing Archive","status":"🌱"},{"id":"2019378258741","path":"/protocol","label":"Protocol","status":"🌻"},{"id":"2624541068405932","path":"/publishing","label":"Publishing","status":"🌲"},{"id":"36028","path":"/rss","label":"RSS","status":"🌻"},{"id":"37307","path":"/ssb","label":"SSB","status":"🌱"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent","status":"🌴"},{"id":"108512332758102341","path":"/togethernet","label":"Togethernet","status":"🌱"},{"id":"5230685265404876707487","path":"/unwalled-garden","label":"Unwalled Garden","status":"🌱"},{"id":"3290301776931795","path":"/web-browser","label":"Web Browser","status":"🌱"},{"id":"5575968392063619945160","path":"/world-in-24-hours","label":"World In 24 Hours","status":"🌱"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web","status":"🌱"},{"id":"2013266514","path":"/xanadu","label":"Xanadu","status":"🌱"}]}
</script>
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
</div>
</div>
</div>
</div>
</main><footer>
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
<div class="hide-child foreground-text links-foreground-text">
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
<div id='tooltip-content' class="relative overflow-hidden note-contents">
</div>
<div id="tooltip-source" class="f7 light-silver"></div>
</div>
</div>
<script src="/assets/js/d3.min.js"></script>
<script src="/assets/js/scripts.js?1620575674956077596"></script>
</body>
</html>