/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.jamieweb.net
| | www.kentik.com
2.8 parsecs away

Travel
| | In this post we continue our look at BGP - the protocol used to route traffic across the interconnected Autonomous Systems (AS) that make up the Internet - by clarifying the difference between eBGP and iBGP and then starting to dig into the basics of actual BGP configuration. We'll see how to establish peering connections with neighbors and to return a list of current sessions with useful information about each.
| | networkphil.com
2.5 parsecs away

Travel
| | BGP is the de facto routing protocol for inter-domain routing, or in other words, the global internet. It's used to exchange routing information among autonomous systems around the entire world. Therefore, it's extremely important we do what we can to secure BGP communications, what we advertise, and the methods we use to create peering relationships....
| | anuragbhatia.com
2.6 parsecs away

Travel
| | [AI summary] A technical analysis of high latency and poor routing between India and Europe caused by BSNL's misconfigured BGP path through Level3 and Global Crossing via New York.
| | 3.70.187.24
13.5 parsecs away

Travel
| [AI summary] This blog post explains how to build a simple one-server-multiple-clients messenger chat program in Python using sockets, select, and threading concepts.