<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.17 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-irtf-panrg-path-properties-03" category="info">

  <front>
    <title abbrev="Path Properties">A Vocabulary of Path Properties</title>

    <author initials="T." surname="Enghardt" fullname="Theresa Enghardt">
      <organization>Netflix</organization>
      <address>
        <email>ietf@tenghardt.net</email>
      </address>
    </author>
    <author initials="C." surname="Krähenbühl" fullname="Cyrill Krähenbühl">
      <organization>ETH Zürich</organization>
      <address>
        <email>cyrill.kraehenbuehl@inf.ethz.ch</email>
      </address>
    </author>

    <date year="2021" month="July" day="09"/>

    <area>IRTF</area>
    <workgroup>PANRG</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>Path properties express information about paths across a network and the services provided via such paths.
In a path-aware network, path properties may be fully or partially available to entities such as hosts.
This document defines and categorizes path properties.
Furthermore, the document specifies several path properties which might be useful to hosts or other entities,
e.g., for selecting between paths or for invoking some of the provided services.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The current Internet architecture does not explicitly support endpoint discovery of forwarding paths through the network as well as the discovery of properties and services associated with these paths.
Path-aware networking, as defined in Section 1.1 of <xref target="I-D.irtf-panrg-questions"/>, describes
“endpoint discovery of the properties of paths they use for communication across an internetwork, and endpoint reaction to these properties that affects routing and/or data transfer”.
This document provides a generic definition of path properties, addressing the first of the questions in path-aware networking <xref target="I-D.irtf-panrg-questions"/>.</t>

<t>As terms related to paths have been used with different meanings in different areas of networking, first, this document provides a common terminology to define paths, path elements, and flows. Based on these terms, the document defines path properties.
Then, this document provides some examples of use cases for path properties.
Finally, the document lists several path properties that may be useful for the mentioned use cases.</t>

<t>Note that this document does not assume that any of the listed path properties are actually available to any entity. The question of how entities can discover and distribute path properties in a trustworthy way is out of scope for this document.</t>

</section>
<section anchor="terminology" title="Terminology">

<t><list style="hanging">
  <t hangText="Entity:">
  A physical or virtual device or function, or a collection of devices or functions, which can, for example, process packets, measure path properties, or access information about paths. With respect to a given communication, an entity may be on the data plane or control plane, and it may be on-path or off-path.</t>
  <t hangText="Node:">
  An entity which processes packets, e.g., sends, receives, forwards, or modifies them. A node may be physical or virtual, e.g., a physical device, a service function provided as a virtual element, or even a single queue within a switch. A node may also be an entity which consists of a collection of devices or functions, e.g., an entire Autonomous System (AS).</t>
  <t hangText="Host:">
  A node that generally executes application programs on behalf of user(s), employing network and/or Internet communication services in support of this function, as defined in <xref target="RFC1122"/>.
Note that hosts include both client nodes (e.g., running a web browser) and server nodes (e.g., running a web server).</t>
  <t hangText="Link:">
  A medium or communication facility that connects two or more nodes with each other. A link enables a node to send packets to other nodes.
Links can be physical, e.g., a Wi-Fi network which connects an Access Point to stations, or virtual, e.g., a virtual switch which connects two virtual machines hosted on the same physical machine. A link is unidirectional. As such, bidirectional communication can be modeled as two links between the same nodes in opposite directions.</t>
  <t hangText="Path element:">
  Either a node or a link. For example, a path element can be an Abstract Network Element (ANE) as defined in <xref target="I-D.ietf-alto-path-vector"/>.</t>
  <t hangText="Path:">
  A sequence of adjacent path elements over which a packet can be transmitted, starting and ending with a node. A path is unidirectional. Paths are time-dependent, i.e., the sequence of path elements over which packets are sent from one node to another may change. A path is defined between two nodes. For multicast or broadcast, a packet may be sent by one node and received by multiple nodes. In this case, the packet is sent over multiple paths at once, one path for each combination of sending and receiving node; these paths do not have to be disjoint. Note that an entity may have only partial visibility of the path elements that comprise a path and visibility may change over time. Different entities may have different visibility of a path and/or treat path elements at different levels of abstraction. For example, a path may be given as a sequence of physical nodes and the links connecting these nodes, or it may be given as a sequence of logical nodes such as a sequence of ASes or an Explicit Route Object (ERO). Similarly, the representation of a path and its properties, as it is known to a specific entity, may be more complex and include details about the physical layer technology, or it may be more abstract and only consist of a specific source and destination which is known to be reachable from that source.</t>
  <t hangText="Reverse Path:">
  The path that is used by a remote node in the context of bidirectional communication.</t>
  <t hangText="Subpath:">
  Given a path, a subpath is a sequence of adjacent path elements of this path.</t>
  <t hangText="Flow:">
  One or multiple packets to which the traits of a path or set of subpaths may be applied in a functional sense. For example, a flow can consist of all packets sent within a TCP session with the same five-tuple between two hosts, or it can consist of all packets sent on the same physical link.</t>
  <t hangText="Property:">
  A trait of one or a sequence of path elements, or a trait of a flow with respect to one or a sequence of path elements. An example of a link property is the maximum data rate that can be sent over the link. An example of a node property is the administrative domain that the node belongs to. An example of a property of a flow with respect to a subpath is the aggregated one-way delay of the flow being sent from one node to another node over this subpath.
A property is thus described by a tuple containing the path element(s), the flow or an empty set if no packets are relevant for the property, the name of the property (e.g., maximum data rate), and the value of the property (e.g., 1Gbps).</t>
  <t hangText="Aggregated property:">
  A collection of multiple values of a property into a single value, according to a function. A property can be aggregated over multiple path elements (i.e., a subpath), e.g., the MTU of a path as the minimum MTU of all links on the path, over multiple packets (i.e., a flow), e.g., the median one-way latency of all packets between two nodes, or over both, e.g., the mean of the queueing delays of a flow on all nodes along a path.
The aggregation function can be numerical, e.g., median, sum, minimum, it can be logical, e.g., “true if all are true”, “true if at least 50\% of values are true”, or an arbitrary function which maps multiple input values to an output value.</t>
  <t hangText="Observed property:">
  A property that is observed for a specific path element, subpath, or path, e.g., using measurements. For example, the one-way delay of a specific packet transmitted from one node to another node can be measured.</t>
  <t hangText="Assessed property:">
  An approximate calculation or assessment of the value of a property. An assessed property includes the reliability of the calculation or assessment. The notion of reliability depends on the property.
For example, a path property based on an approximate calculation may describe the expected median one-way latency of packets sent on a path within the next second, including the confidence level and interval. A non-numerical assessment may instead include the likelihood that the property holds.</t>
</list></t>

<section anchor="terminology-usage-for-specific-technologies" title="Terminology usage for specific technologies">

<t>The terminology defined in this document is intended to be general and applicable to existing and future path-aware technologies.
Using this terminology, a path-aware technology can define and consider specific path elements and path properties on a specific level of abstraction.
For instance, a technology may define path elements as IP routers, e.g., in source routing (<xref target="RFC1940"/>). Alternatively, it may consider path elements on a different layer of the Internet Architecture (<xref target="RFC1122"/>) or as a collection of entities not tied to a specific layer, such as an AS or an ERO.</t>

</section>
</section>
<section anchor="use-cases" title="Use Cases for Path Properties">

<t>When a path-aware network exposes path properties to hosts or other entities,
these entities may use this information to achieve different goals.
This section lists several use cases for path properties.</t>

<t>Note that this is not an exhaustive list, as with every new technology and protocol, novel use cases may emerge, and new path properties may become relevant.
Moreover, for any particular technology, entities may have visibility of and control over different path elements and path properties, and consider them on different levels of abstraction.
Therefore, a new technology may implement an existing use case related to different path elements or on a different level of abstraction.</t>

<section anchor="path-selection" title="Path Selection">

<t>Nodes may be able to send flows via one (or a subset) out of multiple possible paths, and an entity may be able to influence the decision which path(s) to use.
Path Selection may be feasible if there are several paths to the same destination (e.g., in case of a mobile device with two wireless interfaces, both providing a path), or if there are several destinations, and thus several paths, providing the same service (e.g., Application-Layer Traffic Optimization (ALTO) <xref target="RFC5693"/>, an application layer peer-to-peer protocol allowing hosts a better-than-random peer selection).
Care needs to be taken when selecting paths based on path properties, as path properties that were previously measured may not be helpful in predicting current or future path properties and such path selection may lead to unintended feedback loops.</t>

<t>Entities may select their paths to fulfill a specific goal, e.g., related to security or performance.
As an example of security-related path selection, an entity may allow or disallow sending flows over paths involving specific networks or nodes to enforce traffic policies. In an enterprise network where all traffic has to go through a specific firewall, a path-aware entity can implement this policy using path selection.
As an example of performance-related path selection,
an entity may prefer paths with performance properties that best match application requirements.
For example, for sending a small delay sensitive query, the entity may select a path with a short One-Way Delay,
while for retrieving a large file, it may select a path with high Link Capacities on all links.
Note, there may be trade-offs between path properties (e.g., One-Way Delay and Link Capacity), and entities may influence these trade-offs with their choices.
As a baseline, a path selection algorithm should aim to not perform worse than the default case most of the time.</t>

<t>Path selection can be done either by the communicating node(s) or by other entities within the network:
A network (e.g., an AS) can adjust its path selection for internal or external routing based on path properties.
In BGP, the Multi Exit Discriminator (MED) attribute is used in the decision-making process to select which path to choose among those having the same AS PATH length and origin <xref target="RFC4271"/>; in a path-aware network, instead of using this single MED value, other properties such as Link Capacity or Link Usage could additionally be used to improve load balancing or performance <xref target="I-D.ietf-idr-performance-routing"/>.</t>

</section>
<section anchor="protocol-selection" title="Protocol Selection">

<t>Before sending data over a specific path, an entity may select an appropriate protocol or configure protocol parameters depending on path properties.
A host may cache state on whether a path allows the use of QUIC <xref target="I-D.ietf-quic-transport"/> and if so, first attempt to connect using QUIC before falling back to another protocol when connecting over this path again.
A video streaming application may choose an (initial) video quality based on the achievable data rate or the monetary cost of sending data (e.g., volume-base or flat-rate cost model).</t>

</section>
<section anchor="service-invocation" title="Service Invocation">

<t>In addition to path or protocol selection, an entity may choose to invoke additional functions in the context of Service Function Chaining <xref target="RFC7665"/>, which may influence what nodes are on the path.
For example, a 0-RTT Transport Converter <xref target="I-D.ietf-tcpm-converters"/> will be involved in a path only when invoked by a host; such invocation will lead to the use of MPTCP or TCPinc capabilities while such use is not supported via the default forwarding path.
Another example is a connection which is composed of multiple streams where each stream has specific service requirements. A host may decide to invoke a given service function (e.g., transcoding) only for some streams while others are not processed by that service function.</t>

</section>
</section>
<section anchor="examples-of-path-properties" title="Examples of Path Properties">

<t>This Section gives some examples of path properties which may be useful, e.g., for the use cases described in <xref target="use-cases"/>.</t>

<t>Within the context of any particular technology, available path properties may differ
as entities have insight into and are able to influence different path elements and path properties.
For example, a host may have some visibility into path elements that are on a low level of abstraction and close, e.g., individual nodes within the first few hops, or it may have visibility into path elements that are far away and/or on a higher level of abstraction, e.g., the list of ASes traversed.
This visibility may depend on factors such as the physical or network distance or the existence of trust or contractual relationships between the host and the path element(s).</t>

<t>Path properties may be relatively dynamic, e.g., the one-way delay of a packet sent over a specific path, or non-dynamic, e.g., the MTU of an Ethernet link which only changes infrequently.
Usefulness over time differs depending on how dynamic a property is:
The merit of a momentary measurement of a dynamic path property diminishes greatly as time goes on, e.g. the merit of an RTT measurement from a few seconds ago is quite small, while a non-dynamic path property might stay relevant for a longer period of time, e.g. a NAT typically stays on a specific path during the lifetime of a connection involving packets sent over this path.</t>

<t><list style="hanging">
  <t hangText="Access Technology:">
  The physical or link layer technology used for transmitting or receiving a flow on one or multiple path elements. If known, the Access Technology may be given as an abstract link type, e.g., as Wi-Fi, Wired Ethernet, or Cellular. It may also be given as a specific technology used on a link, e.g., 2G, 3G, 4G, or 5G cellular, or 802.11a, b, g, n, or ac Wi-Fi. Other path elements relevant to the access technology may include nodes related to processing packets on the physical or link layer, such as elements of a cellular backbone network. Note that there is no common registry of possible values for this property.</t>
  <t hangText="Monetary Cost:">
  The price to be paid to transmit or receive a specific flow across a network to which one or multiple path elements belong.</t>
  <t hangText="Service function:">
  A service function that a path element applies to a flow, see <xref target="RFC7665"/>. Examples of abstract service functions include firewalls, Network Address Translation (NAT), and TCP optimizers. Some stateful service functions, such as NAT, need to observe the same flow in both directions, e.g., by being an element of both the path and the reverse path.</t>
  <t hangText="Transparency:">
  When a node performs an action on a flow, the node is transparent to the flow with respect to some (meta-)information if the node performs this action independently of the given (meta-)information.
(Meta-)information can for example be the existence of a protocol (header) in a packet or the content of a protocol header, payload, or both.
Actions can for example be blocking packets or reading and modifying (other protocol) headers or payloads.
An IP router could be transparent to transport protocol headers such as TCP/UDP but not transparent to IP headers since its forwarding behavior depends on the IP headers.
A firewall that only allows outgoing TCP connections by blocking all incoming TCP SYN packets regardless of their IP address is transparent to IP but not to TCP headers.
Finally, a NAT that actively modifies IP and TCP/UDP headers based on their content is not transparent to either IP or TCP/UDP headers.
Note that according to this definition, a node that modifies packets in accordance with the hosts, such as a transparent HTTP proxy, as defined in <xref target="RFC2616"/>, and a node listening and reacting to implicit or explicit signals, see <xref target="RFC8558"/>, are not considered transparent.</t>
  <t hangText="Administrative Domain:">
  The administrative domain, e.g., the IGP area, AS, or Service provider network to which a path element belongs.</t>
  <t hangText="Disjointness:">
  For a set of two paths or subpaths, the number of shared path elements can be a measure of intersection (e.g., Jaccard coefficient, which is the number of shared elements divided by the total number of elements). Conversely, the number of non-shared path elements can be a measure of disjointness (e.g., 1 - Jaccard coefficient). A multipath protocol might use disjointness as a metric to reduce the number of single points of failure.</t>
  <t hangText="Symmetric Path:">
  Two paths are symmetric if the path and its reverse path consist of the same path elements on the same level of abstraction, but in reverse order.
For example, a path which consists of layer 3 switches and links between them and a reverse path with the same path elements but in reverse order are considered “routing” symmetric, as the same path elements on the same level of abstraction (IP forwarding) are traversed in the opposite direction.</t>
  <t hangText="Path MTU:">
  The maximum size, in octets, of an IP packet that can be transmitted without fragmentation.</t>
  <t hangText="Transport Protocols available:">
  Whether a specific transport protocol can be used to establish a connection over a path or subpath, e.g., whether the path is QUIC-capable or MPTCP-capable, based on cached knowledge.</t>
  <t hangText="Protocol Features available:">
  Whether a specific protocol feature is available over a path or subpath, e.g., Explicit Congestion Notification (ECN), or TCP Fast Open.</t>
</list></t>

<t>Some path properties express the performance of the transmission of a packet or flow over a link or subpath.
Such transmission performance properties can be measured or approximated, e.g., by hosts or by path elements on the path, or they may be available as cost metrics, see <xref target="I-D.ietf-alto-performance-metrics"/>.
Transmission performance properties may be made available in an aggregated form, such as averages or minimums.
Properties related to a path element which constitutes a single layer 2 domain are abstracted from the used physical and link layer technology, similar to <xref target="RFC8175"/>.</t>

<t><list style="hanging">
  <t hangText="Link Capacity:">
  The link capacity is the maximum data rate at which data that was sent over a link can correctly be received at the node adjacent to the link.
This property is analogous to the link capacity defined in <xref target="RFC5136"/> but not restricted to IP-layer traffic.</t>
  <t hangText="Link Usage:">
  The link usage is the actual data rate at which data that was sent over a link is correctly received at the node adjacent to the link.
This property is analogous to the link usage defined in <xref target="RFC5136"/> but not restricted to IP-layer traffic.</t>
  <t hangText="One-Way Delay:">
  The one-way delay is the delay between a node sending a packet and another node on the same path receiving the packet.
This property is analogous to the one-way delay defined in <xref target="RFC7679"/> but not restricted to IP-layer traffic.</t>
  <t hangText="One-Way Delay Variation:">
  The variation of the one-way delays within a flow.
This property is similar to the one-way delay variation defined in <xref target="RFC3393"/> but not restricted to IP-layer traffic and defined for packets on the same flow instead of packets sent between a source and destination IP address.</t>
  <t hangText="One-Way Packet Loss:">
  Packets sent by a node but not received by another node on the same path after a certain time interval are considered lost.
This property is analogous to the one-way loss defined in <xref target="RFC7680"/> but not restricted to IP-layer traffic.
Metrics such as loss patterns <xref target="RFC3357"/> and loss episodes <xref target="RFC6534"/> can be expressed as aggregated properties.</t>
</list></t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>If nodes are basing policy or path selection decisions on path properties, they need to rely on the accuracy of path properties that other devices communicate to them.
In order to be able to trust such path properties, nodes may need to establish a trust relationship or be able to verify the authenticity, integrity, and correctness of path properties received from another node.</t>

<t>Security related properties such as confidentiality and integrity protection of payloads are difficult to characterize since they are only meaningful with respect to a threat model which depends on the use case, application, environment, and other factors.
Likewise, properties for trust relations between nodes cannot be meaningfully defined without a concrete threat model, and defining a threat model is out of scope for this draft.
Properties related to confidentiality, integrity, and trust are orthogonal to the path terminology and path properties defined in this document.
Such properties are tied to the communicating nodes and the protocols they use (e.g., client and server using HTTPS, or client and remote network node using VPN) while the path is typically oblivious to them.
Intuitively, the path describes what function the network applies to packets, while confidentiality, integrity, and trust describe what function the communicating parties apply to packets.</t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>


    <references title='Informative References'>




<reference anchor='I-D.irtf-panrg-questions'>
   <front>
      <title>Current Open Questions in Path Aware Networking</title>
      <author fullname='Brian Trammell'>
	 <organization>Google Switzerland GmbH</organization>
      </author>
      <date day='16' month='April' year='2021'/>
      <abstract>
	 <t>   In contrast to the present Internet architecture, a path-aware
   internetworking architecture has two important properties: it exposes
   the properties of available Internet paths to endpoints, and provides
   for endpoints and applications to use these properties to select
   paths through the Internet for their traffic.  While this property of
   &quot;path awareness&quot; already exists in many Internet-connected networks
   within single domains and via administrative interfaces to the
   network layer, a fully path-aware internetwork expands these concepts
   across layers and across the Internet.

   This document poses questions in path-aware networking open as of
   2021, that must be answered in the design, development, and
   deployment of path-aware internetworks.  It was originally written to
   frame discussions in the Path Aware Networking proposed Research
   Group (PANRG), and has been published to snapshot current thinking in
   this space.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-irtf-panrg-questions-09'/>
   <format target='https://www.ietf.org/archive/id/draft-irtf-panrg-questions-09.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-tcpm-converters'>
   <front>
      <title>0-RTT TCP Convert Protocol</title>
      <author fullname='Olivier Bonaventure'>
	 <organization>Tessares</organization>
      </author>
      <author fullname='Mohamed Boucadair'>
	 <organization>Orange</organization>
      </author>
      <author fullname='Sri Gundavelli'>
	 <organization>Cisco</organization>
      </author>
      <author fullname='SungHoon Seo'>
	 <organization>Korea Telecom</organization>
      </author>
      <author fullname='Benjamin Hesmans'>
	 <organization>Tessares</organization>
      </author>
      <date day='22' month='March' year='2020'/>
      <abstract>
	 <t>This document specifies an application proxy, called Transport Converter, to assist the deployment of TCP extensions such as Multipath TCP. A Transport Converter may provide conversion service for one or more TCP extensions. The conversion service is provided by means of the 0-RTT TCP Convert Protocol (Convert).

 This protocol provides 0-RTT (Zero Round-Trip Time) conversion service since no extra delay is induced by the protocol compared to connections that are not proxied. Also, the Convert Protocol does not require any encapsulation (no tunnels whatsoever).

 This specification assumes an explicit model, where the Transport Converter is explicitly configured on hosts. As a sample applicability use case, this document specifies how the Convert Protocol applies for Multipath TCP.
	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-tcpm-converters-19'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-tcpm-converters-19.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-quic-transport'>
   <front>
      <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
      <author fullname='Jana Iyengar'>
	 <organization>Fastly</organization>
      </author>
      <author fullname='Martin Thomson'>
	 <organization>Mozilla</organization>
      </author>
      <date day='14' month='January' year='2021'/>
      <abstract>
	 <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration.  QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.
	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-quic-transport-34'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-quic-transport-34.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-idr-performance-routing'>
   <front>
      <title>Performance-based BGP Routing Mechanism</title>
      <author fullname='Xiaohu Xu'>
	 <organization>Alibaba, Inc</organization>
      </author>
      <author fullname='Shraddha Hegde'>
	 <organization>Juniper</organization>
      </author>
      <author fullname='Ketan Talaulikar'>
	 <organization>Cisco</organization>
      </author>
      <author fullname='Mohamed Boucadair'>
	 <organization>France Telecom</organization>
      </author>
      <author fullname='Christian Jacquenet'>
	 <organization>France Telecom</organization>
      </author>
      <date day='22' month='December' year='2020'/>
      <abstract>
	 <t>   The current BGP specification doesn&#39;t use network performance metrics
   (e.g., network latency) in the route selection decision process.
   This document describes a performance-based BGP routing mechanism in
   which network latency metric is taken as one of the route selection
   criteria.  This routing mechanism is useful for those server
   providers with global reach to deliver low-latency network
   connectivity services to their customers.


	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-idr-performance-routing-03'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-idr-performance-routing-03.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-alto-path-vector'>
   <front>
      <title>ALTO Extension: Path Vector</title>
      <author fullname='Kai Gao'>
	 <organization>Sichuan University</organization>
      </author>
      <author fullname='Young Lee'>
	 <organization>Samsung</organization>
      </author>
      <author fullname='Sabine Randriamasy'>
	 <organization>Nokia Bell Labs</organization>
      </author>
      <author fullname='Yang Richard Yang'>
	 <organization>Yale University</organization>
      </author>
      <author fullname='Jingxuan Jensen Zhang'>
	 <organization>Tongji University</organization>
      </author>
      <date day='22' month='February' year='2021'/>
      <abstract>
	 <t>   This document is an extension to the base Application-Layer Traffic
   Optimization (ALTO) protocol.  It extends the ALTO Cost Map service
   and ALTO Property Map service so that the application can decide
   which endpoint(s) to connect based on not only numerical/ordinal cost
   values but also details of the paths.  This is useful for
   applications whose performance is impacted by specified components of
   a network on the end-to-end paths, e.g., they may infer that several
   paths share common links and prevent traffic bottlenecks by avoiding
   such paths.  This extension introduces a new abstraction called
   Abstract Network Element (ANE) to represent these components and
   encodes a network path as a vector of ANEs.  Thus, it provides a more
   complete but still abstract graph representation of the underlying
   network(s) for informed traffic optimization among endpoints.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-alto-path-vector-14'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-alto-path-vector-14.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-alto-performance-metrics'>
   <front>
      <title>ALTO Performance Cost Metrics</title>
      <author fullname='Qin Wu'>
	 <organization>Huawei</organization>
      </author>
      <author fullname='Y. Richard Yang'>
	 <organization>Yale University</organization>
      </author>
      <author fullname='Young Lee'>
	 <organization>Samsung</organization>
      </author>
      <author fullname='Dhruv Dhody'>
	 <organization>Huawei</organization>
      </author>
      <author fullname='Sabine Randriamasy'>
	 <organization>Nokia Bell Labs</organization>
      </author>
      <author fullname='Luis Miguel Contreras'>
	 <organization>Telefonica</organization>
      </author>
      <date day='4' month='February' year='2021'/>
      <abstract>
	 <t>   Cost metric is a basic concept in Application-Layer Traffic
   Optimization (ALTO), and different applications may use different
   cost metrics.  Since the ALTO base protocol (RFC 7285) defines only a
   single cost metric (i.e., the generic &quot;routingcost&quot; metric), if an
   application wants to issue a cost map or an endpoint cost request to
   determine the resource provider that offers better delay performance,
   the base protocol does not define the cost metric to be used.

   This document addresses the issue by introducing network performance
   metrics, including network delay, jitter, packet loss rate, hop
   count, and bandwidth.

   There are multiple sources (e.g., estimation based on measurements or
   service-level agreement) to derive a performance metric.  This
   document introduces an additional &quot;cost-context&quot; field to the ALTO
   &quot;cost-type&quot; field to convey the source of a performance metric.


	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-alto-performance-metrics-15'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-alto-performance-metrics-15.txt' type='TXT'/>
</reference>



<reference anchor='RFC2616' target='https://www.rfc-editor.org/info/rfc2616'>
<front>
<title>Hypertext Transfer Protocol -- HTTP/1.1</title>
<author fullname='R. Fielding' initials='R.' surname='Fielding'><organization/></author>
<author fullname='J. Gettys' initials='J.' surname='Gettys'><organization/></author>
<author fullname='J. Mogul' initials='J.' surname='Mogul'><organization/></author>
<author fullname='H. Frystyk' initials='H.' surname='Frystyk'><organization/></author>
<author fullname='L. Masinter' initials='L.' surname='Masinter'><organization/></author>
<author fullname='P. Leach' initials='P.' surname='Leach'><organization/></author>
<author fullname='T. Berners-Lee' initials='T.' surname='Berners-Lee'><organization/></author>
<date month='June' year='1999'/>
<abstract><t>HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as &quot;HTTP/1.1&quot;, and is an update to RFC 2068.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2616'/>
<seriesInfo name='DOI' value='10.17487/RFC2616'/>
</reference>



<reference anchor='RFC3357' target='https://www.rfc-editor.org/info/rfc3357'>
<front>
<title>One-way Loss Pattern Sample Metrics</title>
<author fullname='R. Koodli' initials='R.' surname='Koodli'><organization/></author>
<author fullname='R. Ravikanth' initials='R.' surname='Ravikanth'><organization/></author>
<date month='August' year='2002'/>
</front>
<seriesInfo name='RFC' value='3357'/>
<seriesInfo name='DOI' value='10.17487/RFC3357'/>
</reference>



<reference anchor='RFC3393' target='https://www.rfc-editor.org/info/rfc3393'>
<front>
<title>IP Packet Delay Variation Metric for IP Performance Metrics (IPPM)</title>
<author fullname='C. Demichelis' initials='C.' surname='Demichelis'><organization/></author>
<author fullname='P. Chimento' initials='P.' surname='Chimento'><organization/></author>
<date month='November' year='2002'/>
</front>
<seriesInfo name='RFC' value='3393'/>
<seriesInfo name='DOI' value='10.17487/RFC3393'/>
</reference>



<reference anchor='RFC4271' target='https://www.rfc-editor.org/info/rfc4271'>
<front>
<title>A Border Gateway Protocol 4 (BGP-4)</title>
<author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'><organization/></author>
<author fullname='T. Li' initials='T.' role='editor' surname='Li'><organization/></author>
<author fullname='S. Hares' initials='S.' role='editor' surname='Hares'><organization/></author>
<date month='January' year='2006'/>
<abstract><t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t><t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems.  This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t><t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR).  These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network &quot;class&quot; within BGP.  BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t><t>This document obsoletes RFC 1771.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4271'/>
<seriesInfo name='DOI' value='10.17487/RFC4271'/>
</reference>



<reference anchor='RFC5136' target='https://www.rfc-editor.org/info/rfc5136'>
<front>
<title>Defining Network Capacity</title>
<author fullname='P. Chimento' initials='P.' surname='Chimento'><organization/></author>
<author fullname='J. Ishac' initials='J.' surname='Ishac'><organization/></author>
<date month='February' year='2008'/>
<abstract><t>Measuring capacity is a task that sounds simple, but in reality can be quite complex.  In addition, the lack of a unified nomenclature on this subject makes it increasingly difficult to properly build, test, and use techniques and tools built around these constructs.  This document provides definitions for the terms 'Capacity' and 'Available Capacity' related to IP traffic traveling between a source and destination in an IP network.  By doing so, we hope to provide a common framework for the discussion and analysis of a diverse set of current and future estimation techniques.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='5136'/>
<seriesInfo name='DOI' value='10.17487/RFC5136'/>
</reference>



<reference anchor='RFC5693' target='https://www.rfc-editor.org/info/rfc5693'>
<front>
<title>Application-Layer Traffic Optimization (ALTO) Problem Statement</title>
<author fullname='J. Seedorf' initials='J.' surname='Seedorf'><organization/></author>
<author fullname='E. Burger' initials='E.' surname='Burger'><organization/></author>
<date month='October' year='2009'/>
<abstract><t>Distributed applications -- such as file sharing, real-time communication, and live and on-demand media streaming -- prevalent on the Internet use a significant amount of network resources.  Such applications often transfer large amounts of data through connections established between nodes distributed across the Internet with little knowledge of the underlying network topology.  Some applications are so designed that they choose a random subset of peers from a larger set with which to exchange data.  Absent any topology information guiding such choices, or acting on suboptimal or local information obtained from measurements and statistics, these applications often make less than desirable choices.</t><t>This document discusses issues related to an information-sharing service that enables applications to perform better-than-random peer selection.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='5693'/>
<seriesInfo name='DOI' value='10.17487/RFC5693'/>
</reference>



<reference anchor='RFC6534' target='https://www.rfc-editor.org/info/rfc6534'>
<front>
<title>Loss Episode Metrics for IP Performance Metrics (IPPM)</title>
<author fullname='N. Duffield' initials='N.' surname='Duffield'><organization/></author>
<author fullname='A. Morton' initials='A.' surname='Morton'><organization/></author>
<author fullname='J. Sommers' initials='J.' surname='Sommers'><organization/></author>
<date month='May' year='2012'/>
<abstract><t>The IETF has developed a one-way packet loss metric that measures the loss rate on a Poisson and Periodic probe streams between two hosts. However, the impact of packet loss on applications is, in general, sensitive not just to the average loss rate but also to the way in which packet losses are distributed in loss episodes (i.e., maximal sets of consecutively lost probe packets).  This document defines one-way packet loss episode metrics, specifically, the frequency and average duration of loss episodes and a probing methodology under which the loss episode metrics are to be measured.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6534'/>
<seriesInfo name='DOI' value='10.17487/RFC6534'/>
</reference>



<reference anchor='RFC7665' target='https://www.rfc-editor.org/info/rfc7665'>
<front>
<title>Service Function Chaining (SFC) Architecture</title>
<author fullname='J. Halpern' initials='J.' role='editor' surname='Halpern'><organization/></author>
<author fullname='C. Pignataro' initials='C.' role='editor' surname='Pignataro'><organization/></author>
<date month='October' year='2015'/>
<abstract><t>This document describes an architecture for the specification, creation, and ongoing maintenance of Service Function Chains (SFCs) in a network.  It includes architectural concepts, principles, and components used in the construction of composite services through deployment of SFCs, with a focus on those to be standardized in the IETF.  This document does not propose solutions, protocols, or extensions to existing protocols.</t></abstract>
</front>
<seriesInfo name='RFC' value='7665'/>
<seriesInfo name='DOI' value='10.17487/RFC7665'/>
</reference>



<reference anchor='RFC7679' target='https://www.rfc-editor.org/info/rfc7679'>
<front>
<title>A One-Way Delay Metric for IP Performance Metrics (IPPM)</title>
<author fullname='G. Almes' initials='G.' surname='Almes'><organization/></author>
<author fullname='S. Kalidindi' initials='S.' surname='Kalidindi'><organization/></author>
<author fullname='M. Zekauskas' initials='M.' surname='Zekauskas'><organization/></author>
<author fullname='A. Morton' initials='A.' role='editor' surname='Morton'><organization/></author>
<date month='January' year='2016'/>
<abstract><t>This memo defines a metric for one-way delay of packets across Internet paths.  It builds on notions introduced and discussed in the IP Performance Metrics (IPPM) Framework document, RFC 2330; the reader is assumed to be familiar with that document.  This memo makes RFC 2679 obsolete.</t></abstract>
</front>
<seriesInfo name='STD' value='81'/>
<seriesInfo name='RFC' value='7679'/>
<seriesInfo name='DOI' value='10.17487/RFC7679'/>
</reference>



<reference anchor='RFC7680' target='https://www.rfc-editor.org/info/rfc7680'>
<front>
<title>A One-Way Loss Metric for IP Performance Metrics (IPPM)</title>
<author fullname='G. Almes' initials='G.' surname='Almes'><organization/></author>
<author fullname='S. Kalidindi' initials='S.' surname='Kalidindi'><organization/></author>
<author fullname='M. Zekauskas' initials='M.' surname='Zekauskas'><organization/></author>
<author fullname='A. Morton' initials='A.' role='editor' surname='Morton'><organization/></author>
<date month='January' year='2016'/>
<abstract><t>This memo defines a metric for one-way loss of packets across Internet paths.  It builds on notions introduced and discussed in the IP Performance Metrics (IPPM) Framework document, RFC 2330; the reader is assumed to be familiar with that document.  This memo makes RFC 2680 obsolete.</t></abstract>
</front>
<seriesInfo name='STD' value='82'/>
<seriesInfo name='RFC' value='7680'/>
<seriesInfo name='DOI' value='10.17487/RFC7680'/>
</reference>



<reference anchor='RFC8175' target='https://www.rfc-editor.org/info/rfc8175'>
<front>
<title>Dynamic Link Exchange Protocol (DLEP)</title>
<author fullname='S. Ratliff' initials='S.' surname='Ratliff'><organization/></author>
<author fullname='S. Jury' initials='S.' surname='Jury'><organization/></author>
<author fullname='D. Satterwhite' initials='D.' surname='Satterwhite'><organization/></author>
<author fullname='R. Taylor' initials='R.' surname='Taylor'><organization/></author>
<author fullname='B. Berry' initials='B.' surname='Berry'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>When routing devices rely on modems to effect communications over wireless links, they need timely and accurate knowledge of the characteristics of the link (speed, state, etc.) in order to make routing decisions.  In mobile or other environments where these characteristics change frequently, manual configurations or the inference of state through routing or transport protocols does not allow the router to make the best decisions.  This document introduces a new protocol called the Dynamic Link Exchange Protocol (DLEP), which provides a bidirectional, event-driven communication channel between the router and the modem to facilitate communication of changing link characteristics.</t></abstract>
</front>
<seriesInfo name='RFC' value='8175'/>
<seriesInfo name='DOI' value='10.17487/RFC8175'/>
</reference>



<reference anchor='RFC8558' target='https://www.rfc-editor.org/info/rfc8558'>
<front>
<title>Transport Protocol Path Signals</title>
<author fullname='T. Hardie' initials='T.' role='editor' surname='Hardie'><organization/></author>
<date month='April' year='2019'/>
<abstract><t>This document discusses the nature of signals seen by on-path elements examining transport protocols, contrasting implicit and explicit signals.  For example, TCP's state machine uses a series of well-known messages that are exchanged in the clear.  Because these are visible to network elements on the path between the two nodes setting up the transport connection, they are often used as signals by those network elements.  In transports that do not exchange these messages in the clear, on-path network elements lack those signals. Often, the removal of those signals is intended by those moving the messages to confidential channels.  Where the endpoints desire that network elements along the path receive these signals, this document recommends explicit signals be used.</t></abstract>
</front>
<seriesInfo name='RFC' value='8558'/>
<seriesInfo name='DOI' value='10.17487/RFC8558'/>
</reference>



<reference anchor='RFC1122' target='https://www.rfc-editor.org/info/rfc1122'>
<front>
<title>Requirements for Internet Hosts - Communication Layers</title>
<author fullname='R. Braden' initials='R.' role='editor' surname='Braden'><organization/></author>
<date month='October' year='1989'/>
<abstract><t>This RFC is an official specification for the Internet community.  It incorporates by reference, amends, corrects, and supplements the primary protocol standards documents relating to hosts.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='3'/>
<seriesInfo name='RFC' value='1122'/>
<seriesInfo name='DOI' value='10.17487/RFC1122'/>
</reference>



<reference anchor='RFC1940' target='https://www.rfc-editor.org/info/rfc1940'>
<front>
<title>Source Demand Routing: Packet Format and Forwarding Specification (Version 1)</title>
<author fullname='D. Estrin' initials='D.' surname='Estrin'><organization/></author>
<author fullname='T. Li' initials='T.' surname='Li'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' surname='Rekhter'><organization/></author>
<author fullname='K. Varadhan' initials='K.' surname='Varadhan'><organization/></author>
<author fullname='D. Zappala' initials='D.' surname='Zappala'><organization/></author>
<date month='May' year='1996'/>
<abstract><t>The purpose of SDRP is to support source-initiated selection of routes to complement the route selection provided by existing routing protocols for both inter-domain and intra-domain routes.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='RFC' value='1940'/>
<seriesInfo name='DOI' value='10.17487/RFC1940'/>
</reference>




    </references>


<section numbered="false" anchor="acknowledgments" title="Acknowledgments">

<t>Thanks to the Path-Aware Networking Research Group for the discussion and feedback. Specifically, thanks to Mohamed Boudacair for the detailed review and various text suggestions, thanks to Brian Trammell for suggesting the flow definition, and thanks to Adrian Perrig and Matthias Rost for the detailed feedback. Thanks to Paul Hoffman for the editorial changes.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAP5z6GAAA61c644bN5b+r6coOFigG5A0vsRx0oPFjtJuO70b273uzgR7
w4KqoiTGdVGKVd1WDL/NPsb8y4vtuZKsKrXtzG6AJC2pSB4enst3LqzFYjHr
XFfas2yV/bXJzbovTXvImk12ZbpddtU2e9t2zvqZWa9be3s2+b5o8tpUMEHR
mk23cG23WexN3W7hv91usQ9PLh4+mRWms2ezHP67bdrDWebqTTObuX17lnVt
77vHDx9+9/DxzLTWnGWXb29ezO6a9t22bfo9rLx6/fbl7J09wHcF/Fx3tq1t
t3iOC89mvjN18d+mbGog5gCU7d1Z9h9dk88z37Rdazce/jpU+Md/zWam73ZN
ezbLFrMM/nG1P8tultlFvd2ZtujoS97Yzc621pvhT027NbX7zXSuqc+y17bb
lO49/WIr40rYGnz1l87KmCUQOljqfJn9S/v7/+xsvf79b7syWe780LqynP46
XPHi5ofs33//W+vyXbpqToOX71pjcXBvd+VfgMlL2+1+W8KjM+R4W8Ekt3AQ
NPJy8XyZnNqvvfW4hE9/hr0sunxfLfKmvoXjtO3k5197ly+61tR+D9we/+qK
dgFyQGvXuV3AiXau3o4fM2XXsNzc2rzD4zn2ezJPZTtggRLz9sX5428efRM/
PXny9Fn66bsn8dPXj589ip+ePnqSjHv6TfrkN0+ffB0/Pfvmm6fpp2ffpZ++
fRg/ffvoWfLkt0+ffgufFotFZtYeOJWD0JI2RR3J7Ps9yJrPwjE1NTwNzMqQ
Kz4zedvAzyYDeULVyEDms25nM2/bW5fDDDDZrStskd06k/k+3/HI5ewSZqK/
F+YOFExnmNN3KQ2VOWRrm236sgRL0MLv8L3BD+YWhMysS5t1TWZrsBz4PC1i
fLZrfAfr3Oycz8Aq9BU8kRV242p4COkUvXe/IZnDRZezF30L+2irprVz2lGY
wu9t7ja0kgXhM+WE4rsdqEFWue2uQ8p7b4F4pJFIwj00OHcgeT6zy+1yngGP
Yc4SRA1kEUZ2d9bWwmn4CX929W3zDn/1TWXRLiJpgcfK9SWfa+WKorSz2Vdo
nNqm6HM8wBmwxGZ537a4GzVbmWnznetg7b7FzcI26qZDAShdDib5AHzdoyoB
1cW+cchL5/MGOED2GYiDYyyQNCa424FSbXdEYJAO4I0FY2I8szSdIOEfHk4Q
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
bVkAAA==

-->

</rfc>

