One document matched: draft-dhody-pce-of-diverse-00.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-00" 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>Leela Palace</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560008</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="March" year="2014" />
    <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 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 XRO or 
      EXRS <xref target="RFC5521"/> sub-objects 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.</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>TBD.</t>
    </section>
    <section title="Manageability Considerations" toc="default">
      <section title="Control of Function and Policy" toc="default">
        <t>TBD.</t>
      </section>
      <section title="Information and Data Models" toc="default">
        <t>TBD.</t>
      </section>
      <section title="Liveness Detection and Monitoring" toc="default">
        <t>TBD.</t>
      </section>
      <section title="Verify Correct Operations" toc="default">
        <t>TBD.</t>
      </section>
      <section title="Requirements On Other Protocols" toc="default">
        <t>TBD.</t>
      </section>
      <section title="Impact On Network Operations" toc="default">
        <t>TBD.</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.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
Leela Palace
Bangalore, Karnataka  560008
INDIA

EMail: udayasree.palle@huawei.com

Avantika
Huawei Technologies
Leela Palace
Bangalore, Karnataka  560008
INDIA

EMail: avantika.sushilkumar@huawei.com
        ]]></artwork>
        </figure>
      </t>
    </section>    
  </back>
</rfc>

PAFTECH AB 2003-20262026-04-24 12:49:18