<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-bclp-green-terminology-01" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="Energy Efficiency Terminology">Terminology for Energy Efficiency Network Management</title>
    <seriesInfo name="Internet-Draft" value="draft-bclp-green-terminology-01"/>
    <author fullname="Chunchi Liu">
      <organization>Huawei</organization>
      <address>
        <email>liuchunchi@huawei.com</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <author fullname="Luis M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <author fullname="Marisol Palmero">
      <organization>Cisco</organization>
      <address>
        <email>mpalmero@cisco.com</email>
      </address>
    </author>
    <date year="2025" month="April" day="23"/>
    <area>Operations and Management</area>
    <workgroup>GREEN Working Group</workgroup>
    <keyword>Energy Efficient</keyword>
    <keyword>Energy Saving</keyword>
    <keyword>Energy Management</keyword>
    <abstract>
      <?line 88?>

<t>Energy-efficient network management is primary meant to enhance conventional
network management with energy-related management capabilities
to optimize the overall energy consumption at the level of a network. To that aim,
specific features and capabilities are required to control (and thus optimize)
the energy use of involved network element and their components.</t>
      <t>This document is defines a set of key terms used within the IETF when discussing energy efficiency in network management.
Such reference document helps framing discussion and agreeing upon a set of main concepts in this area.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Getting Ready for Energy-Efficient Networking Working Group mailing list (green@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/green/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/billwuqin/draft-bclp-green-terminology"/>.</t>
    </note>
  </front>
  <middle>
    <?line 99?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>With rising energy costs and increasing awareness of the environmental impact of running networks, servers, and various
equipment, Energy Efficiency is considered by operators as a critical component to be integrated in the overall Network Management systems.
Such integration is ambitioned to feed strategies for committing environmental objectives but also mastering related operational cost. Energy Efficiency management is thus complementing conventional network management.</t>
      <t><xref target="sec-def"/> defines a set of terms used within the IETF when discussing Energy-efficiency networks.
The purpose is to (1) ensure consistent use of a set of terms in this area, (2) help with the characterization of Energy
Efficiency (and relevant aspects), (3) assist in the development of the YANG data models at the different levels in the
IETF, and (4) bring clarity to the Energy Efficiency related discussions between different groups within IETF, in particular.</t>
      <t>This document does not intend to define a comprehensive list of energy-related terms. Only key terms are defined.
Some of these terms are extracted from existing IETF documents and beyond.</t>
      <t>Also, <xref target="sec-metrics"/> provides an inventory of currently used metrics to assess/compute energy-related consumption, efficiency ratio, etc.</t>
      <t><xref target="sec-sdos"/> provides a list of SDOs where relevant energy efficiency effort is ongoing.</t>
    </section>
    <section anchor="abbreviations">
      <name>Abbreviations</name>
      <t>The following abbreviations are used in the document:</t>
      <dl>
        <dt>CLEE:</dt>
        <dd>
          <t>Component Level Energy Efficiency</t>
        </dd>
        <dt>DLEE:</dt>
        <dd>
          <t>Device Level Energy Efficiency</t>
        </dd>
        <dt>DSLAM:</dt>
        <dd>
          <t>Digital Subscriber Line Access Multiplexer</t>
        </dd>
        <dt>EER</dt>
        <dd>
          <t>Energy Efficiency Ratio</t>
        </dd>
        <dt>GEPON:</dt>
        <dd>
          <t>Gigabit Ethernet Passive Optical Network</t>
        </dd>
        <dt>GPON:</dt>
        <dd>
          <t>Gigabit-capable Passive Optical Network</t>
        </dd>
        <dt>MSAN:</dt>
        <dd>
          <t>Multiservice Access Node</t>
        </dd>
        <dt>NDR:</dt>
        <dd>
          <t>None-Drop Rate</t>
        </dd>
        <dt>NLEE:</dt>
        <dd>
          <t>Network Level Energy Efficiency</t>
        </dd>
        <dt>PUE:</dt>
        <dd>
          <t>Power Usage Effectiveness</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-def">
      <name>Definitions</name>
      <t>Terms are listed so that terms that are needed to understand other terms are listed first.</t>
      <dl>
        <dt>Energy:</dt>
        <dd>
          <t>Is generally a reference to electrical energy and is measured in kilowatt-hours (kWh) (<xref target="RFC7326"/>).</t>
        </dd>
        <dt>Power:</dt>
        <dd>
          <t>Refers the time rate at which energy is emitted, transferred, or
    received; power is usually expressed in watts (joules per second) (<xref target="RFC7326"/>).</t>
        </dd>
        <dt>Energy Management:</dt>
        <dd>
          <t>Is a set of functions for measuring, modeling,
    planning, and optimizing networks to ensure that the network and
    network-attached devices use energy efficiently and appropriately
    for the nature of the application and the cost constraints of the
    organization (<xref target="RFC7326"/>).</t>
        </dd>
        <dt>Energy Monitoring:</dt>
        <dd>
          <t>Is a part of Energy Management that deals with
    collecting or reading information from devices to aid in Energy
    Management (<xref target="RFC7326"/>).</t>
        </dd>
        <dt>Energy Control:</dt>
        <dd>
          <t>Is a part of Energy Management that deals with
    directing influence over devices (<xref target="RFC7326"/>).</t>
        </dd>
        <dt/>
        <dd>
          <t>This control can span a network or a subset of it.</t>
        </dd>
        <dt>Energy Efficiency Network Management:</dt>
        <dd>
          <t>Refers to the ability to control the use of available energy in an optimized manner (e.g.,
in a resource conserved manner and at low cost) in a network.</t>
        </dd>
        <dt>Energy Efficiency Metric:</dt>
        <dd>
          <t>Refers to a metric that is used for the evaluation and assessment of energy consumption of a network, device, or component. One or more metrics can be defined. These metrics are also used for network performance purposes to characterize the effectiveness of an Energy Efficiency management strategy.</t>
        </dd>
        <dt>Energy Efficiency/Energy Efficiency Ratio (EER):</dt>
        <dd>
          <t>The energy efficiency is expressed as the ratio between the useful output and input of an energy conversion process of a network, device, or component.</t>
        </dd>
        <dt/>
        <dd>
          <t>For instance, in relation with a networking device, it can be stated as the ratio of total throughput (e.g., of a network element capacity) to the total power consumed (bits/Joule).</t>
        </dd>
        <dt/>
        <dd>
          <t>This ratio (i.e., Energy Efficiency Ratio, EER) is the throughput forwarded by 1 watt (e.g., <xref target="I-D.cprjgf-bmwg-powerbench"/>).</t>
        </dd>
        <dt/>
        <dd>
          <t>A higher EER indicates a better energy efficiency.</t>
        </dd>
        <dt>Power Usage Effectiveness (PUE):</dt>
        <dd>
          <t>Refer to the metric used to measure the energy efficiency of an infrastructure.</t>
        </dd>
        <dt/>
        <dd>
          <t>This metric is calculated as the ratio between the total energy consumed by an infrastructure and the energy needed for a network element/component.</t>
        </dd>
        <dt>Network Level Energy Efficiency (NLEE):</dt>
        <dd>
          <t>Denotes the Energy Efficiency of an entire network or a subset part of it (e.g., access network).</t>
        </dd>
        <dt>Device Level Energy Efficiency (DLEE):</dt>
        <dd>
          <t>Denotes the Energy Efficiency of a network element.  It can be used, e.g., to compare network elements providing the same functionality or a target to optiize the configuration of a a network element.</t>
        </dd>
        <dt>Component Level Energy Efficiency (CLEE):</dt>
        <dd>
          <t>Denotes the Energy Efficiency of a component of a network element. It can be used in the design, development, and manufacturing of energy efficient a network elements.</t>
        </dd>
        <dt/>
        <dd>
          <t>Is useful to evaluate the energy efficiency performance of individual components of a network element.</t>
        </dd>
        <dt/>
        <dd>
          <t>Measuring and understanding the energy efficiency or energy consumption of each component within a network element
may be used to identify key components in a system with regard to energy saving.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-metrics">
      <name>Sample Energy Efficiency Metrics and Measurement Methods</name>
      <t>This section lists some metrics that are adopted by other SDOs.</t>
      <ul empty="true">
        <li>
          <t>DISCUSS: Should we maintian this section?</t>
        </li>
      </ul>
      <section anchor="metrics-for-dslam-msan-gpon-and-gepon-equipment">
        <name>Metrics for DSLAM, MSAN, GPON, and GEPON Equipment</name>
        <t>Equipment with line cards working at different profiles/states are characterized with different
metric values for each specific profile/state.</t>
        <artwork><![CDATA[
                      Pport = Peq/Nports[W/port]
]]></artwork>
        <t>Where 'Peq' is the power (in watts) of a fully equipped wireline network equipment with all its line cards
working in a specific profile/state. The formula is defined in <xref target="L.1310"/>.</t>
      </section>
      <section anchor="metric-for-wireless-access-technologies">
        <name>Metric for Wireless Access Technologies</name>
        <t>The energy efficiency metric at Radio Frequency (RF) unit level is as follows:</t>
        <artwork><![CDATA[
                     EErfu = Eoutput/Erfu
]]></artwork>
        <t>Where:</t>
        <ul spacing="normal">
          <li>
            <t>'Eoutput' is daily RF output energy consumption [Wh] under different load.</t>
          </li>
          <li>
            <t>'Erfu' is daily RF units energy consumption [Wh] under different load.</t>
          </li>
        </ul>
        <t>The formula is defined in <xref target="L.1310"/>.</t>
      </section>
      <section anchor="metrics-for-routers-and-ethernet-switches">
        <name>Metrics for Routers and Ethernet Switches</name>
        <t>The metric for routers and Ethernet switches is as follows:</t>
        <artwork><![CDATA[
                    EER = Ti/Pw [Mbit/s/W]
]]></artwork>
        <t>Where 'Ti' is NDR throughput, 'Pw' is weighted power (energy consumption rate). The formula is defined in <xref target="L.1310"/>.</t>
        <artwork><![CDATA[
                    Pw = a*Pu1 + b*Pu2 + c*Pu3
]]></artwork>
        <t>Where:</t>
        <ul spacing="normal">
          <li>
            <t>'a'/'b'/'c' are the relative weight at different usage percentage with  <tt>a+b+c=1</tt>.</t>
          </li>
          <li>
            <t>'Pu1'/'Pu2'/'Pu3' are the power at different usage percentage.</t>
          </li>
        </ul>
      </section>
      <section anchor="metrics-for-small-network-devices">
        <name>Metrics for Small Network Devices</name>
        <t>A metric for small networking devices intended for home/domestic or small office use is as follows:</t>
        <artwork><![CDATA[
                   EER = Ti/Pw [Mbit/s/W]
]]></artwork>
        <t>Where Ti is NDR throughput between wide area network (WAN) and local area network (LAN) ports
in the ingress direction, Pw is the average power during Full load, Idle load and Low power, the formula is defined in <xref target="L.1310"/>.</t>
        <artwork><![CDATA[
                  Ti = 0.35T_idle+0.5T_lowpower+0.15T_maximum
                  Pw = 0.35P_idle+0.5P_lowpower+0.15P_maximum
]]></artwork>
        <t>where:</t>
        <ul spacing="normal">
          <li>
            <t>(0.35,0.5,0.15) is the relative weight at different usage mode.</t>
          </li>
          <li>
            <t>'P_idle'/'P_lowpower'/'P_maximum' is the average power at different usage mode.</t>
          </li>
          <li>
            <t>'T_idle'/'T_lowpower'/'T_maximum' is NDR throughput at different usage mode.</t>
          </li>
        </ul>
      </section>
      <section anchor="metric-for-power-equipment">
        <name>Metric for Power Equipment</name>
        <artwork><![CDATA[
                           δ = Po/Pi
]]></artwork>
        <t>Where:</t>
        <ul spacing="normal">
          <li>
            <t>'Po' is output power.</t>
          </li>
          <li>
            <t>'Pi' is input power.</t>
          </li>
        </ul>
        <t>This energy efficiency value is measured or calculated from the testing data over a given time period.
The formula is defined in <xref target="L.1320"/>.</t>
      </section>
      <section anchor="metric-for-cooling-equipment">
        <name>Metric for Cooling Equipment</name>
        <artwork><![CDATA[
                          η = Qt/Pi
]]></artwork>
        <t>Where:</t>
        <ul spacing="normal">
          <li>
            <t>'η' is the energy efficiency of the air conditioner.</t>
          </li>
          <li>
            <t>'Pi' is the input power.</t>
          </li>
          <li>
            <t>'Qt' is the sum of the sensible cooling capacity and the latent cooling capacity.</t>
          </li>
        </ul>
        <t>The formula is defined in <xref target="L.1320"/>.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security is not discussed in this document.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="ETSI-ES-203-136" target="https://www.etsi.org/deliver/etsi_es/203100_203199/203136/01.02.00_50/es_203136v010200m.pdf">
        <front>
          <title>Environmental Engineering (EE); Measurement methods for energy efficiency of router and switch equipment</title>
          <author>
            <organization/>
          </author>
          <date year="2017"/>
        </front>
      </reference>
      <reference anchor="L.1310" target="https://www.itu.int/rec/T-REC-L.1310-202409-P">
        <front>
          <title>Energy efficiency metrics and measurement methods for telecommunication equipment</title>
          <author>
            <organization/>
          </author>
          <date year="2024"/>
        </front>
      </reference>
      <reference anchor="L.1315" target="https://www.itu.int/rec/T-REC-L.1315-201705-I">
        <front>
          <title>Standardization terms and trends in energy efficiency</title>
          <author>
            <organization/>
          </author>
          <date year="2017"/>
        </front>
      </reference>
      <reference anchor="L.1316" target="https://www.itu.int/rec/T-REC-L.1316-201911-I">
        <front>
          <title>Energy efficiency framework</title>
          <author>
            <organization/>
          </author>
          <date year="2019"/>
        </front>
      </reference>
      <reference anchor="L.1320" target="https://www.itu.int/rec/T-REC-L.1320-201403-I">
        <front>
          <title>Energy efficiency metrics and measurement for power and cooling equipment for telecommunications and data centres</title>
          <author>
            <organization/>
          </author>
          <date year="2014"/>
        </front>
      </reference>
      <reference anchor="L.1331" target="https://www.itu.int/rec/T-REC-L.1331-202009-S">
        <front>
          <title>Assessment of mobile network energy efficiency</title>
          <author>
            <organization/>
          </author>
          <date year="2020"/>
        </front>
      </reference>
      <reference anchor="L.1333" target="https://handle.itu.int/11.1002/1000/15028">
        <front>
          <title>Carbon data intensity for network energy performance monitoring</title>
          <author>
            <organization/>
          </author>
          <date year="2022"/>
        </front>
      </reference>
      <reference anchor="L.1410" target="https://www.itu.int/rec/T-REC-L.1410-201412-I">
        <front>
          <title>Methodology for environmental life cycle assessments of information and communication technology goods, networks and services</title>
          <author>
            <organization/>
          </author>
          <date year="2014"/>
        </front>
      </reference>
      <reference anchor="TS28.554" target="https://www.3gpp.org/ftp/Specs/archive/28_series/28.554/28554-i70.zip">
        <front>
          <title>Management and orchestration; 5G end to end Key Performance Indicators (KPI)</title>
          <author>
            <organization/>
          </author>
          <date year="2024"/>
        </front>
      </reference>
      <reference anchor="RFC7326">
        <front>
          <title>Energy Management Framework</title>
          <author fullname="J. Parello" initials="J." surname="Parello"/>
          <author fullname="B. Claise" initials="B." surname="Claise"/>
          <author fullname="B. Schoening" initials="B." surname="Schoening"/>
          <author fullname="J. Quittek" initials="J." surname="Quittek"/>
          <date month="September" year="2014"/>
          <abstract>
            <t>This document defines a framework for Energy Management (EMAN) for devices and device components within, or connected to, communication networks. The framework presents a physical reference model and information model. The information model consists of an Energy Management Domain as a set of Energy Objects. Each Energy Object can be attributed with identity, classification, and context. Energy Objects can be monitored and controlled with respect to power, Power State, energy, demand, Power Attributes, and battery. Additionally, the framework models relationships and capabilities between Energy Objects.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7326"/>
        <seriesInfo name="DOI" value="10.17487/RFC7326"/>
      </reference>
      <reference anchor="I-D.cprjgf-bmwg-powerbench">
        <front>
          <title>Characterization and Benchmarking Methodology for Power in Networking Devices</title>
          <author fullname="Carlos Pignataro" initials="C." surname="Pignataro">
            <organization>North Carolina State University</organization>
          </author>
          <author fullname="Romain Jacob" initials="R." surname="Jacob">
            <organization>ETH Zürich</organization>
          </author>
          <author fullname="Giuseppe Fioccola" initials="G." surname="Fioccola">
            <organization>Huawei</organization>
          </author>
          <author fullname="Qin Wu" initials="Q." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <date day="30" month="January" year="2025"/>
          <abstract>
            <t>   This document defines a standard mechanism to measure, report, and
   compare power usage of different networking devices and under
   different network configurations and conditions.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-cprjgf-bmwg-powerbench-04"/>
      </reference>
    </references>
    <?line 306?>

<section anchor="sec-sdos">
      <name>Standards Bodies and Standards</name>
      <t>This appendix provides a list of SDOs where relevant energy efficiency effort is ongoing.
This appendix does not aim to be comprehensive. The appendix may be removed in future versions of the document.</t>
      <section anchor="itu-t-sg5">
        <name>ITU-T SG5</name>
        <t>ITU-T Study Group 5 (SG5) has already worked on developing standards on energy efficiency.
ITU-T SG5 has many standards in the environment efficiency field. These standards include <xref target="L.1310"/>, <xref target="L.1315"/>,
<xref target="L.1316"/>, and <xref target="L.1320"/> covering energy efficiency terminology, framework, metrics, and measurement methods.</t>
        <t>ITU-T SG5 is also responsible for other standards that might be of interest to protocol developers
and network operators. For example:</t>
        <ul spacing="normal">
          <li>
            <t><xref target="L.1331"/> specifies assessment of mobile network energy efficiency.</t>
          </li>
          <li>
            <t><xref target="L.1333"/> specifies the correlation between the carbon intensity indicator and energy efficiency metric. The carbon KPI defined in <xref target="L.1333"/>
refers to the energy efficiency metric defined in ITU-T L.1331.</t>
          </li>
          <li>
            <t><xref target="L.1410"/> focuses on the assessment of the environmental impact of information and communication technology (ICT) goods, networks and services. It provides
specific guidance on energy and greenhouse gas (GHG) impacts.</t>
          </li>
        </ul>
      </section>
      <section anchor="etsi-tcee">
        <name>ETSI TCEE</name>
        <t>ETSI Technical Committee (TC) Environment Engineering (EE) is collaborating with ITU-T SG5 to develop technically
aligned standards on energy efficiency and environment aspect. These standards include energy efficiency, power
feeding solution, circular economy and network efficiency KPI and eco-design requirement for ICT, with the aim to
build an international eco-environmental standardization.</t>
        <t><xref target="ETSI-ES-203-136"/> defines the energy consumption metrics and measurement methods for router and Ethernet switch equipment. It specifies a methodology and the test conditions to measure the power consumption of router and switch equipment and is also applicable to Core, edge, and access routers.</t>
      </section>
      <section anchor="gpp-sa5">
        <name>3GPP SA5</name>
        <t>3GPP SA5 has, in Release 17, extended its scope from RAN only to the whole 5G System (5GS) and worked on Energy Efficiency
(EE) and Energy Saving (ES) of mobile networks. EE Key Performance Indicators (KPI) have been defined for the 5G Core
network and Network Slices.</t>
        <t>The 3GPP Energy Efficiency in the RAN is defined by the performance divided by the Energy Consumption (EC), where
the definition of the performance depends on the type of network entity it applies to. From this, SA5 work aimed at
defining the best metrics for each of them, and their measurement method.</t>
        <t>In Rel-18, WG SA5 works with ETSI NFV to explore more accurate virtual CPU usage measurements from ETSI NFV MANO,
Introduce additional metrics when estimating the Energy Consumption of Virtual Machines, e.g., their virtual disk or
link usage. In addition new use cases for Energy Saving, applied to NG-RAN, 5GC, and Network Slicing, AI/ML assisted
energy saving scenarios are also being investigated.</t>
        <t>Specifically, <xref target="TS28.554"/> defines a number of energy efficiency KPIs, including a generic Network Slice Energy Efficiency KPI, defined as the ratio between the performance of the network slice and its energy consumption.</t>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
kPJvUfb+HwSnRqv9NwAA

-->

</rfc>
