bgp
This commit is contained in:
parent
33c1bf1c38
commit
1cd435c762
17
_notes/bgp.md
Normal file
17
_notes/bgp.md
Normal 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 Internet’s 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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user