Reaping the Benefits of IPv6 Segment Routing

Fri, 10/20/2017 - 16:36 by David Lebrun

Abstract

Segment Routing (SR) is a source routing paradigm. It enables traffic sources to
arbitrarily specify the path of their packets within a network. This contrasts
with classical IP routing where packets are forwarded, hop-by-hop, along a
shortest path. Segment Routing allows to deviate from that shortest path by
attaching a list of instructions to each packet. These instructions are called
segments. Each segment can steer packets through a network node, link, or
virtual function. For each packet, the full list of segments is imposed at the
ingress edge of the network. All core routers do not need to maintain this
additional state. As such, the SR architecture enables scalable and fine-grained
traffic engineering, and more efficient network management and troubleshooting.
In this thesis, we focus on SRv6, the IPv6 version of Segment Routing.

First, we implement SRv6 into the Linux kernel. We describe the main components
of our implementation, the data plane, control plane, and security extensions.
We describe our custom-made testing environment and discuss its limits. We
evaluate the performance of our implementation on real hardware and show that
it yields little overhead and scales linearly with the available CPU cores. Our
implementation is available in the mainline Linux kernel since version 4.10,
ensuring its widespread availability.

Second, we explore the benefits of SRv6 in two aspects. The first aspect is the
support of low-latency real-time services. We show that by duplicating traffic
across disjoint paths, SRv6 is able to absorb the adverse effects of unexpected
packet loss or jitter. The second aspect is network monitoring. Using SR, we
send probes over cycles, from a single vantage point. This monitoring technique,
SCMon, is able to quickly and efficiently detect single-link failures.

Finally, we design and implement the Software Resolved Network (SRN)
architecture. SRN is an SDN-like architecture for IPv6 enterprise networks.
Using a central controller, applications can reserve network resources through
DNS extensions. The controller, called SDN Resolver, translates the reservations
into network paths, that are implemented with SRv6. We describe all the
components runnning in an SRN and implement a full prototype of the controller.
We evaluate the performance of our implementation through benchmarks and
simulations. We show that our solution meets the performance expectations of
large enterprise networks.

Authors
David Lebrun
Type
PhD thesis
Source
UCLouvain / ICTEAM / EPL, October 2017.
Cite it
BibTex
Copyright
See here

IEEE Copyright Notice: This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copying this information are expected to adhere to the terms and constraints invoked by each author's copyright. In most cases, these works may not be reposted without the explicit permission of the copyright holder.

ACM Copyright Notice: Copyright 1999 by the Association for Computing Machinery, Inc. Permission to make digital or hard copies of part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page or intial screen of the document. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, to republish, to post on servers, or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from Publications Dept., ACM Inc., fax +1 (212) 869-0481, or permissions@acm.org.

Springer-Verlag LNCS Copyright Notice: The copyright of these contributions has been transferred to Springer-Verlag Berlin Heidelberg New York. The copyright transfer covers the exclusive right to reproduce and distribute the contribution, including reprints, translations, photographic reproductions, microform, electronic form (offline, online), or any other reproductions of similar nature. Online available from Springer-Verlag LNCS series.

 

AttachmentSize
phdthesis-lebrun.pdf1.63 MB
pres.pdf1.74 MB