networking Navigating Infrastructure Outages: Battle Scars and Lessons Learned I've worked on numerous outages, each teaching me invaluable lessons. Inspired by Rogers' recent outage report, I wrote down some of my lessons learned. Andree Toonk 8 Jul 2024 • 8 min read
Go High-Speed Packet Transmission in Go: From net.Dial to AF_XDP Pushing limits in Go: from net.Dial to syscalls, AF_PACKET, and lightning-fast AF_XDP. Benchmarking packet sending performance.. Andree Toonk 11 Mar 2024 • 10 min read
ipv4 AWS IPv4 Estate Now Worth $4.5 Billion AWS grew its IPv4 estate with an additional 27 million IP addresses to now owning 128 Million IPv4 addresses. At a value of $35 per IPv4 address, the total value of AWS’ IPv4 estate is ~4.5 Billion dollars. An increase of $2 billion Andree Toonk 17 Sep 2023 • 5 min read
ddos The Risks and Dangers of Amplified Routing Loops. In this article will take a closer look at network loops and how they can be abused as part of DDoS attacks. Andree Toonk 13 Apr 2021 • 7 min read
mysocket Introducing SSH zero trust, Identity aware TCP sockets In this article, we’ll look at Mysocket’s zero-trust cloud-delivered, authenticating firewall. Allowing you to replace your trusted IP ranges with trusted identities.Last month we introduced our first Andree Toonk 16 Feb 2021 • 9 min read
ipv4 AWS and their Billions in IPv4 addresses Earlier this week, I was doing some work on AWS and wanted to know what IP addresses were being used. Luckily for me, AWS publishes this all here https://ip-ranges. Andree Toonk 20 Oct 2020 • 4 min read
aws 100G networking in AWS, a network performance deep dive Loyal readers of my blog will have noticed a theme, I’m interested in the continued move to virtualized network functions, and the need for faster networking options on cloud Andree Toonk 15 Oct 2020 • 9 min read
networking Building an XDP (eXpress Data Path) based BGP peering router Over the last few years, we’ve seen an increase in projects and initiatives to speed up networking in Linux. Because the Linux kernel is slow when it comes to Andree Toonk 19 Apr 2020 • 9 min read
networking Kernel bypass networking with FD.io and VPP. In this blog, we’ll look at VPP, a fast, flexible, and open-source network forwarding plane. I think you will be blown away by the performance numbers. Andree Toonk 5 Apr 2020 • 6 min read
networking Linux Kernel and Measuring network throughput. can Linux route at line-rate between two network interfaces? That’s the question we will try to answer in the next few minutes. Andree Toonk 29 Mar 2020 • 6 min read
networking Building a high performance - Linux Based Traffic generator with DPDK Often in my, now 20 years, networking career, I had to do some form of network performance testing. Use-cases varied, from troubleshooting a customer problem to testing new network hardware, Andree Toonk 18 Mar 2020 • 10 min read
networking TCP BBR - Exploring TCP congestion control One of the oldest protocols and possibly the most used protocol on the Internet today is TCP. You likely send and receive hundreds of thousands or even over a million Andree Toonk 15 Feb 2020 • 7 min read
anycast Building a high available Anycast application in 5 minutes on Packet As the demand on our applications and infrastructure grow, it becomes more important to be able to quickly deploy your applications and supporting infrastructure in a safe, fast and scalable way. Luckily the tooling and various cloud providers are catching up and making this a lot easier for us. Andree Toonk 24 Feb 2019 • 7 min read
terraform Experimenting with StackPath Edge Computing and Anycast I love tinkering with new tech, and since it was a cold and snowy weekend here in Vancouver, I figured I’d explore Edge Containers from Stackpath. Earlier this week Andree Toonk 11 Feb 2019 • 6 min read