This commit is contained in:
Garry Ing 2021-04-11 11:15:05 -04:00
parent 33c1bf1c38
commit 1cd435c762
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E
3 changed files with 26 additions and 9 deletions

17
_notes/bgp.md Normal file
View File

@ -0,0 +1,17 @@
---
title: BGP
---
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 as a path-vector routing protocol, and it makes routing decisions based on paths, network policies, or rule-sets configured by a network administrator.
<https://en.wikipedia.org/wiki/Border_Gateway_Protocol>
## BGP: The Internets Fragile Beast
### Mike Dank, Radical Networks 2019
<https://famicoman.com/bgp-radnets2019.odp>
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.
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.

View File

@ -10,15 +10,14 @@ Set of areas that guide our reveries?
<!--more-->
```
Publish from RSS to arena?
RSS to twitter? The gram?
Use DPress to get it on SSB?
```
_What if... we travel back in time and blow up BGP? Would Xanadu be realized? Would actual plural internetworking have persisted?_
- Publish from RSS to arena?
- RSS to twitter? The gram?
- Use DPress to get it on [[SSB]]?
Publishing → making things public
_What if... we travel back in time and blow up [[BGP]]? Would Xanadu be realized? Would actual plural internetworking have persisted?_
[[Publishing]] → making things public
**>> COMMISSIONING BODIES <<**
Economy as a form a expression

View File

@ -2,8 +2,9 @@
title: IPFS
---
![Ipfs-logo-1024-ice-text](https://user-images.githubusercontent.com/227587/114309496-4b6b1880-9ab5-11eb-86ab-f6660238a471.png){:.w-60}
https://github.com/krl, CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0>, via Wikimedia Commons
![Ipfs-logo-1024-ice-text](https://user-images.githubusercontent.com/227587/114309496-4b6b1880-9ab5-11eb-86ab-f6660238a471.png){:.w-60}
_https://github.com/krl, CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0>, via Wikimedia Commons_
The InterPlanetary File System (IPFS) is a [[protocol]] and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.