One document matched: draft-dhody-pce-of-diverse-03.xml


<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd"[]>
<?rfc toc="yes" ?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="4"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="no"?>
<?rfc rfcedstyle="yes"?>
<?rfc subcompact="no"?>
<?rfc compact="yes" ?>
<?rfc iprnotified="Yes" ?>
<?rfc strict="no" ?>
<rfc ipr="trust200902" category="std" docName="draft-dhody-pce-of-diverse-03" obsoletes="" updates="" submissionType="IETF" xml:lang="en">
  <front>
    <title abbrev="OF-DIVERSE">PCE support for Maximizing Diversity</title>
    <author initials="D" surname="Dhody" fullname="Dhruv Dhody">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>Divyashree Techno Park, Whitefield</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560037</code>
          <country>India</country>
        </postal>
        <email>dhruv.ietf@gmail.com</email>
      </address>
    </author>
    <author fullname="Qin Wu" initials="Q." surname="Wu">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing</city>
          <region>Jiangsu</region>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>    
    <date month="June" year="2015" />
    <area>Routing</area>
    <workgroup>PCE Working Group</workgroup>
    <abstract>
    <t>The computation of one or a set of Traffic Engineering Label Switched
   Paths (TE LSPs) in MultiProtocol Label Switching (MPLS) and
   Generalized MPLS (GMPLS) networks is subject to a set of one or more
   specific optimization criteria, referred to as objective functions.</t>

   <t>In the Path Computation Element (PCE) architecture, a Path
   Computation Client (PCC) may want a set of
   services that are required to be diverse (disjointed) from each
   other. In case when full diversity could not be achieved, it is 
   helpful to maximize diversity as much as possible (or in other 
   words, minimize the common shared resources).</t>
   
   <t>This document defines objective function code types for three 
   new objective functions for this purpose to be applied to a set
   of synchronized path computation requests.</t>
    </abstract>
  </front>
  <middle>
    <section title="Introduction" toc="default">
    <t><xref target="RFC5440"/> describes the specifications for the Path Computation
   Element Communication Protocol (PCEP).  PCEP specifies the
   communication between a Path Computation Client (PCC) and a Path
   Computation Element (PCE), or between two PCEs based on the PCE
   architecture <xref target="RFC4655"/>.</t>
   <t>Further <xref target="RFC5440"/> describes dependent path
   computation requests in which case computations cannot be
   performed independently of each other, and usually used for diverse 
   path computation. <xref target="RFC5440"/> and <xref target="RFC6006"/>
   describe the use of Synchronization VECtor (SVEC) 
   dependency flags (i.e., Node, Link, or Shared Risk Link Group (SRLG)
   diverse flags).</t>
   <t>In some scenario it may be noted that full diversity cannot be 
   achieved because of topology considerations, deployment considerations,
   transient network issues etc. In this case it would be
   helpful to maximize diversity as much as possible (or in other 
   words minimize the common shared resources (Node, Link or SRLG)
   between a set of paths during path computation).</t>  
   <t>It is interesting to note that for non synchronized diverse path 
      computation the X bit in Exclude Route Object (XRO) or 
      Explicit Exclusion Route subobject (EXRS) <xref target="RFC5521"/> 
      can be used, where X bit set as 1 
      indicates that the resource specified SHOULD be excluded from the path computed 
      by the PCE, but MAY be included subject to PCE policy and the absence of a 
      viable path that meets the other constraints and excludes the resource.
      Thus X bit can be used in a way to maximize diversity (or minimize
      common shared resources) when full diversity cannot be achieved.</t>
   <t>This document defines objective function code types for three 
   new objective functions for this purpose to be applied to a set
   of synchronized path computation requests.</t>
      <section title="Requirements Language" toc="default">
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", 
        "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", 
        and "OPTIONAL" in this document are to be interpreted as 
        described in <xref target="RFC2119"/>.</t>
      </section>
    </section>
    <section title="Terminology" toc="default">
      <t>The terminology is as per <xref target="RFC5440"/>.</t>
    </section>
    <section title="Extension to PCEP" toc="default" anchor="sec_of">
        <t><xref target="RFC5541"/> describes and define Objective function (OF)
        used in PCEP protocol.</t>
        <t>To minimize the common shared resources (Node, Link or SRLG)
        between a set of paths during path computation three new OF codes are 
        proposed:</t>
   	<t>MSL</t>
	  <t>
        <list style="hanging">
          <t hangText="*  Name:">Minimize the number of shared (common) Links.</t>
          <t hangText="*  Objective Function Code:">TBD</t>
          <t hangText="*  Description:">Find a set of paths such that it passes through the least number of shared (common) links.</t>
        </list>
      </t>
      <t>MSN</t>
	  <t>
        <list style="hanging">
          <t hangText="*  Name:">Minimize the number of shared (common) Nodes.</t>
          <t hangText="*  Objective Function Code:">TBD</t>
          <t hangText="*  Description:">Find a set of paths such that it passes through the least number of shared (common) nodes.</t>
        </list>
      </t>
      <t>MSS</t>
	  <t>
        <list style="hanging">
          <t hangText="*  Name:">Minimize the number of shared (common) SRLG.</t>
          <t hangText="*  Objective Function Code:">TBD</t>
          <t hangText="*  Description:">Find a set of paths such that it share least number of common SRLGs.</t>
        </list>
      </t>
      </section>
      
      
    
    <section title="Other Considerations" toc="default">
    <section title="Relationship between SVEC Diversity Flags and OF" toc="default" >
      <t><xref target="RFC5440"/> uses SVEC diversity flag for node, 
      link or SRLG to describe the potential disjointness between the 
      set of path computation requests used in PCEP protocol. 
      <xref target="I-D.dwpz-pce-domain-diverse"/> further extends 
      by adding domain-diverse O-bit in 
      SVEC object and a new OF Code for minimizing the number of 
      shared transit domain.</t> 
      <t>This document defines three new OF codes
      to maximize diversity as much as possible, in other words, minimize 
      the common shared resources (Node,Link or SRLG) between a set of 
      paths.</t>
      <t>It may be interesting to note that the diversity flags in 
      the SVEC object and OF for diversity can be used together. Some
      example of usage are listed below - </t>
      <t>
      <list style="symbols">
      <t>SVEC object with node-diverse bit=1 - ensure full node-diversity.</t>
      <t>SVEC object with node-diverse bit=1 and OF=MSS - 
      full node diverse with as much as SRLG-diversity as possible. </t>
      <t>SVEC object with domain-diverse bit=1;link diverse bit=1 
      and OF=MSS - full domain and node diverse path with as much as 
      SRLG-diversity as possible.</t>
 	  <t>SVEC object with node-diverse bit=1 and OF=MSN - ensure full 
 	  node-diversity.</t>
      </list>
      </t>
      </section>
    <section title="Inter-Domain Considerations" toc="default">
    <t>The mechanics for synchronous end to end path computations using
    Backward-Recursive PCE-Based Computation (BRPC) procedure <xref 
    target="RFC5441"/> described in <xref target="RFC6006"/>.</t>
    <t>In H-PCE <xref target="RFC6805"/> architecture, the parent PCE is used to 
    compute a multi-domain path based on the domain connectivity information. 
    The parent PCE may be requested to provide a end to end path or only 
    the sequence of domains. Child PCE should be able to request synchronized 
    diverse end to end paths from its parent PCE.</t>
    <t>The new objective function described in this document can be used
    to maximize diversity when full diverse paths cannot be found.</t>
    </section>
    <section title="Domain Diversity" toc="default">
    <t>As per <xref target="I-D.dwpz-pce-domain-diverse"/>.</t>
    </section>
    <section title="Diversity v/s Optimality" toc="default">
     <t>In case of non-synchronized path computation, PCE may 
         be requested to provide an
   optimal primary path first and then PCC requests for a backup path with
   exclusion. Note that this approach does not guarantee diversity
   comparing to disjoint path computations for primary and backup path
   in a synchronized manner.</t>
     <t>A synchronized path computation with diversity flags and/or
   objective function is used to make sure that both the primary path and
   the backup path can be computed simultaneously with full diversity 
   or optimized to be as diverse as
   possible.  In the latter case we may sacrifice optimal path for diversity,
   thus there is a trade-off between the two.</t>

    <t>An implementation may further choose to analyze the trade-off
    i.e. it may send multiple request to 
    PCE asking to optimize based on diversity as well as say, cost  
    and make an intelligent choice between them.</t>       
    
    
    </section>
    </section>
    <section title="Security Considerations" toc="default">
      <t> PCEP security mechanisms are described in <xref target="RFC5440"/> and are used to
   secure entire PCEP messages.  Nothing in this document changes the
   message flows or introduces any new messages, so the security
   mechanisms set out in <xref target="RFC5440"/> continue to be applicable.</t>
   <t>This document add new OF codes that may optionally be
   carried on PCEP messages with OF object <xref target="RFC5541"/> 
   and will be automatically secured using the
   mechanisms described in <xref target="RFC5440"/>.</t>

   <t>If a PCEP message is vulnerable to attack (for example, because the
   security mechanisms are not used), then the OF object could be used
   as part of an attack; however, it is likely that other objects will
   provide far more significant ways of attacking a PCE or PCC in this
   case.</t>
    </section>
    <section title="Manageability Considerations" toc="default">
      <section title="Control of Function and Policy" toc="default">
        <t>In addition to <xref target="RFC5440"/>, the PCC should 
        construct the SVECs to identify and associate diverse 
        SVEC relationships. Considerations for use of objective functions 
        are mentioned in <xref target="RFC5541"/>.</t>
      </section>
      <section title="Information and Data Models" toc="default">
        <t>The PCEP MIB Module defined in <xref target="RFC7420"/>,  
        there are no additional parameters identified in this document.</t>
      </section>
      <section title="Liveness Detection and Monitoring" toc="default">
        <t><xref target="RFC5440"/> provides a sufficient description for this document.  There
   are no additional considerations.</t>
      </section>
      <section title="Verify Correct Operations" toc="default">
        <t><xref target="RFC5440"/> provides a sufficient description for this document.  There
   are no additional considerations.</t>
      </section>
      <section title="Requirements On Other Protocols" toc="default">
        <t><xref target="RFC5440"/> provides a sufficient description for this document.  There
   are no additional considerations.</t>
      </section>
      <section title="Impact On Network Operations" toc="default">
        <t>Mechanisms defined in this document do not have any impact on network
   operations in addition to those already listed in <xref target="RFC5440"/> and <xref target="RFC5541"/>.</t>
      </section>
    </section>    
    <section title="IANA Considerations" toc="default">
    <t>As described in <xref target="sec_of"/>, three new Objective Functions have been
   defined.  IANA has made the following allocations from the PCEP
   "Objective Function" sub-registry:</t>
   <t>
        <figure title="" suppress-title="false" align="left" alt="" width="" height="">
          <artwork xml:space="preserve" name="" type="" align="left" alt="" width="" height=""><![CDATA[
Value     Description                        Reference
(TBD)     MSL                                [This I.D.] 
(TBD)     MSN                                [This I.D.]
(TBD)     MSS                                [This I.D.] 

]]></artwork>
        </figure>
      </t>
    </section>
    
    <section title="Acknowledgments" toc="default">
      <t>We would like to thank Adrian Farrel for pointing out the need for this document.</t>
    </section>    
  </middle>
  <back>
    <references title="Normative References">
    <?rfc include="reference.RFC.2119.xml" ?>
    <?rfc include="reference.RFC.5440.xml" ?>
    <?rfc include="reference.RFC.5541.xml" ?>
    </references>
    <references title="Informative References">
      <?rfc include="reference.RFC.4655.xml" ?>
      <?rfc include="reference.RFC.5441.xml" ?>
      <?rfc include="reference.RFC.5521.xml" ?>
      <?rfc include="reference.RFC.6006.xml" ?>
      <?rfc include="reference.RFC.6805.xml" ?>
      <?rfc include="reference.RFC.7420.xml" ?>
      <?rfc include="reference.I-D.dwpz-pce-domain-diverse"?>

    </references>
<section title="Contributor Addresses" toc="default">
    <t>
    <figure title="" suppress-title="false" align="left" alt="" width="" height="">
          <artwork xml:space="preserve" name="" type="" align="left" alt="" width="" height=""><![CDATA[
Xian Zhang
Huawei Technologies
Bantian, Longgang District
Shenzhen  518129
P.R.China

EMail: zhang.xian@huawei.com
             
Udayasree Palle
Huawei Technologies
Divyashree Techno Park, Whitefield
Bangalore, Karnataka  560037
India

EMail: udayasree.palle@huawei.com

Avantika
Huawei Technologies
Divyashree Techno Park, Whitefield
Bangalore, Karnataka  560037
India

EMail: avantika.sushilkumar@huawei.com
        ]]></artwork>
        </figure>
      </t>
    </section>   
<section title="Example" toc="default" anchor="SEC_E">
    <t>This section illustrate an example based on SRLG.</t>
    <figure title="" suppress-title="false" align="left" alt="" width="" height="">
          <artwork xml:space="preserve" name="" type="" align="left" alt="" width="" height="">
<![CDATA[
    (1)       (2)       (3)
A---------B---------C---------D
|         |         |         |
|      (2)|      (5)|         |
|         |         |         |  
+---------E---------F---------+           
    (4)       (2)        (5)
]]></artwork>
        </figure>           
    <t>Node A is Ingress, Node D is Egress. A synchronized path 
    computation requests for SRLG disjoint path may be issued using the 
    SVEC object as described in <xref target="RFC5440"/>. In above topology
    a full SRLG disjoint paths are not possible because of some topology
    considerations.</t>
    <t>In such scenario, an OF MSS maybe used instead to minimize the 
    number of shared (common) SRLG to get maximum diversity when full 
    diversity may not be possible.</t>
    <t>In case of sequential non-synchronized path computation, primary 
    path will be computed first, say the path is (A--B--C--D) with SRLG
    list (1,2,3). A backup path computation using XRO and SRLG sub-object 
    with X bit (loose) set as 1, can be used to achieve a similar 
    result.</t>  
           
</section>        
  </back>
</rfc>

PAFTECH AB 2003-20262026-04-24 12:48:42