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 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725
|
<pre>Network Working Group F. Gont
Request for Comments: 5461 UTN/FRH
Category: Informational February 2009
<span class="h1">TCP's Reaction to Soft Errors</span>
Status of This Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.
Copyright Notice
Copyright (c) 2009 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/</a>
<a href="http://trustee.ietf.org/license-info">license-info</a>) in effect on the date of publication of this document.
Please review these documents carefully, as they describe your rights
and restrictions with respect to this document.
Abstract
This document describes a non-standard, but widely implemented,
modification to TCP's handling of ICMP soft error messages that
rejects pending connection-requests when those error messages are
received. This behavior reduces the likelihood of long delays
between connection-establishment attempts that may arise in a number
of scenarios, including one in which dual-stack nodes that have IPv6
enabled by default are deployed in IPv4 or mixed IPv4 and IPv6
environments.
<span class="grey">Gont Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2">2</a>. Error Handling in TCP . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
2.1. Reaction to ICMP Error Messages That Indicate Hard
Errors . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
2.2. Reaction to ICMP Error Messages That Indicate Soft
Errors . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-3">3</a>. Problems That May Arise from TCP's Reaction to Soft Errors . . <a href="#page-5">5</a>
<a href="#section-3.1">3.1</a>. General Discussion . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
3.2. Problems That May Arise with Dual-Stack IPv6 on by
Default . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
4. Deployed Workarounds for Long Delays between
Connection-Establishment Attempts . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-4.1">4.1</a>. Context-Sensitive ICMP/TCP Interaction . . . . . . . . . . <a href="#page-7">7</a>
4.2. Context-Sensitive ICMP/TCP Interaction with Repeated
Confirmation . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-5">5</a>. Possible Drawbacks of Changing ICMP Semantics . . . . . . . . <a href="#page-9">9</a>
<a href="#section-5.1">5.1</a>. Non-Deterministic Transient Network Failures . . . . . . . <a href="#page-9">9</a>
<a href="#section-5.2">5.2</a>. Deterministic Transient Network Failures . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-5.3">5.3</a>. Non-Compliant Network Address Translators (NATs) . . . . . <a href="#page-10">10</a>
<a href="#section-6">6</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-7">7</a>. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-11">11</a>
<a href="#section-8">8</a>. Contributors . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-11">11</a>
<a href="#section-9">9</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-9.1">9.1</a>. Normative References . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-9.2">9.2</a>. Informative References . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<span class="grey">Gont Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The handling of network failures can be separated into two different
actions: fault isolation and fault recovery. Fault isolation
consists of the actions that hosts and routers take to determine that
there is a network failure. Fault recovery, on the other hand,
consists of the actions that hosts and routers perform in an attempt
to survive a network failure [<a href="./rfc0816" title=""Fault isolation and recovery"">RFC0816</a>].
In the Internet architecture, the Internet Control Message Protocol
(ICMP) [<a href="./rfc0792" title=""Internet Control Message Protocol"">RFC0792</a>] is one fault isolation technique to report network
error conditions to the hosts sending datagrams over the network.
When a host is notified of a network error, its network stack will
attempt to continue communications, if possible, in the presence of
the network failure. The fault recovery strategy may depend on the
type of network failure taking place and the time at which the error
condition is detected.
This document analyzes the problems that may arise due to TCP's fault
recovery reactions to ICMP soft errors. It analyzes the problems
that may arise when a host tries to establish a TCP connection with a
multihomed host that has some unreachable addresses. Additionally,
it analyzes the problems that may arise in the specific scenario
where dual-stack nodes that have IPv6 enabled by default are deployed
in IPv4 or mixed IPv4 and IPv6 environments.
Finally, we document a modification to TCP's reaction to ICMP
messages indicating soft errors during connection startup that has
been implemented in a variety of TCP/IP stacks to help overcome the
problems outlined below. We stress that this modification runs
contrary to the standard behavior and this document unambiguously
does not change the standard reaction.
[<a id="ref-Gont">Gont</a>] describes alternative approaches for dealing with the problem
of long delays between connection-establishment attempts in TCP.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Error Handling in TCP</span>
Network errors can be divided into soft and hard errors. Soft errors
are considered to be transient network failures that are likely to be
solved in the near term. Hard errors, on the other hand, are
considered to reflect network error conditions that are unlikely to
be solved in the near future.
<span class="grey">Gont Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
The Host Requirements RFC [<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>] states, in <a href="#section-4.2.3.9">Section 4.2.3.9</a>, that
the ICMP messages that indicate soft errors are ICMP "Destination
Unreachable" codes 0 (network unreachable), 1 (host unreachable), and
5 (source route failed); ICMP "Time Exceeded" codes 0 (time to live
exceeded in transit) and 1 (fragment reassembly time exceeded); and
ICMP "Parameter Problem". Even though ICMPv6 did not exist when
[<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>] was written, one could extrapolate the concept of soft
errors to ICMPv6 "Destination Unreachable" codes 0 (no route to
destination) and 3 (address unreachable); ICMPv6 "Time Exceeded"
codes 0 (hop limit exceeded in transit) and 1 (fragment reassembly
time exceeded); and ICMPv6 "Parameter Problem" codes 0 (erroneous
header field encountered), 1 (unrecognized Next Header type
encountered), and 2 (unrecognized IPv6 option encountered) [<a href="./rfc4443" title=""Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification"">RFC4443</a>].
+----------------------------------+--------------------------------+
| ICMP | ICMPv6 |
+----------------------------------+--------------------------------+
| Destination Unreachable (codes | Destination Unreachable (codes |
| 0, 1, and 5) | 0 and 3) |
+----------------------------------+--------------------------------+
| Time Exceeded (codes 0 and 1) | Time Exceeded (codes 0 and 1) |
+----------------------------------+--------------------------------+
| Parameter Problem | Parameter Problem (codes 0, 1, |
| | and 2) |
+----------------------------------+--------------------------------+
Table 1: Extrapolating the concept of soft errors to ICMPv6
When there is a network failure that is not signaled to the sending
host, such as a gateway corrupting packets, TCP's fault recovery
action is to repeatedly retransmit the corresponding data until
either they get acknowledged or the connection times out.
In the case that a host does receive an ICMP error message referring
to an ongoing TCP connection, the IP layer will pass this message up
to the corresponding TCP instance to raise awareness of the network
failure [<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>]. TCP's reaction to ICMP messages will depend on
the type of error being signaled.
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>. Reaction to ICMP Error Messages That Indicate Hard Errors</span>
When receiving an ICMP error message that indicates a hard error
condition, compliant TCP implementations will simply abort the
corresponding connection, regardless of the connection state.
The Host Requirements RFC [<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>] states, in <a href="#section-4.2.3.9">Section 4.2.3.9</a>, that
TCP SHOULD abort connections when receiving ICMP error messages that
indicate hard errors. This policy is based on the premise that, as
<span class="grey">Gont Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
hard errors indicate network error conditions that will not change in
the near term, it will not be possible for TCP to usefully recover
from this type of network failure.
It should be noted that virtually none of the current TCP
implementations follow the advice in [<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>], and they do not abort
the corresponding connection when an ICMP hard error is received for
a connection that is in any of the synchronized states
[<a href="#ref-ICMP-ATTACKS" title=""ICMP attacks against TCP"">ICMP-ATTACKS</a>].
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>. Reaction to ICMP Error Messages That Indicate Soft Errors</span>
If an ICMP error message is received that indicates a soft error, TCP
will repeatedly retransmit the corresponding data until either they
get acknowledged or the connection times out. In addition, the TCP
sender may record the information for possible later use (see
[<a href="#ref-Stevens" title=""TCP/IP Illustrated, Volume 1: The Protocols"">Stevens</a>], pp. 317-319).
The Host Requirements RFC [<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>] states, in <a href="#section-4.2.3.9">Section 4.2.3.9</a>, that
TCP MUST NOT abort connections when receiving ICMP error messages
that indicate soft errors. This policy is based on the premise that,
as soft errors are transient network failures that will hopefully be
solved in the near term, one of the retransmissions will succeed.
When the connection timer expires and an ICMP soft error message has
been received before the timeout, TCP can use this information to
provide the user with a more specific error message (see [<a href="#ref-Stevens" title=""TCP/IP Illustrated, Volume 1: The Protocols"">Stevens</a>],
pp. 317-319).
This reaction to soft errors exploits a valuable feature of the
Internet -- that, for many network failures, the network can be
dynamically reconstructed without any disruption of the endpoints.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Problems That May Arise from TCP's Reaction to Soft Errors</span>
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. General Discussion</span>
Even though TCP's fault recovery strategy in the presence of soft
errors allows for TCP connections to survive transient network
failures, there are scenarios in which this policy may cause
undesirable effects.
For example, consider a scenario in which an application on a local
host is trying to communicate with a destination whose name resolves
to several IP addresses. The application on the local host will try
to establish a connection with the destination host, usually cycling
through the list of IP addresses until one succeeds [<a href="./rfc1123" title=""Requirements for Internet Hosts - Application and Support"">RFC1123</a>].
Suppose that some (but not all) of the addresses in the returned list
<span class="grey">Gont Informational [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
are permanently unreachable. If such a permanently unreachable
address is the first in the list, the application will likely try to
use it first and block waiting for a timeout before trying an
alternate address.
As discussed in <a href="#section-2">Section 2</a>, this unreachability condition may or may
not be signaled to the sending host. If the local TCP is not
signaled concerning the error condition, there is very little that
can be done other than to repeatedly retransmit the SYN segment and
wait for the existing timeout mechanism in TCP, or an application
timeout, to be triggered. However, even if unreachability is
signaled by some intermediate router to the local TCP by means of an
ICMP soft error message, the local TCP will still repeatedly
retransmit the SYN segment until the connection timer expires (in the
hopes that the error is transient). The Host Requirements RFC
[<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>] states that this timer MUST be large enough to provide
retransmission of the SYN segment for at least 3 minutes. This would
mean that the application on the local host would spend several
minutes for each unreachable address with which it tries to establish
the TCP connection. These long delays between connection-
establishment attempts would be inappropriate for many interactive
applications, such as the Web. [<a href="#ref-Shneiderman" title=""Response Time and Display Rate in Human Performance with Computers"">Shneiderman</a>] and [<a href="#ref-Thadani" title=""Interactive User Productivity"">Thadani</a>] offer some
insight into interactive systems (e.g., how the response time affects
the usability of an application). This highlights that there is no
one definition of a "transient error" and that the level of
persistence in the face of failure represents a tradeoff.
It is worth noting that while most applications try the addresses
returned by the name-to-address function in serial, this is certainly
not the only possible approach. For example, applications could try
multiple addresses in parallel until one succeeds, possibly avoiding
the problem of long delays between connection-establishment attempts
described in this document [<a href="#ref-Gont" title=""On the problem of long delays between connection-establishment attempts in TCP"">Gont</a>].
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Problems That May Arise with Dual-Stack IPv6 on by Default</span>
A particular scenario in which the above type of problem may occur
regularly is that where dual-stack nodes that have IPv6 enabled by
default are deployed in IPv4 or mixed IPv4 and IPv6 environments and
the IPv6 connectivity is non-existent [<a href="./rfc4943" title=""IPv6 Neighbor Discovery On-Link Assumption Considered Harmful"">RFC4943</a>].
As discussed in [<a href="./rfc4943" title=""IPv6 Neighbor Discovery On-Link Assumption Considered Harmful"">RFC4943</a>], there are two possible variants of this
scenario, which differ in whether or not the lack of connectivity is
signaled to the sending node.
<span class="grey">Gont Informational [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
In those scenarios in which packets sent to a destination are
silently dropped and no ICMPv6 [<a href="./rfc4443" title=""Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification"">RFC4443</a>] errors are generated, there
is little that can be done other than to wait for the existing
connection-timeout mechanism in TCP, or an application timeout, to be
triggered.
In scenarios where a legacy node has no default routers and Neighbor
Unreachability Detection (NUD) [<a href="./rfc4861" title=""Neighbor Discovery for IP version 6 (IPv6)"">RFC4861</a>] fails for destinations
assumed to be on-link, or where firewalls or other systems that
enforce scope boundaries send ICMPv6 errors, the sending node will be
signaled of the unreachability problem. However, as discussed in
<a href="#section-2.2">Section 2.2</a>, compliant TCP implementations will not abort connections
when receiving ICMP error messages that indicate soft errors.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Deployed Workarounds for Long Delays between Connection-</span>
<span class="h2"> Establishment Attempts</span>
The following subsections describe a number of workarounds for the
problem of long delays between connection-establishment attempts that
have been implemented in a variety of TCP/IP stacks. We note that
treating soft errors as hard errors during connection establishment,
while widespread, is not part of standard TCP behavior and this
document does not change that state of affairs. The consensus of the
TCPM WG (TCP Maintenance and Minor Extensions Working Group) was to
document this widespread implementation of nonstandard TCP behavior
but to not change the TCP standard.
<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>. Context-Sensitive ICMP/TCP Interaction</span>
As discussed in <a href="#section-1">Section 1</a>, it may make sense for the fault recovery
action to depend not only on the type of error being reported but
also on the state of the connection against which the error is
reported. For example, one could infer that when an error arrives in
response to opening a new connection, it is probably caused by
opening the connection improperly, rather than by a transient network
failure [<a href="./rfc0816" title=""Fault isolation and recovery"">RFC0816</a>].
A number of TCP implementations have modified their reaction to all
ICMP soft errors and treat them as hard errors when they are received
for connections in the SYN-SENT or SYN-RECEIVED states. For example,
this workaround has been implemented in the Linux kernel since
version 2.0.0 (released in 1996) [<a href="#ref-Linux" title=""http://www.kernel.org"">Linux</a>]. However, it should be
noted that this change violates <a href="./rfc1122#section-4.2.3.9">section 4.2.3.9 of [RFC1122]</a>, which
states that these ICMP error messages indicate soft error conditions
and that, therefore, TCP MUST NOT abort the corresponding connection.
<span class="grey">Gont Informational [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
[<a id="ref-RFC3168">RFC3168</a>] states that a host that receives a RST in response to the
transmission of an ECN (Explicit Congestion Notification)-setup SYN
packet MAY resend a SYN with the CWR (Congestion Window Reduced) and
ECE (ECN-Echo) bits cleared. This is meant to deal with faulty
middle-boxes that reject connections when a SYN segment has the ECE
and CWR bits set. Some faulty middle-boxes (e.g., firewalls) may
reject these connection requests with an ICMP soft error of type 3
(Destination Unreachable), code 0 (net unreachable) or 1 (host
unreachable), instead of a RST. Therefore, a system that processes
ICMP soft error messages as hard errors when they are received for a
connection in any of the non-synchronized states could resend the SYN
segment with the ECE and CWR bits cleared when an ICMP "net
unreachable" (type 3, code 0) or "host unreachable" (type 3, code 1)
error message is received in response to a SYN segment that had these
bits set.
<a href="#section-4.2">Section 4.2</a> discusses a more conservative approach than that sketched
above, which is implemented in FreeBSD.
<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>. Context-Sensitive ICMP/TCP Interaction with Repeated Confirmation</span>
A more conservative approach than simply treating soft errors as hard
errors (as described above) would be to abort a connection in the
SYN-SENT or SYN-RECEIVED states only after an ICMP soft error has
been received a specified number of times and the SYN segment has
been retransmitted more than some specified number of times.
Two new parameters would have to be introduced to TCP, to be used
only during the connection-establishment phase: MAXSYNREXMIT and
MAXSOFTERROR. MAXSYNREXMIT would specify the number of times the SYN
segment would have to be retransmitted before a connection is
aborted. MAXSOFTERROR would specify the number of ICMP messages
indicating soft errors that would have to be received before a
connection is aborted.
Two additional state variables would need to be introduced to store
additional state information during the connection-establishment
phase: "nsynrexmit" and "nsofterror". Both would be initialized to
zero when a connection attempt is initiated, with "nsynrexmit" being
incremented by one every time the SYN segment is retransmitted and
"nsofterror" being incremented by one every time an ICMP message that
indicates a soft error is received.
A connection in the SYN-SENT or SYN-RECEIVED states would be aborted
if "nsynrexmit" was greater than MAXSYNREXMIT and "nsofterror" was
simultaneously greater than MAXSOFTERROR.
<span class="grey">Gont Informational [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
This approach would give the network more time to solve the
connectivity problem than does simply aborting a connection attempt
upon reception of the first soft error. However, it should be noted
that, depending on the values chosen for the MAXSYNREXMIT and
MAXSOFTERROR parameters, this approach could still lead to long
delays between connection-establishment attempts, thus not solving
the problem. For example, BSD systems abort connections in the SYN-
SENT or the SYN-RECEIVED state when a second ICMP error is received
and the SYN segment has been retransmitted more than three times.
They also set up a "connection-establishment timer" that imposes an
upper limit on the time the connection-establishment attempt has to
succeed, which expires after 75 seconds (see [<a href="#ref-Stevens2" title=""TCP/IP Illustrated, Volume 2: The Implementation"">Stevens2</a>], pp. 828-
829). Even when this policy may be better than the three-minute
timeout policy specified in [<a href="./rfc1122" title=""Requirements for Internet Hosts - Communication Layers"">RFC1122</a>], it may still be inappropriate
for handling the potential problems described in this document. This
more conservative approach has been implemented in BSD systems for
more than ten years [<a href="#ref-Stevens2" title=""TCP/IP Illustrated, Volume 2: The Implementation"">Stevens2</a>].
We also note that the approach given in this section is a generalized
version of the approach sketched in the previous section. In
particular, with MAXSOFTERROR set to 1 and MAXSYNREXMIT set to zero,
the schemes are identical.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Possible Drawbacks of Changing ICMP Semantics</span>
The following subsections discuss some possible drawbacks that could
arise from use of the non-standard modifications to TCP's reaction to
soft errors, which are described in <a href="#section-4.1">Section 4.1</a> and <a href="#section-4.2">Section 4.2</a>.
<span class="h3"><a class="selflink" id="section-5.1" href="#section-5.1">5.1</a>. Non-Deterministic Transient Network Failures</span>
In scenarios where a transient network failure affects all of the
addresses returned by the name-to-address translation function, all
destinations could be unreachable for some short period of time. For
example, a mobile system consisting of a cell and a repeater may pass
through a tunnel, leading to a loss of connectivity at the repeater,
with the repeater sending ICMP soft errors back to the cell. Also, a
transient routing problem might lead some intervening router to drop
a SYN segment that was meaning to establish a TCP connection and send
an ICMP soft error back to the host. Finally, a SYN segment carrying
data might get fragmented and some of the resulting fragments might
get lost, with the destination host timing out the reassembly process
and sending an ICMP soft error back to the sending host (although
this particular scenario is unlikely because, while [<a href="./rfc0793" title=""Transmission Control Protocol"">RFC0793</a>] allows
SYN segments to carry data, in practice they do not). In such
scenarios, the application could quickly cycle through all the IP
addresses in the list and return an error, when it could have let TCP
<span class="grey">Gont Informational [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
retry a destination a few seconds later, when the transient problem
could have disappeared. In this case, the modifications described
here make TCP less robust than a standards-compliant implementation.
Additionally, in many cases a domain name maps to a single IP
address. In such a case, it might be better to try that address
persistently according to normal TCP rules, instead of just aborting
the pending connection upon receipt of an ICMP soft error.
<span class="h3"><a class="selflink" id="section-5.2" href="#section-5.2">5.2</a>. Deterministic Transient Network Failures</span>
There are some scenarios in which transient network failures could be
deterministic. For example, consider a scenario in which upstream
network connectivity is triggered by network use. That is, network
connectivity is instantiated only on an "as needed" basis. In this
scenario, the connection triggering the upstream connectivity could
deterministically receive ICMP Destination Unreachables while the
upstream connectivity is being activated, and thus would be aborted.
Again, in this case, the modifications described here make TCP less
robust than a standards-compliant implementation.
<span class="h3"><a class="selflink" id="section-5.3" href="#section-5.3">5.3</a>. Non-Compliant Network Address Translators (NATs)</span>
Some NATs respond to an unsolicited inbound SYN segment with an ICMP
soft error message. If the system sending the unsolicited SYN
segment implements the workaround described in this document, it will
abort the connection upon receipt of the ICMP error message, thus
probably preventing TCP's simultaneous open from succeeding through
the NAT. However, it must be stressed that those NATs described in
this section are not BEHAVE-compliant and therefore should implement
REQ-4 of [<a href="./rfc5382" title=""NAT Behavioral Requirements for TCP"">RFC5382</a>] instead.
In those scenarios in which such a non-BEHAVE-compliant NAT is
deployed, TCP simultaneous opens could fail. While undesirable, this
is tolerable in many situations. For instance, a number of host
implementations of TCP do not support TCP simultaneous opens
[<a href="#ref-Zuquete" title=""Improving the functionality of SYN cookies"">Zuquete</a>].
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Security Considerations</span>
This document describes a non-standard modification to TCP's reaction
to soft errors that has been implemented in a variety of TCP
implementations. This modification makes TCP abort a connection in
the SYN-SENT or the SYN-RECEIVED states when it receives an ICMP
error message that indicates a soft error. Therefore, the
modification could be exploited to reset valid connections during the
connection-establishment phase.
<span class="grey">Gont Informational [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
The non-standard workaround described in this document makes TCP more
vulnerable to attack, even if only slightly. However, we note that
an attacker wishing to reset ongoing TCP connections could send any
of the ICMP hard error messages in any connection state.
Generally, TCP backs off its retransmission timer each time it
retransmits the SYN segment for the same connection. If a TCP
implements the modification described in this document, that is,
tries the next address in the list upon receipt of an ICMP error
message, it might end up injecting more packets into the network than
if it had simply retried the same address a number of times.
However, compliant TCP implementations might already incur this
behavior (e.g., as a result of cycling through the list of IP
addresses in response to RST segments) as there are currently no
recommendations on methods for limiting the rate at which SYN
segments are sent for connecting to a specific destination.
A discussion of the use of ICMP to perform a variety of attacks
against TCP, and a number of counter-measures that minimize the
impact of these attacks, can be found in [<a href="#ref-ICMP-ATTACKS" title=""ICMP attacks against TCP"">ICMP-ATTACKS</a>].
A discussion of the security issues arising from the use of ICMPv6
can be found in [<a href="./rfc4443" title=""Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification"">RFC4443</a>].
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Acknowledgements</span>
The author wishes to thank Mark Allman, Jari Arkko, David Black, Ron
Bonica, Ted Faber, Gorry Fairhurst, Sally Floyd, Juan Fraschini,
Tomohiro Fujisaki, Guillermo Gont, Saikat Guha, Alfred Hoenes,
Michael Kerrisk, Eddie Kohler, Mika Liljeberg, Arifumi Matsumoto,
Sandy Murphy, Carlos Pignataro, Pasi Sarolahti, Pekka Savola, Pyda
Srisuresh, Jinmei Tatuya, and Joe Touch for contributing many
valuable comments on earlier versions of this document.
The author wishes to thank Secretaria de Extension Universitaria at
Universidad Tecnologica Nacional and Universidad Tecnologica
Nacional/Facultad Regional Haedo for their support in this work.
Finally, the author wishes to express deep and heartfelt gratitude to
Jorge Oscar Gont and Nelida Garcia for their precious motivation and
guidance.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Contributors</span>
Mika Liljeberg was the first to describe how their implementation
treated soft errors. Based on that, the solution discussed in
<a href="#section-4.1">Section 4.1</a> was documented in [<a href="#ref-v6-ON" title=""Issues with Dual Stack IPv6 on by Default"">v6-ON</a>] by Sebastien Roy, Alain Durand,
and James Paugh.
<span class="grey">Gont Informational [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. References</span>
<span class="h3"><a class="selflink" id="section-9.1" href="#section-9.1">9.1</a>. Normative References</span>
[<a id="ref-RFC0792">RFC0792</a>] Postel, J., "Internet Control Message Protocol",
STD 5, <a href="./rfc792">RFC 792</a>, September 1981.
[<a id="ref-RFC0793">RFC0793</a>] Postel, J., "Transmission Control Protocol", STD 7,
<a href="./rfc793">RFC 793</a>, September 1981.
[<a id="ref-RFC1122">RFC1122</a>] Braden, R., "Requirements for Internet Hosts -
Communication Layers", STD 3, <a href="./rfc1122">RFC 1122</a>, October 1989.
[<a id="ref-RFC1123">RFC1123</a>] Braden, R., "Requirements for Internet Hosts -
Application and Support", STD 3, <a href="./rfc1123">RFC 1123</a>,
October 1989.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC3168">RFC3168</a>] Ramakrishnan, K., Floyd, S., and D. Black, "The
Addition of Explicit Congestion Notification (ECN) to
IP", <a href="./rfc3168">RFC 3168</a>, September 2001.
[<a id="ref-RFC4443">RFC4443</a>] Conta, A., Deering, S., and M. Gupta, "Internet
Control Message Protocol (ICMPv6) for the Internet
Protocol Version 6 (IPv6) Specification", <a href="./rfc4443">RFC 4443</a>,
March 2006.
[<a id="ref-RFC4861">RFC4861</a>] Narten, T., Nordmark, E., Simpson, W., and H.
Soliman, "Neighbor Discovery for IP version 6
(IPv6)", <a href="./rfc4861">RFC 4861</a>, September 2007.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-Gont">Gont</a>] Gont, F., "On the problem of long delays between
connection-establishment attempts in TCP", Work
in Progress, January 2009.
[<a id="ref-ICMP-ATTACKS">ICMP-ATTACKS</a>] Gont, F., <a style="text-decoration: none" href='https://www.google.com/search?sitesearch=datatracker.ietf.org%2Fdoc%2Fhtml%2F&q=inurl:draft-+%22ICMP+attacks+against+TCP%22'>"ICMP attacks against TCP"</a>, Work
in Progress, October 2008.
[<a id="ref-Linux">Linux</a>] The Linux Project, "<a href="http://www.kernel.org">http://www.kernel.org</a>".
[<a id="ref-RFC0816">RFC0816</a>] Clark, D., "Fault isolation and recovery", <a href="./rfc816">RFC 816</a>,
July 1982.
<span class="grey">Gont Informational [Page 12]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-13" ></span>
<span class="grey"><a href="./rfc5461">RFC 5461</a> TCP's Reaction to Soft Errors February 2009</span>
[<a id="ref-RFC4943">RFC4943</a>] Roy, S., Durand, A., and J. Paugh, "IPv6 Neighbor
Discovery On-Link Assumption Considered Harmful",
<a href="./rfc4943">RFC 4943</a>, September 2007.
[<a id="ref-RFC5382">RFC5382</a>] Guha, S., Biswas, K., Ford, B., Sivakumar, S., and P.
Srisuresh, "NAT Behavioral Requirements for TCP",
<a href="https://www.rfc-editor.org/bcp/bcp142">BCP 142</a>, <a href="./rfc5382">RFC 5382</a>, October 2008.
[<a id="ref-Shneiderman">Shneiderman</a>] Shneiderman, B., "Response Time and Display Rate in
Human Performance with Computers", ACM
Computing Surveys, 1984.
[<a id="ref-Stevens">Stevens</a>] Stevens, W., "TCP/IP Illustrated, Volume 1: The
Protocols", Addison-Wesley, 1994.
[<a id="ref-Stevens2">Stevens2</a>] Wright, G. and W. Stevens, "TCP/IP Illustrated,
Volume 2: The Implementation", Addison-Wesley, 1994.
[<a id="ref-Thadani">Thadani</a>] Thadani, A., "Interactive User Productivity", IBM
Systems Journal, No. 1, 1981.
[<a id="ref-Zuquete">Zuquete</a>] Zuquete, A., "Improving the functionality of SYN
cookies", 6th IFIP Communications and Multimedia
Security Conference (CMS 2002), 2002.
[<a id="ref-v6-ON">v6-ON</a>] Roy, S., Durand, A., and J. Paugh, "Issues with Dual
Stack IPv6 on by Default", Work in Progress,
July 2004.
Author's Address
Fernando Gont
Universidad Tecnologica Nacional / Facultad Regional Haedo
Evaristo Carriego 2644
Haedo, Provincia de Buenos Aires 1706
Argentina
Phone: +54 11 4650 8472
EMail: fernando@gont.com.ar
URI: <a href="http://www.gont.com.ar">http://www.gont.com.ar</a>
Gont Informational [Page 13]
</pre>
|