Network Working Group | B. Liu |
Internet-Draft | Huawei Technologies |
Intended status: Standards Track | July 8, 2019 |
Expires: January 9, 2020 |
Instant Congestion Assessment Network (iCAN) for Data Plane Traffic Engineering
draft-liu-ican-00
iCAN (instant Congestion Assessment Network) is a set of mechanisms running directly on network nodes:
This is something that current SDN and TE technologies can hardly achieve:
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 January 9, 2020.
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 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.
Traditional IP routing is shortest path based on static metrics, which can fulfil basic requirement of connectivity. MPLS-TE brings the capability of utilizing non-shortest paths, thus traffic dispatch is doable; however, MPLS-TE in only a complementary mechanism because of the scalability issue. Segment routing provides even more flexibility that paths could be easily programmed; and along with the controller, it could be scaled.
However, the above mentioned mechanism all run in the control plane, which implies that they are not able to sense the data plane situation in real-time, thus they are mostly for relative static planning/controlling (minuets, hours or even day-level) of network traffic and not able to adapt to the microscopic traffic change in real-time (e.g. mili-second level). So, in real bearer networks (metro, backbones etc.), it is always underload so that the redundant resources could tolerant the traffic burst, results in a significant waste of network resources.
This draft proposes the iCAN (Instant Congestion Assessment Network) architecture to achieve autonomous adapt to traffic changes in real-time in terms of switching flows between multiple forwarding paths. iCAN includes following things:
This draft also discusses use cases and implementation scenarios of iCAN.
+-----------+ | | | Controller| | | +-----------+ | 0.Multi-path | Planning | | | v +-----------+ --------Path 1------------ +----------+ Imcoming Flows | Ingress |3.Flow swithing between paths | Egress | --------------> | Router | --------Path N------------ | Router | | | | | +-/------\--+ <--------------------------> +----------+ / \ 1.Path Quality Assessment / 2. Flow \ (simultaneusly on multiple paths) / recognition / \
As above figure shows, there are 3 entities:
Background problem: traffic is not balanced in current metro network.
While some links are heavily loaded, others might be still lightly loaded: unbalance could lows down the service quality (e.g. SLA could not be guaranteed in the heavily loaded links/paths); unbalance could lows down the network utilization ratio (normally with 30%, e.g. a 100G physical capacity network can only bear at most 30G traffic, a huge waste of network infrastructure).
iCAN could be used for load balance among the multiple paths between a pair of ingress/egress nodes. Once the network is balanced, the real throughput of the network could be elevated significantly.
Since iCAN could switch flow in real-time, it can guarantee a set of important flows. Once the path which carries the important flows is to be congested, the other flows could be switched to alternative paths, and the important flows would stablely running in the original path.
(More content TBD)
Traditional reliability protocols such as BFD, can only assess the link on or off. With the path congestion assessment ability, iCAN could also asses the quality degradation.
(More content TBD)
TBD.
TBD.
(More content TBD.)
TBD.
TBD.
Very valuable comments were from Shunsuke Homma, Mikael Abrahamsson and Bruno Decraene.
A commercial router hardware based prototype had been implemented to prove the machinisms discussed in the document are workable.
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC2629] | Rose, M., "Writing I-Ds and RFCs using XML", RFC 2629, DOI 10.17487/RFC2629, June 1999. |
[I-D.dang-ippm-congestion] | Dang, J. and J. Wang, "A One-Path Congestion Metric for IPPM", Internet-Draft draft-dang-ippm-congestion-01, March 2019. |
[I-D.dang-ippm-multiple-path-measurement] | Dang, J. and J. Wang, "A Multi-Path Concurrent Measurement Protocol for IPPM", Internet-Draft draft-dang-ippm-multiple-path-measurement-01, March 2019. |