Notes from NANOG 81

By on 24 Feb 2021

Category: Tech matters

Tags: , , , ,

Blog home

As the pandemic continues, the network operations community continues to meet online. NANOG held its 81st meeting on 8 and 9 February 2021, and these are my notes from some of the presentations at that meeting.

A brief history of router architecture

Ethernet, developed in 1973 at Xerox PARC, was a revolutionary step in terms of network architectures in many ways.

The common bus architecture imposed several constraints on the network that have echoed through the ensuing four decades, in all kinds of ways. Ethernet used a packet-based technology, not a virtual circuit technology, nor a fixed-sized cell technology. The original CSMA/CD model did not use time division switches, so Ethernet switches did not require highly stable (and expensive) high-speed oscillators.

Ethernet was not a reliable medium, in that a sender would not be told by the Ethernet medium whether the packet was received by the intended recipient or not. There was no assured delivery time for packets. Instead of fixed-sized packets (or cells), Ethernet payloads were defined to be packets between 46 to 1,500 octets in size.

One of the implications of Ethernet’s design parameters is the maximum packet rates of Ethernet networks. Using a 10Mbps Ethernet cable network, the total packet throughput of Ethernet networks was between 14,880 packets per second (for minimal-sized packets) and 810 packets per second for large packets. That’s 67ms per packet for small packets and 1.2ms per packet for large packets.

By the 1980s, when Ethernet gained industry attention, the processing capabilities of switching equipment was able to meet these timing demands, and Ethernet switching equipment was available that performed two port switching at the maximal packet rate of 14,880 packets per second.

Dedicated routing equipment in the 80s followed conventional computer architecture. A router was a set of network interface cards (NICs) whose task was to assemble an incoming packet and pass the packet on a common bus to the CPU. Software resident in the CPU would perform a lookup and push the packet back on the bus to an outbound NIC card, as shown in Figure 1. As long as the capacity of the bus was double the aggregate capacity of the NIC cards, and the CPU was also able to process the sum of the packet rate of the NIC cards, then the unit would be able to keep pace with the switching load.

Figure 1 — Early router architecture, from Tony Li’s, A History of Router Architecture.
Figure 1 — Early router architecture, from Tony Li’s, A History of Router Architecture.

Scaling the network meant that routers needed more NIC cards, which, in turn, called for faster buses, processors, and memory. Then we also started looking at serial line transmission systems where the line transmission speeds grew to 100s of Mbps, then Gbps.

Through all these changes in line speeds we used the same packet size limitations. A 2.5Gbps circuit is running 250 million times faster than the original 10Mbps speed, but has the same packet sizes. That implies a 2.5G single circuit can generate 4 million small (64 octet) packets per second and some 200,000 large (1,500 octet) packets per second. If a NIC card has 8 or 16 such interfaces, then the packet numbers that the router needs to handle scales accordingly.

The challenge for switch designers over this same period has been to improve packet processing capability without being able to simply increase the clock speed on the bus, processor, and memory. Basic memory cycle times have not changed for more than 10 years, and processor speeds have similarly plateaued. In such cases, where it’s not possible to just increase the clock speed, the typical response from hardware designers is to use parallel processing paths and provide increased performance by processing packets in parallel. One way to do that is to use multiple buses within the unit and a processor between the buses.

Figure 2 — Multi-bus router architecture, from Tony Li’s, A History of Router Architecture.
Figure 2 — Multi-bus router architecture, from Tony Li’s, A History of Router Architecture.

But the approach does not really scale. If we want to remove the common bottleneck of the bus and the processor, the next step was to use a crossbar switch as the internal switching fabric. An incoming packet in a NIC was scheduled to be switched to an output NIC and was passed through the switch lanes of the unit. This is a higher capacity architecture than a collection of common buses, but the issue of head-of-line blocking still remains, and there is a need for both input and output queues. We can replace the crossbar switch with a fully connected mesh, or a partial mesh between NIC cards, where each NIC can pass a packet directly to a set of NICs, or any other NIC. In some ways this is equivalent to using a bundle of dedicated internal buses, each bus interconnecting just two NICs.

In searching for a higher switching capacity router, designers rediscovered earlier research from Bell’s Edson Erwin (1938) and Charles Clos (1953) in the context of circuit switches. In his 1953 paper, Clos described how telephone calls could be switched with equipment that used multiple stages of interconnection, to allow the calls to be completed. The switching points in the topology are called crossbar switches. Clos Switches were designed to be a three-stage architecture: an ingress stage, a middle stage, and an egress stage. The concept is that there are multiple paths for the call to be switched through the network, so that calls will always be connected and not ‘blocked’ by another call.

This results in Clos router architecture, where the NICs split input packets into fixed length cells and pass them into a three stage Clos switch. The number of switches can be reduced by using a ‘folded’ Clos architecture, but the scaling pressure on switching capacity still exists. Each input needs to use a queue per output and call addressing is finite, so the number of interfaces to the switch fabric is limited, as represented by Figure 3.

Figure 3 — Folded Clos router architecture, from Tony Li’s, A History of Router Architecture.
Figure 3 — Folded Clos router architecture, from Tony Li’s, A History of Router Architecture.

Why use cells for switching? We can utilize the switching frameworks used in data centres and design a ‘super node’ by replacing the cell switches with packet switches, and the NICs with routers. With an appropriate internal routing architecture, such as hierarchical IS-IS or RIFT, for example, the entire switching fabric can be used, as shown in Figure 4.

Figure 4 — Super nodes, from Tony Li’s, A History of Router Architecture.
Figure 4 — Super nodes, from Tony Li’s, A History of Router Architecture.

This form of POP design can be seen in Comcast’s service platform, where ‘core clusters’ use sets of leaf routers (regional aggregation routers) that are connected to a set of core spine routers, which are collected to a set of core routers. With extensive use of ECMP paths, the objective is to evenly load the traffic within the POP.

Figure 5 — Core POP design, from Mannan Venkatesan, Comcast, Next Gen Core Networks.
Figure 5 — Core POP design, from Mannan Venkatesan, Comcast, Next Gen Core Networks.

There are two parameters of growth in their network: the number of ports per node, and the capacity of each port. Both numbers are rising, with the port capacity growing from 100G to 400G in recent years. Tracking this demand-curve is challenging, particularly when the lead time for new hardware certification and deployment operates in two–three-year cycles, and hardware refresh in the field takes one year as well.

The overall node design also must factor in what was termed a ‘failure blast radius’. Any form of service withdrawal in a critical core router could impact not only the locally attached services, but also have impact on the backbone network, peer links, and content delivery. The objective here is to minimize the impact of failure of any single unit, so that isolated failures do not generate a cascading failure scenario across the larger network.

There is a tension between packet handling features and packet handling capacity. ASIC-based switching bandwidth is inversely proportional to features supported on the switch. Stripping packet handling features from the switch results in higher capacity ports at a constant cost.

The network operates at levels close to capacity, which implies that there are few windows available for operational maintenance and incremental upgrades, and over time these windows are getting shorter.

The highly meshed design that distributes load over a collection of paths, places stress on the interior routing systems, and the older ‘best path’ routing algorithms are of little use in such networks. These days, the requirement is to maintain a set of paths between network ingress and egress, and distribute traffic across such paths in a balanced fashion that still respects the packet order within each micro-flow.

The network platform operator wants to automate device, cable, and code deployment, as well as manage upgrades. The network element and system management tools are not keeping up with the requirements of these large-scale networks. When they opened the single routers and exposed a Clos-connected spine and leaf fabric, they then needed to monitor the internals of the exposed Clos fabric.

These days, we need to monitor Clos performance, fabric links, ISIS, PIM, and BGP. We also need to monitor stability, churn, policies, and route redistribution.

There are a number of tensions in this space. Carriage capacity is still being constructed that is in excess of silicon switching capacity, so we are continually working on silicon designs that break out the traffic flows, to stay within silicon capacity. There is also a desire to create a richer set of packet handling capabilities, deeper within the network, which further exacerbates the problem.

This is not a new problem by any means. It appears that the common theme of the Internet’s growth over the past thirty years has been one where the capabilities of the infrastructure is the limiting factor, while the underlying dynamics of demand continue to completely outpace the delivery capacity of these platforms. There is no reason to suspect that this will change anytime soon.

Securing Internet applications from routing attacks

It’s a common observation that if routing attacks are so easy to mount, then why don’t we take the topic of routing security more seriously? Why do we feel the need to actively market various routing security-related practices? If we all were so concerned about the risks of being impacted by routing hijacks, surely, we would all be enthusiastic practitioners of ‘safe’ routing practices?

The response I often get to this question is based around HTTPS. The response points out that: a) The entire Internet uses HTTPS, HTTPS uses TLS; and b) TLS is awesome!

A routing attack might be able to misdirect a user to the ‘wrong’ destination, but if HTTPS is being used then the attacker cannot complete the connection as they do not have knowledge of the ‘genuine’ private key. Therefore, the attack cannot present a valid certificate, which would kick off the TLS session establishment process. TLS protects the end user from being duped by such an attack.

The problem with this response is that both parts of this response are untrue. There is a whole world of applications and protocols that exist outside the world of browsers and HTTPS connections, and TLS itself is not exactly bulletproof. It is a sobering exercise to search for TLS vulnerabilities in the NIST National Vulnerability Database. Yes, that number from the screenshot in Figure 6 really is 954 reported vulnerabilities!

Figure 6 — NIST National Vulnerability Database records of TLS vulnerabilities, 23 February 2021.
Figure 6 — NIST National Vulnerability Database records of TLS vulnerabilities, 23 February 2021.

So, if the answer as to why routing security is not a serious problem is that we all use TLS, and TLS is simply fantastic, then we are missing the point!

By its very design, securing the eBGP inter-domain routing environment is extraordinarily challenging, as the last thirty years of effort in this space illustrates. It would be nice to think that we will deploy a ‘solution’ to the routing security question that will wrap the operational routing system in some form of impregnable cloak that can resist all attempts at unauthorized subversion, but this is much closer to an example of wishful thinking than to a confident prediction!

This line of thought was behind Jennifer Rexford’s presentation to NANOG 81 on ‘Securing Internet Applications from Routing Attacks.’ If we can’t secure the routing system, how can we design applications that will function correctly in the face of a routing attack? The attack scenario looked at in Jennifer’s presentation is the ‘targeted attack’.

Figure 7 — Targeted routing attacks by Jennifer Rexford, Princeton University.
Figure 7 — Targeted routing attacks by Jennifer Rexford, Princeton University.

The application examined here is that of the Certification Authority (CA). If TLS really is the bulwark of authenticity on the Internet, then duping a CA to issue a certificate for the target site — using the attacker’s private key — is the objective, as we’ve seen numerous times already. These days, certification is based on automated checks, where the applicant needs to demonstrate to the CA that they have control of the domain. This can be demonstrated to the CA by adding a record to the domain’s DNS zone, or by adding a field to the domain’s website.

How can an application defend itself from targeted attacks? One method is that of multiple vantage points, where the test is not performed by a single server located in a single vantage point, but by multiple servers at diverse locations, as illustrated in Figure 8. The results need to agree within the bounds of a quorum vote from the testing servers. This approach was adopted by Let’s Encrypt as of February 2020, and has had positive operational experience so far.

Figure 8 — Application-level defence, Jennifer Rexford, Princeton University.
Figure 8 — Application-level defence, Jennifer Rexford, Princeton University.

Not every application can be altered to use a multi-vantage point defence, and not every routing attack can be foiled in this way. However, it does illustrate that cross-layer attacks probably require cross-layer defences, where the application behaviour itself does not rely on a secure and trusted network layer.

A more abstract view of the dilemma in security by design was provided by Russ White in his presentation on Security in Design. As Bruce Schneier pointed out:

“The Internet and all the systems we build today are getting more complex, at a rate that is faster than we are capable of matching. Security, in reality, is actually improving but the target is constantly shifting. As complexity grows, we are losing ground.”

The consequent question is: Can we contain the complexity of these systems? Russ’ answer is not all that encouraging:

“Reducing complexity locally almost always leads to increasing complexity globally. Optimizing locally almost always leads to decreasing optimization globally.”

Rate this article

The views expressed by the authors of this blog are their own and do not necessarily reflect the views of APNIC. Please note a Code of Conduct applies to this blog.

Leave a Reply

Your email address will not be published. Required fields are marked *

Top