BGP errors, DMARC, video streaming, network design and IPv6 only networks

The Border Gateway Protocol is the most important routing protocol. BGP routers exchanges routing messages over BGP sessions. These BGP sessions run on TCP connections between routers. An important characteristic of the BGP protocol is that since it relies on incremental updates, if a router detects a problem in an incoming message, it must tear down the corresponding session and thus discard all the routes learned over this session. This BGP session is usually quickly restarted and routes are reannounced.

The worst case for BGP is when a router sends an erroneous message over a BGP session and resends the same error when the session restarts. BGP implementations take great care of avoiding to send errored messages to prevent this situation. However, on the receive side, Ben Cartwrigth reveals on a blog post that several router vendors do not correctly process incoming erroneous messages.

Modern electronic mail relies on a variety of protocols and requires a lot of tuning by system administrators willing to configure their own email servers instead of relying on the large cloud platforms. The https://www.learndmarc.com/ provides an interactive illustration of many of these different protocols. You simply need to send an email from your own domain to observe how it is handled.

Pim van Pelt provides a detailed description of the design and the configuration of the network behind AS8298. There are few detailed descriptions of deployed networks and this is always useful for students. We could follow the video or read the slides.

Some network operators have started to deploy IPv6 only networks, but as some web sites and services are only available over IPv4, they need to provide a solution to enable access to these legacy services. Pavel Odintsov details in a blog post how to configure such a gateway to ensure that your IPv6 only laptop can reach IPv4 only websites.

Live video streaming consumes a growing fraction of the Internet bandwidth. A recent survey, entitled Toward One-Second Latency: Evolution of Live Media Streaming describes the evolution of the protocols used by major streaming services. This survey provides a good summary and plenty of references for those willing to explore this interesting topic.

This blog aims at encouraging students who read the open Computer Networking: Principles, Protocols and Practice ebook to explore new networking topics. You can follow this blog by subscribing to its RSS feed or by following @cnp3_ebook on mastodon.

Written on October 9, 2023