generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdraft-retana-rtgwg-eacp.xml
345 lines (290 loc) · 33.4 KB
/
draft-retana-rtgwg-eacp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
<!ENTITY nbsp " ">
<!ENTITY zwsp "​">
<!ENTITY nbhy "‑">
<!ENTITY wj "⁠">
]>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<?rfc strict="yes" ?>
<?rfc toc="yes" ?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes" ?>
<?rfc subcompact="no" ?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="info" docName="draft-retana-rtgwg-eacp-07" ipr="trust200902" obsoletes="" submissionType="IETF" updates="" xml:lang="en" tocInclude="true" tocDepth="2" symRefs="true" sortRefs="true" version="3">
<!-- xml2rfc v2v3 conversion 3.13.1 -->
<!-- front section -->
<front>
<title abbrev="Energy Aware Control Planes">A Framework for Energy Aware Control Planes</title>
<seriesInfo name="Internet-Draft" value="draft-retana-rtgwg-eacp-07"/>
<author fullname="Alvaro Retana" initials="A." surname="Retana">
<organization>Futurewei Technologies, Inc.</organization>
<address>
<email>aretana@futurewei.com</email>
</address>
</author>
<author fullname="Russ White" initials="R." surname="White">
<organization>Akamai Technologies</organization>
<address>
<email>russw@riw.us</email>
</address>
</author>
<author fullname="Manuel Paul" initials="M." surname="Paul">
<organization>Deutsche Telekom AG</organization>
<address>
<email>Manuel.Paul@telekom.de</email>
</address>
</author>
<date day="24" month="August" year="2023"/>
<area>Routing</area>
<workgroup>Routing Area Working Group</workgroup>
<abstract>
<t>Energy is a primary constraint in large-scale network design, particularly in cloud-scale data center fabrics. While compute and storage clearly consume the largest amounts of energy in large-scale networks, the optics and electronics used in transporting data also contribute to energy usage and heat generation.</t>
<t>This document provides an overview of various areas of concern in the interaction between network performance and efforts at energy aware control planes, as a guide for those working on modifying current control planes or designing new ones to improve the energy efficiency of high density, highly complex, network deployments.</t>
</abstract>
</front>
<!-- end of front -->
<!-- middle section -->
<middle>
<!-- L1: introduction -->
<section toc="default" numbered="true">
<name>Introduction</name>
<t>The availability of low-cost energy sources, provisioning energy sources, and handling the heat generation from processing and transporting data are determining factors in the siting, development, and operation of large-scale data centers. The rise of edge computing, 5G, and diversified compute is causing the importance of understanding and reducing energy usage in networks to become increasingly important.</t>
<t>As with all network and protocol design, however, reducing energy use represents a tradeoff. In the case of networks, increasing energy efficiency can result in a loss of optimization in network operations in other areas. These kinds of tradeoffs can be described in terms of the state/optimization/surface triad; increasing local optimization in one area, energy consumption, can result in global sub-optimization through increased state, more complex interaction surfaces, or even suboptimal global energy usage.</t>
<t>This document provides background information and a framework for understanding the tradeoffs between modifications made to network control plane protocols to conserve energy and network performance. This document also makes suggestions to designers and implementers of modifications intended to enable energy conservation in networks. The intent of this document is to encourage work in the area of reducing network energy usage through protocol design, network design, and network operations.</t>
<t>The document is organized as follows. <xref format="default" target="background"/> provides material the reader needs to understand to appreciate the challenges inherent in balancing energy reduction with effective network performance. This section includes subsections considering the application and business requirements that are the basis of the reset of the document. <xref format="default" target="framework"/> provides a framework for understanding common mechanisms in energy management schemes. <xref format="default" target="considerations"/> provides an analysis of the areas highlighted, including an explanation of how the specific area interacts with energy management, an example of the interaction, and, finally, a set of considerations for protocol designers when proposing either new protocols or modifications to existing protocols to reduce energy usage.</t>
</section>
<!-- end of introduction -->
<!-- L1 -->
<!-- end of requirements language -->
<!-- L1 -->
<section anchor="background" toc="default" numbered="true">
<name>Background</name>
<t>This section describes the underlying business and application drivers for the considerations sections.</t>
<!-- scope -->
<section toc="default" numbered="true">
<name>Scope</name>
<t>Radio based networks designed for rapid deployment for highly mobile users (often called Mobile Ad Hoc Networks <xref format="default" target="RFC2501"/>), and sensor networks designed using devices with limited power, memory, and processing resources <xref format="default" target="RFC7102"/>, are not the target of this document. Readers should refer to the groups working within those areas for energy management requirements based on those specialized environments. While protocol developers for those environments may draw useful information from this document, this work is not intended to address those specialized networks specifically. Mobile cellular networks however are similarly affected by excess energy consumption as wireline networks and seek to save energy by methods such as the ones described in <xref format="default" target="SDO-3GPP.25.927"/>.</t>
<t>Inter-domain applications require more work in policy than in technical and business considerations, and therefore fall outside the scope of this document. Intra-domain control planes are (intuitively) where most energy savings will be attained, at any rate. Most high concentrations of routers, such as data centers and campus networks, are under a single administrative domain. Therefore, placing inter-domain control planes outside the scope of this document does not limit its usefulness in any meaningful way.</t>
<t>Energy monitoring deals with the collection of information related to energy utilization and its characteristics, and energy control relates to directly influencing the optimization and/or efficiency of devices in the network <xref format="default" target="RFC7326"/>. The focus of this document is on understanding the tradeoffs between modifications made to network protocols to conserve energy and network performance metrics, rather than functions, steps or procedures required for energy monitoring or control.</t>
</section>
<!-- end of scope -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Business Drivers</name>
<t>Networks are driven by organizational, application specific, and general connectivity requirements. Organizational requirements include capital and operational expense, and the restrictions the network architecture places on the growth and operation of the organization. The interaction between the network and organization is managed through change management, availability, and network agility (the ability to quickly support or shed application demands on the network).</t>
<t>Modifying control planes to support energy awareness impacts capital and operational expenses primarily through tradeoffs against availability, and potentially through network agility.</t>
</section>
<!-- end of business drivers -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Application Drivers</name>
<t>Applications drivers provide the background for each of the technical sections below. While network operators and protocol designers need to pay attention to a wide array of factors when considering how best to support specific applications, this document focuses on factors with broad impact. The first two questions involve bandwidth: how much bandwidth will the application consume, and is this bandwidth consumption fairly steady, or highly variable? For instance, applications such as streaming video tend to have long lasting flows with high bandwidth requirements, file transfers tend to produce shorter flows requiring high bandwidth, and HTML traffic tends to be bursty, with much lower bandwidth requirements.</t>
<t>The next question a protocol or network designer might ask about a specific application is its tolerance to jitter. Real time applications, such as voice and video conferencing, have a very low toleration for jitter. File transfers and streaming video, on the other hand, can often handle large variations in packet arrival times. If packets are delayed long enough, the application may actually time out, shutting down sessions. Users will often "hang up" after a short period of time, as well, causing loss of revenue and productivity.</t>
<t>Delay is another crucial factor in the performance of many applications. Many server virtualization protocols, for instance, have very low tolerance for delay, having been written with connectivity through a short wire local broadcast segment in mind. Applications such as stock and commodity trading, remote medical, and collaborative video editing also exhibit very little tolerance for delay. Applications built on a microservices model will often exhibit deep performance loss when running over a network with high or variable delay.</t>
<t>Variable delay, or jitter, is another factor which broadly impacts application performance. Networks with high jitter require longer flow and error control timeouts, reducing application performance.</t>
<t>Control plane convergence events can cause jitter in traffic flows through the network. Changing the number of hops through the network (an increase or reduction in stretch) will cause the delay through the network to vary, which is perceived by the application as jitter. The selection of a suboptimal route by the control plane, for instance through the introduction of aggregation or summarization of reachability information, or the selection of a more heavily loaded link over a more likely loaded one, can increase the number of hops traffic takes through the network, or select a path with more deeply filled queues. Either of these can cause traffic to pass through the network more slowly, which is perceived by the application as delay.</t>
<t>Jitter and delay can also be introduced directly into the packet stream by reducing the throughput of individual links, or putting devices and/or links into energy reduced modes for very short periods of time (microsleeps). If a link is asleep when the first and third packets from a flow arrive at the head end of the link, and not when the second packet from that same flow arrives, each packet is going to be processed differently, and hence will have a different delay across the path.</t>
<t>The following sections address bandwidth reduction, increasing stretch, network convergence, and introducing jitter through microsleeps, in more detail.</t>
</section>
<!-- end of application drivers -->
</section>
<!-- end of background -->
<!-- L1 -->
<section anchor="framework" toc="default" numbered="true">
<name>Framework</name>
<t>This section contains a sample network which is used throughout the rest of this document, considers some ways in which energy usage can be reduced, and provides some examples.</t>
<!-- L2 -->
<section toc="default" numbered="true">
<name>Example Network</name>
<t>To illustrate the impacts of link and device removal throughout the rest of this document, the following network is used.</t>
<artwork align="center" alt="" name="Figure 1: Example Network" type="">
<![CDATA[
/--R2--R6--\ /---\
R1 R4 R5
\----R3----/ \---/
]]>
</artwork>
<t>This network is overly simplistic so the impact of removing various links and devices from the topology can be more clearly illustrated. More complex topologies will often exhibit these same effects in less obvious, and harder to understand, ways.</t>
</section>
<!-- end of sample network -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Modes of Reducing Energy Usage</name>
<t>There are four primary ways in which energy usage can be reduced:</t>
<ul spacing="normal">
<li>Removing redundant links from the network topology; for instance, one of the two parallel links between R4 and R5 may be removed</li>
<li>Removing redundant network equipment from the network topology; for instance, R2 and R6, along with their associated links, may be removed</li>
<li>Reducing the amount of time equipment or links are operational; for instance, one of the two parallel links between R4 and R5 may be shut down during time periods when the traffic flow through the network is not large enough to justify operating both links</li>
<li>Reducing the link speed or processing rate of equipment; for instance, the speed of the two links between R4 and R5 may be reduced during time periods when the traffic through the network is not large enough to justify making some higher amount of bandwidth available</li>
</ul>
<t>Completely removing nodes or links from the network topology has several impacts on the control plane which must be considered. In these cases, the control plane must:</t>
<ul spacing="normal">
<li>Modify the network topology so removed links or devices are not used to forward traffic</li>
<li>Remember that such links exist, possibly including the neighbors and destinations reachable through them</li>
</ul>
</section>
<!-- end of modes of reducing energy usage -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Global Versus Local Decisions</name>
<t>It is often tempting to optimize for local conditions while ignoring system-level results, or to optimize system-level conditions while ignoring local results. Both of these, however, are often a mistake. The former extreme might be illustrated in a system where two nodes measure local link utilization, shutting down any interconnecting links when the utilization percentage drops below a certain level. In such a system, pairs of adjacent devices may decide to shut down a set of links which leaves no available path (or insufficient bandwidth) through the network as a system. An example of the latter might be a system where every node in the network must agree to shut down a link before the link can be disabled for energy conservation. In this case, a false perception of overall system health caused by timing issues could cause a lack of local optimizations to take place.</t>
<t>There are some considerations and tradeoffs which need to be outlined in considering the global versus local decisions in relation to energy efficiency. System designers should take note of the difficulties with preventing pathological conditions when purely localized decisions are made. For instance, in the example network, assume R1 determines to put the R1->R2 link into an energy saving mode, while R4 determines to put the R4->R3 link into an energy saving mode. In this case, no path will remain available through the network. It is also possible for the opposite to occur, that is for no links or devices to be placed into a reduced energy state because R1 and R4 don't agree through the control plane which links and devices should be removed from the topology.</t>
<t>Protocol designers should consider these tradeoffs in proposals for energy aware control planes.</t>
</section>
<!-- end of global versus local decisions -->
</section>
<!-- end of framework -->
<!-- L1 -->
<section anchor="considerations" toc="default" numbered="true">
<name>Considerations</name>
<t>Each subsection considers a single energy saving mechanism in detail.</t>
<!-- L2 -->
<section toc="default" numbered="true">
<name>Energy Efficiency and Bandwidth Reduction</name>
<t>Bandwidth is an important consideration in high density networks; data center fabrics, for instance, are designed to provide a specific amount of bandwidth, often with relatively fixed delay and jitter, into and out of each server and to facilitate virtual server movement among physical devices. In campus and core networks bandwidth is finely coupled with quality of service guarantees for applications and services. It should be obvious that removing links or devices from a network topology will adversely affect the amount of available bandwidth, which could, in turn, cause well thought out quality of service mechanisms to degrade or fail.</t>
<t>What might not be so obvious is the relationship between available bandwidth and jitter (or other network quality of service measures). If higher speed links are removed from the topology in order to continue using lower speed (and therefore presumably lower power) links, then serialization delays will have a larger impact on traffic flow. Longer serialization delays can cause input queues to back up, which impacts not only delay but jitter, and possibly even traffic delivery.</t>
<!-- L3 -->
<section toc="default" numbered="true">
<name>An Example of Lowering Bandwidth by Removing Parallel Links</name>
<t>In the network illustrated above, one of the two links between R4 and R5 could be an obvious candidate for removal from the network, especially if the network load can easily be transferred to the remaining link without failure. There can be multiple negative impacts from the perspective of optimal traffic flow, among which could be the mixing of different kinds of flows with multiple quality of service requirements.</t>
<t>If, for instance, a flow carrying voice data is mixed with a large file transfer, the mixed queueing of traffic with two different classes of service could cause variable delay (jitter), reducing application performance.</t>
</section>
<!-- end an example of lowered bandwidth -->
<!-- L3 -->
<section toc="default" numbered="true">
<name>Considerations</name>
<t>Modifications to control plane protocols to achieve network energy efficiency should provide the ability to set the minimal bandwidth, jitter, and delay through the network, and not shut down links or devices that would violate those minimal requirements.</t>
</section>
<!-- end of requirements -->
</section>
<!-- end of bandwidth reduction -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Energy Efficiency and Stretch</name>
<t>In any given network, there is a shortest path between any source and any destination. Network protocols discover these paths from the destination's perspective --routing draws traffic along a path, rather than driving along a path. Along with the shortest path, there are a number of paths that can also carry traffic from a given source to a given destination without the packets passing along the same logical link, or through the same logical device, more than once. These are considered <xref format="default" target="RFC5714">loop-free alternate</xref> paths.</t>
<t>The primary difference between the shortest path and the loop-free alternate paths is the total cost of using the path. In simple terms, this difference can be calculated as the number of links and devices a packet must pass through when being carried from the source to the destination, or the hop count. While most networks use much more sophisticated metrics based on bandwidth, congestion, and other factors, the hop count of the path a flow takes through the network is a convenient measure of path efficiency.</t>
<t>When the control plane causes traffic to pass from the source to the destination along a path which is longer than the shortest path, the network is said to have stretch (see <xref format="default" target="Krioukov"/> for a more in depth explanation of network stretch). To measure stretch, simply subtract the metric of the shortest path from the metric of the longer path. For example, in hop count terms, if the best path is three hops, and the current path is four hops, the network exhibits a stretch of 1.</t>
<!-- L3 -->
<section toc="default" numbered="true">
<name>An Example of Stretch</name>
<t>In the network illustrated above, if a modification is made to the control plane to remove the link between R1 and R3 in order to save energy, all the destinations shown in the diagram remain reachable. However, from the perspective of R1, the best path available to reach R2 has increased in length by one hop. The original path is R1->R3->R4->R5, the new path is R1->R2->R6->R4->R5. This represents a stretch of 1.</t>
<t>Along with this increased stretch will most likely also come increased delay through the network; each hop in the network represents a measurable amount of delay. This increased stretch might also represent an increased amount of jitter, as there are more queues and more serialization events in the path of each packet carried. There will also be the modifications in jitter as the network switches between the optimal performance configuration and an energy efficient configuration.</t>
</section>
<!-- end of example of stretch -->
<!-- L3 -->
<section toc="default" numbered="true">
<name>Considerations</name>
<t>Designers who propose modifications to control plane protocols to achieve network energy efficiency should analyze the impact of their mechanisms on the stretch in typical network topologies, and should include such analysis when explaining the applicability of their proposals. This analysis may include an examination of the absolute, or maximum, stretch caused by the modifications to the control plane as well as analysis at the 95th percentile, the average stretch increase in a given set of topologies, and/or the mean increase in stretch.</t>
<t>Mechanisms that could impact the stretch of a network should provide the ability for the network administrator to limit the amount of stretch the network will encounter when moving into a more energy efficient mode.</t>
</section>
<!-- end of requirements -->
</section>
<!-- end of energy efficiency and stretch -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Energy Efficiency and Fast Recovery</name>
<t>A final area where modifications to the control plane for energy efficiency is fast convergence or fast recovery. Many networks are now designed to recover from failures quickly enough to only reult in a handful of traffic lost; recovery on the order of half a second is not an uncommon goal. It should be obvious that removing redundant links and devices from the network to reduce energy consumption could adversely affect these goals.</t>
<!-- L3 -->
<section toc="default" numbered="true">
<name>An Example of Impact on Fast Recovery</name>
<t>In the network shown, assume R2 and its associated links are shut down in order to save energy. The result is a one-connected network with no redundant link, impacting the resilience of the network to node and link failures. It is possible to craft a mechanism that will bring devices and links which have been powered down or taken into a low-energy mode back into service, but these will necessarily require some startup time, which will impact the Mean Time to Repair (MTTR) enabled through the control plane. This impact will appear to applications running over the network as extended jitter, and potentially the loss of packets.</t>
<t>For these reasons, it may be that only links and devices which are a "third point of failure" may be acceptable as removal candidates in order to conserve energy.</t>
<!-- end of an example of impact on fast recovery -->
</section>
<!-- L3 -->
<section toc="default" numbered="true">
<name>Considerations</name>
<t>Modifications to the control plane in order to remove links or nodes to conserve energy should entail the ability to choose the level of redundancy available after the network topology has been trimmed. For instance, it might be acceptable in some situations to move to single points of failure throughout the network, or in specific sections of the network, for certain periods of time. In other situations, it may only be acceptable to reduce the network to a double point of failure, and never to a single point of failure.</t>
</section>
<!-- end of requirements -->
</section>
<!-- end of efficiency and fast recovery -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Energy Efficiency and Microsleeps</name>
<t>Another mechanism to reduce energy usage in a network is to sleep links or devices for very short periods of time, called microsleeps. For instance, if a particular link is only used at 50% of the actual available bandwidth, it should be possible to place the link in some lower power state for 50% of the time, thus reducing energy usage by some percentage. An example of one such mechanism is Energy-Efficient Ethernet <xref format="default" target="IEEE_802.3az_2010"/>.</t>
<t>Such schemes can introduce delay and jitter into the network path directly; if a packet arrives while the link is in a reduced energy state, it must wait until the link enters a normal operational mode before it can be forwarded. Most of the time the proposed sleep states are so small as to be presumably inconsequential on overall packet delay, but multiple packets crossing a series of links, each encountering different links in different states, could take very different amounts of time to pass along the path.</t>
<t>One possible way to resolve this somewhat random accrual of delays on a per packet basis is to coordinate these sleep states such that packets accepted at the entry of the network are consistently passed through the network when all links and devices are in a normal operating mode, and simply delaying all packets at the entry point into the network while the devices in the network are in an energy reduced state. This solution still introduces some amount of jitter; some packets will be delayed by the sleep state at the edge of the network, while others will not. This solution also requires coordinated timers at the speed of forwarding itself to effectively control the sleep and wake cycles of the network.</t>
<!-- L3 -->
<section toc="default" numbered="true">
<name>An Example of Microsleeps to Reduce Energy Usage</name>
<t>In the example network, assume the bandwidth utilization along the path R1->R3->R4->R5 is 50% of the actual available bandwidth. It is possible to consider a scheme where the R1->R3, R3->R4, and R4->R5 links are all put into an energy reduced operational mode 50% of the time, since packets are only available to send 50% of the time. A packet entering at R1 may encounter a short delay at the R1->R3, R3->R4, and R4->R5 links, or it might not. Even if these delays are small, say 200ms at each hop, the accumulated delay through the network due to sleep states may be 0ms (all links and devices awake) or 600ms (all links and devices asleep) as the packet passes through the network.</t>
<t>As network paths lengthen to more realistic path lengths in real deployments, the jitter introduced varies more widely, which could cause problems for the operation of a number of applications.</t>
</section>
<!-- end of microsleep example -->
<!-- L3 -->
<section toc="default" numbered="true">
<name>Considerations</name>
<t>Protocol designers should analyze the impact of accumulated jitter when proposing mechanisms that rely on microsleeps in either equipment or links. This analysis should include both worst case and best case scenarios, as well as an analysis of how coordinated clocks are to be handled in the case of coordinated sleep states.</t>
</section>
<!-- end of requirements -->
</section>
<!-- end of microsleeps -->
<!-- L2 -->
<section toc="default" numbered="true">
<name>Other Operational Aspects</name>
<t>Modification of the network topology in order to save energy needs to consider the operational needs of the network as well as application requirements. Change management, operational downtime, and business usage of the network need to be considered when determining which links and nodes should be placed into a low energy state. Energy provisions have to be assigned and changed for nodes and links, optimally according to network usage profiles over the time of day.</t>
<t>Control plane protocol operation, in terms of operational efficiency on the wire, also needs to be considered when modifying protocol parameters. Any changes that negatively impact the operation of the protocol, in terms of the amount of traffic, the size of routing information transmitted over the network, and interaction with network management operations need to be carefully analyzed for scaling and operational implications.</t>
<!-- L3 -->
<section toc="default" numbered="true">
<name>An Example of Operational Impact</name>
<t>Time of day is an important consideration in business operations. During normal operational hours, the network needs to be fully available, including all available redundancy and bandwidth. During holidays, night hours, and other times when a campus might not be used, or when there are lower traffic and resiliency demands on the network, network elements can be removed to reduce energy usage.</t>
</section>
<!-- end of example of operational impact -->
<!-- L3 -->
<section toc="default" numbered="true">
<name>Considerations</name>
<t>Protocol designers should analyze operational requirements, such as time of day and network traffic load considerations, and explain how proposed protocols or modifications to protocols will interact with them. Protocols designers should analyze increases in network traffic and the operational efficiency impact of proposed changes or protocols.</t>
<!-- end of requirements -->
</section>
</section>
<!-- end of other operational aspects -->
</section>
<!-- end of considerations -->
<!-- L1 -->
<section toc="default" numbered="true">
<name>Security Considerations</name>
<t>This document provides an overview of various areas of concern in the interaction between network performance and the use of energy efficient control planes to improve the energy efficiency of a network. As such, it doesn't introduce any new security risk.</t>
<t>However, providing an API or other mechanism to dynamically modify available bandwidth, put devices in reduced energy states, and otherwise modify network behavior introduces surfaces along which attackers can use to deny effective service to critical applications. By reducing the amount of available bandwidth along a link by invoking energy saving mechanisms, for instance, an attacker could reduce the performance of an application, harming the interests of organizations relying on the network.</t>
<t>Protocol designers should carefully consider the introduction of any potential vulverabilities as a result of the implementation of an energy aware control plane.</t>
</section>
<!-- end of security considerations -->
<section toc="default" numbered="true">
<name>IANA Considerations</name>
<t>This document has no IANA actions.</t>
</section>
<!-- L1 -->
<section toc="default" numbered="true">
<name>Acknowledgements</name>
<t>The authors of this document would like to acknowledge the suggestions and ideas provided by Sujata Banerjee, Puneet Sharma, Dirk Von Hugo, and John Scudder.</t>
</section>
<!-- end of acknowledgements -->
</middle>
<back>
<references>
<name>References</name>
<references>
<name>Informative References</name>
<!-- Here we use entities that we defined at the beginning. -->
<xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2501.xml"/>
<xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7102.xml"/>
<xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7326.xml"/>
<xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5714.xml"/>
<reference anchor="Krioukov" target="http://www.caida.org/publications/papers/2007/compact_routing/">
<!-- the following is the minimum to make xml2rfc happy -->
<front>
<title>On Compact Routing for the Internet</title>
<author initials="D." surname="Krioukov">
<organization>Caida</organization>
</author>
<date year="2007"/>
</front>
</reference>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml5/reference.SDO-3GPP.25.927.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml6/reference.R.IEEE.802.3az-2010.xml"/>
</references>
</references>
</back>
</rfc>