QUIC-LB: Generating Routable QUIC Connection IDs
draft-duke-quic-load-balancers-04
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Author |
|
Martin Duke
|
|
Last updated |
|
2019-05-10
(latest revision 2018-12-10)
|
|
Replaced by |
|
draft-ietf-quic-load-balancers
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
QUIC M. Duke
Internet-Draft F5 Networks, Inc.
Intended status: Standards Track May 10, 2019
Expires: November 11, 2019
QUIC-LB: Generating Routable QUIC Connection IDs
draft-duke-quic-load-balancers-04
Abstract
QUIC connection IDs allow continuation of connections across address/
port 4-tuple changes, and can store routing information for stateless
or low-state load balancers. They also can prevent linkability of
connections across deliberate address migration through the use of
protected communications between client and server. This creates
issues for load-balancing intermediaries. This specification
standardizes methods for encoding routing information and proposes an
optional protocol called QUIC-LB to exchange the parameters of that
encoding.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on November 11, 2019.
Copyright Notice
Copyright (c) 2019 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
Duke Expires November 11, 2019 [Page 1]
Internet-Draft QUIC-LB May 2019
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Terminology . . . . . . . . . . . . . . . . . . . . . . . 4
2. Protocol Objectives . . . . . . . . . . . . . . . . . . . . . 4
2.1. Simplicity . . . . . . . . . . . . . . . . . . . . . . . 4
2.2. Security . . . . . . . . . . . . . . . . . . . . . . . . 5
2.3. Robustness to Middleboxes . . . . . . . . . . . . . . . . 5
2.4. Load Balancer Chains . . . . . . . . . . . . . . . . . . 5
3. Routing Algorithms . . . . . . . . . . . . . . . . . . . . . 6
3.1. Plaintext CID Algorithm . . . . . . . . . . . . . . . . . 6
3.1.1. Load Balancer Actions . . . . . . . . . . . . . . . . 6
3.1.2. Server Actions . . . . . . . . . . . . . . . . . . . 6
3.2. Obfuscated CID Algorithm . . . . . . . . . . . . . . . . 7
3.2.1. Load Balancer Actions . . . . . . . . . . . . . . . . 7
3.2.2. Server Actions . . . . . . . . . . . . . . . . . . . 8
3.3. Stream Cipher CID Algorithm . . . . . . . . . . . . . . . 8
3.3.1. Load Balancer Actions . . . . . . . . . . . . . . . . 9
3.3.2. Server Actions . . . . . . . . . . . . . . . . . . . 9
3.4. Block Cipher CID Algorithm . . . . . . . . . . . . . . . 10
3.4.1. Load Balancer Actions . . . . . . . . . . . . . . . . 10
3.4.2. Server Actions . . . . . . . . . . . . . . . . . . . 11
4. Protocol Description . . . . . . . . . . . . . . . . . . . . 11
4.1. Out of band sharing . . . . . . . . . . . . . . . . . . . 11
4.2. QUIC-LB Message Exchange . . . . . . . . . . . . . . . . 12
4.3. QUIC-LB Packet . . . . . . . . . . . . . . . . . . . . . 12
4.4. Message Types and Formats . . . . . . . . . . . . . . . . 13
4.4.1. ACK_LB Message . . . . . . . . . . . . . . . . . . . 13
4.4.2. FAIL Message . . . . . . . . . . . . . . . . . . . . 13
4.4.3. ROUTING_INFO Message . . . . . . . . . . . . . . . . 14
4.4.4. STREAM_CID Message . . . . . . . . . . . . . . . . . 14
4.4.5. BLOCK_CID Message . . . . . . . . . . . . . . . . . . 15
4.4.6. SERVER_ID Message . . . . . . . . . . . . . . . . . . 16
4.4.7. MODULUS Message . . . . . . . . . . . . . . . . . . . 16
4.4.8. PLAINTEXT Message . . . . . . . . . . . . . . . . . . 16
5. Config Rotation . . . . . . . . . . . . . . . . . . . . . . . 17
Show full document text