Author Archives: Russ
Author Archives: Russ
The post Worth Reading: Your QUIC Questions Answered appeared first on 'net work.
The post Worth Reading: Cisco, Arista, and shades of grey appeared first on 'net work.
The magic of open source.
If I’ve heard this once, I’ve heard it a thousand times.
Put the software “out there,” and someone, somewhere, will add features because they need or want them, fix bugs because they’ve run into them, and generally just add value to the software you’ve created for free.
This is why, I’m told, open source is so much better than open standards—isn’t open standards just another name for a bogged down, broken process where vendors try to run in fourteen different directions at once? Where customers really aren’t heard for the din of careers being made, and technical solutions far too often take a back seat to political considerations? Open source is going to ride in and save the day, I’m told, making all complex software free and better.
Unicorns. No, seriously. Or maybe you prefer frogs on stilts. It doesn’t work this way in the real world. If any project, whether it be an open source project or an open standard, gains enough community buy-in, it will succeed. If any project, whether it be an open source project or an open standard, doesn’t gain community buy-in, it is dead—no matter which company supports it, Continue reading
The post Worth Reading: Legally Defining Metadata appeared first on 'net work.
The post Worth Reading: Open Flow Controller Performance appeared first on 'net work.
What is the Interface to the Routing System (I2RS), and why do we need it? To get a good I2RS overview, consider the following illustration for a moment—
What does the interface between, say, BGP and the routing table (RIB) actually look like? What sort of information is carried over this interface, and why? A short (and probably incomplete) list might be—
The post Worth Reading: The Internet of Poorly Working Things appeared first on 'net work.
The post Worth Reading: Disregarding Security Warnings appeared first on 'net work.
This Weekly Show episode was recorded live at IETF 96 in Berlin in July 2016. Greg Ferro and several guests discuss the state of routing protocols such as BGP, and explore different approaches to routing, like Facebook’s Open/R initiative. They also debate issues around telemetry, network disaggregation, and whether enterprises should participate in the IETF to influence vendor product development.
Listen to the podcast over at Packet Pushers
The post On the ‘net: BGP—the most successful virus appeared first on 'net work.
The post Worth Reading: Intel’s Snap appeared first on 'net work.
The post Worth Reading: Cloud Key and Key Escrow appeared first on 'net work.
a href=”http://ntwrk.guru/bgp-code-dive-8/”>In the last session of snaproute BGP code dive—number 8, in fact— I started looking at how snaproute’s BGP moves from connect to open. This is the chain of calls from that post—
The past post covered the first two steps in this process, so this post will begin with the third step, st.fsm.sendOpenMessage().
Note the function call has st.fm...
in the front, so this is a call by reference. Each FSM that is spun up (think of them as threads, or even processes, if you must, to get this concept in your head, even though they’re not) can have its own copy of this function, with its own state. When reading the code to sort out how it works, this doesn’t have much practical impact, other than telling us the sendOpenMessage
function we’re looking for is going to be in the FSM file. The function is located around line 1233 in fsm.go:
func (fsm *FSM) sendOpenMessage() {
optParams := packet.ConstructOptParams(uint32(fsm. Continue reading
Before we dive into why data access is a hard problem in stream processing, here is some background information. At LinkedIn, we develop and use Apache Samza as our stream processing framework, Apache Kafka as our durable pub-sub messaging pipe, and Databus (and its next generation replacement) for capturing change events from our databases. Our streams infrastructure team gets feedback from application developers across the company (and from the open source community) on scalability, reliability, usability, and other problems that they encounter in their production applications. —LinkedIn Engineering Blog
The post Worth Reading: Stream Processing’s Hard Problems appeared first on 'net work.
The post Worth Reading: Is Openstack becoming Trumpstack? appeared first on 'net work.
The post Worth Reading: Go versus Python performance appeared first on 'net work.
The post Worth Reading: Remember the lead time appeared first on 'net work.