Worth Reading: IPv6 Renumbering == Pain in the …

Johannes Weber was forced to stress-test the IPv6 networks are easy to renumber nonsense and documented his test results – a must-read for everyone deploying IPv6.

He found out that renumbering IPv6 in his lab required almost four times as many changes as renumbering (outside) IPv4 in the same lab.

My cynical take on that experience: “Now that you’ve documented everything that needs to be changed, make sure it’s automated the next time ;)

Unveiling and quantifying Facebook exploitation of sensitive personal data for advertising purposes

Unveiling and quantifying Facebook exploitation of sensitive personal data for advertising purposes Cabañas et al., USENIX Security 2018

Earlier this week we saw how the determined can still bypass most browser and tracker-blocking extension protections to track users around the web. Today’s paper is a great example of why you should care about that. Cabañas et al. examine the extent to which the profile Facebook builds on its users includes sensitive personal data made available to advertisers for targeting. The work was done just prior to the GPDR coming into force, which makes for very interesting timing from a legal perspective. The headline result is that it looks like Facebook is holding sensitive data on about 40% of the EU population, and that this data can be used by third-parties to target individuals in sensitive demographics and even identify them at a cost of as little as €0.015 per user.

What kinds of sensitive data are we talking about?

The GDPR definition of sensitive personal data is “data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying Continue reading

Kernel of Truth: Optical networking

Subscribe to Kernel of Truth on iTunes, Google Play, Spotify, Castbox and Stitcher!

Click here for our previous episode.

Let’s talk about lasers! In this episode of Kernel of Truth, I asked Product Manager Brian O’Sullivan (who you’ll remember from our episode about automation) and Principal Engineer Scott Emery to join me in the recording booth and chat about optical networking. We’ll get into topics like forward error correction, the divide between data center networking engineers and optical networking engineers, Voyager and Pink Floyd. Who knew that progressive rock had anything to do with optical networking?? (It doesn’t, really, but we somehow worked it in.)

So tune in and learn why an open packet optical platform is so innovative for optical networking and telco! And make sure to subscribe to the Kernel of Truth podcast so you stay up to date on the open networking revolution — get with the future of networking so you’re not just “Another Brick in the Wall!”

Tweet any questions, feedback or topics you want us to discuss at @cumulusnetworks and use the hashtag #KernelOfTruth — let us know if you like what you’re hearing!

Guest bios

Brian O’Sullivan: Brian Continue reading

BrandPost: Ethernet Adventures: Making Progress with an Old Friend – Good ol’ Ethernet

In the second post of this 3-part series we unravel one hero’s journey on the road to streamlined enterprise networking operations. Ciena’s Chris Sweetapple follows Our Hero’s adventures as he realizes the opportunities of high-bandwidth business Ethernet.In episode 1 our hero, stuck in a tangle of outdated networking equipment, services and complexity, realizes that with business Ethernet as his WAN technology of choice, he can complement the existing network set-up and connect his branch offices, while handling massive volumes of traffic concurrently using high speed (up to 100G) high-performance Ethernet connectivity.To read this article in full, please click here

Hardware life cycle approaches to save money, ensure network reliability

High-quality, reliable network hardware and data center cabling are requirements for a high-performing technology infrastructure and for a successful IT team that helps drive more business. It’s the life cycle for your network.However, in these days of shrinking budgets and rising demands, CIOs, IT professionals, and buyers are being pressured to do more while reducing costs. How can this be done?Having the right approach when it comes to network hardware and data center cabling is a powerful way to enable your IT organization to do a lot more while optimizing your budget. [ Read also: How to plan a software-defined data-center network ] The IT value within the life cycle There are many nuances to a hardware investment that some organizations don’t take into account. The opportunity to reduce capital expenditure (CAPEX) spends exists, but it requires incorporating pre-owned hardware into the equation.To read this article in full, please click here

Hardware life cycle approaches to save money, ensure network reliability

High-quality, reliable network hardware and data center cabling are requirements for a high-performing technology infrastructure and for a successful IT team that helps drive more business. It’s the life cycle for your network.However, in these days of shrinking budgets and rising demands, CIOs, IT professionals, and buyers are being pressured to do more while reducing costs. How can this be done?Having the right approach when it comes to network hardware and data center cabling is a powerful way to enable your IT organization to do a lot more while optimizing your budget. [ Read also: How to plan a software-defined data-center network ] The IT value within the life cycle There are many nuances to a hardware investment that some organizations don’t take into account. The opportunity to reduce capital expenditure (CAPEX) spends exists, but it requires incorporating pre-owned hardware into the equation.To read this article in full, please click here

From Imagination to Action: In Latin America, Building the Internet That Women Want

In 1843, Ada Lovelace published “Sketch of the analytical engine invented by Charles Babbage” in the book Scientific Memoirs. But because of her “condition” as a woman she, like many women who were pioneers in their time, was forgotten by history. Women could not access education or the sciences and, for that reason, history forgot them, just as we forgot that many women were mothers of the Internet.

“History drove us out of the digital industry, we stopped being important and a male industry was created.”
– Kemly Camacho, Sula Batsú

Every day many people ask us, where are the women? Why don’t they participate? I tell them to look at the immense number of initiatives that women are doing in Latin America and the Caribbean.

With the cold of Buenos Aires, between its tall buildings and its warm people, our friends at the Tierra Violeta Cultural Center received us after four months of planning the FemHackParty LAC. In December 2016, at the Internet Governance Forum that took place in Guadalajara, Mexico, we organized with a group of women the first FemHackParty, within the framework of 16 days of activism against violence against women. We had the chance to learn Continue reading

Kubernetes with Cilium and Containerd using Kubeadm

Now, if that isn’t a title jam-packed with buzzwords, I don’t know what is! In seriousness, though, I wanted to share how to use kubeadm to turn up a Kubernetes cluster using containerd (instead of Docker) and Cilium as the CNI plugin. I’m posting this because I wasn’t able to find a reasonable article that combined all the different threads—some posts talked about using containerd, others talked about using Cilium, and the official Kubernetes docs have examples for using kubeadm. The purpose of this post is to try to pull those threads together.

For structure and context, I’ll build upon the official Kubernetes document outlining creating highly available clusters with kubeadm. You may find it helpful to pull up that article next to this one, as I won’t be duplicating that content here. Instead, I’ll just reference additions/changes to the process in order to accommodate containerd and Cilium.

Before getting started, make sure that your systems will meet the minimum requirements for Cilium. For my testing, I used Ubuntu 16.04 with the latest HWE kernel (4.15.0-33-generic). I used a private fork of Wardroom to build the AWS AMIs with containerd and all the Kubernetes 1.11.2 Continue reading