Re: [tcpm] draft-anumita-tcpm-stronger-checksum
"Biswas, Anumita" <Anumita.Biswas@netapp.com> Thu, 10 June 2010 18:36 UTC
Return-Path: <Anumita.Biswas@netapp.com>
X-Original-To: tcpm@core3.amsl.com
Delivered-To: tcpm@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0EEF53A69A2 for <tcpm@core3.amsl.com>; Thu, 10 Jun 2010 11:36:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.999
X-Spam-Level:
X-Spam-Status: No, score=-3.999 tagged_above=-999 required=5 tests=[BAYES_50=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XkkAt1MS2uFV for <tcpm@core3.amsl.com>; Thu, 10 Jun 2010 11:35:32 -0700 (PDT)
Received: from mx2.netapp.com (mx2.netapp.com [216.240.18.37]) by core3.amsl.com (Postfix) with ESMTP id 76D513A6A2F for <tcpm@ietf.org>; Thu, 10 Jun 2010 11:32:55 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="4.53,399,1272870000"; d="scan'208";a="379345638"
Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx2-out.netapp.com with ESMTP; 10 Jun 2010 11:31:45 -0700
Received: from sacrsexc1-prd.hq.netapp.com (sacrsexc1-prd.hq.netapp.com [10.99.115.27]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id o5AIVdsr020490; Thu, 10 Jun 2010 11:31:45 -0700 (PDT)
Received: from SACMVEXC2-PRD.hq.netapp.com ([10.99.115.18]) by sacrsexc1-prd.hq.netapp.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 10 Jun 2010 11:31:42 -0700
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Thu, 10 Jun 2010 11:31:30 -0700
Message-ID: <A3D02FB7C6883741952C425A59E261A5097324A1@SACMVEXC2-PRD.hq.netapp.com>
In-Reply-To: <4C1035B2.7020502@isi.edu>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [tcpm] draft-anumita-tcpm-stronger-checksum
Thread-Index: AcsINonUEPEgOZW3R5uRPKiO1O+evAAkKYKg
From: "Biswas, Anumita" <Anumita.Biswas@netapp.com>
To: Joe Touch <touch@isi.edu>, "Scheffenegger, Richard" <rs@netapp.com>
X-OriginalArrivalTime: 10 Jun 2010 18:31:42.0715 (UTC) FILETIME=[2C7094B0:01CB08CB]
Cc: tcpm@ietf.org, "Anantha Ramaiah (ananth)" <ananth@cisco.com>
Subject: Re: [tcpm] draft-anumita-tcpm-stronger-checksum
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcpm>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Jun 2010 18:36:22 -0000
> -----Original Message----- > From: Joe Touch [mailto:touch@isi.edu] > Sent: Wednesday, June 09, 2010 5:46 PM > To: Scheffenegger, Richard > Cc: tcpm@ietf.org; Anantha Ramaiah (ananth) > Subject: Re: [tcpm] draft-anumita-tcpm-stronger-checksum > > > Some notes below... > > Scheffenegger, Richard wrote: > > To further this discussion: > > > > I believe the suggestion using Alternate Checksum Option has the > > highest > > merits: > > > > O) no new tcp option number would be needed > > O) only an additional checksum option type would need to be defined > > (and there are still plenty left; I found no evidence so > far, that any > > other value than 0 and 1 were ever used - scanning though the I-D > > archives). > > > > To make this proposal compatible with existing middleboxes, which > > might not understand the option, but choose to simply > forward it, my > > suggestion would be to *NOT* include the TCP pseudo-header in that > > alternate checksum, but *only* cover the data section. This > would make > > it also possible to traverse NAT/PAT gateways, which are > agnostic to > > this option. > > Middleboxes will be a problem no matter what you do. > If middleboxes are not RFC compliant, then yes. > Some will drop the segment simply because it has an option > they don't understand. > I guess our goal is not to solve the problem for workaround middleboxes that do not follow RFC 1122 interoperability mandate in 4.2.2.5. I am more worried about the bigger problem of losing data integrity for packet MTUs greater than 1500. Today we are storing peta bytes of data in a single storage bin. Imagine copying peta bytes of data over the network to that bin. The likelihood of bit errors going undetected just increased probably by many magnitudes. The other day I was listening to someone from probably the most largest software company talk about copying data over the network and seeing bit corruptions going unnoticed. Bit corruptions will go unnoticed when you send a large amount of data on the wire. This Internet Draft is just a small beginning in improving the rate of error detection. Also, the cost of costly cryptographic operations have to be weighed against simpler CRC checksum algorithms that are already offloaded to modern NICs for SCTP. If we standardize the CRC-32C for TCP, then NIC vendors can offload them to newer versions of NICs and we get rid of the in-software computations. > Some will drop the option, which will result in drops at the receiver. > > Many (most) will try to validate the TCP checksum, which is > zero or contains part of the alternate checksum when the > alternate checksum is present, so they'll drop the segment in > that case. > > As a result, it's not particularly useful to tailor this > option to work through middleboxes. > > Further, RFC 1146 defines the option to work over the same > fields as the TCP checksum; I don't think it would be > appropriate to use that option with merely a different > algorithm and redefine the bits covered. > Agreed. > Finally, if the TCP header isn't protected, it's no longer a > TCP checksum - it's a data checksum, at which point TLS is > probably more appropriate. > Based on comments I received from Richard Scheffenegger offline, we have to continue to put in the summation based 16-bit checksum in the TCP header so that we don't break the existing standard of what the TCP checksum is expected to be. However, I am a bit skeptical about the comment that the 16-bit summation based checksum is adequate to pass off as protecting the TCP header. In theory it does protect the TCP header, but in practice, when the checksum spans MTU sizes larger than 1500 bytes, it is not going to catch the random bit flip in the sequence number, ack number etc. Instead, the draft proposes a stronger tcp checksum The draft also only debates over whether the psuedoheader must be added to the TCP checksum. But it states that the TCP header + Data must be included in the CRC 32C checksum. Again, these are details that can be worked out if the WG thinks that this draft is worth taking up by the WG for further consideration. > I don't think the other suggestions (two checksums, issues of > how many bits are covered, etc.) are important. If the above > doesn't work, the rest is moot anyway. > > Joe > >
- [tcpm] draft-eggert-tcpm-historicize-00 Lars Eggert
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Ron Bonica
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Hagen Paul Pfeifer
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Anantha Ramaiah (ananth)
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Lars Eggert
- [tcpm] draft-anumita-tcpm-stronger-checksum (was:… Lars Eggert
- Re: [tcpm] draft-eggert-tcpm-historicize-00 L.Wood
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Duke, Martin
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Hagen Paul Pfeifer
- Re: [tcpm] draft-eggert-tcpm-historicize-00 L.Wood
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Hagen Paul Pfeifer
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Alejandro Acosta
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Anantha Ramaiah (ananth)
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Scheffenegger, Richard
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Joe Touch
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum L.Wood
- Re: [tcpm] draft-eggert-tcpm-historicize-00 L.Wood
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Scheffenegger, Richard
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Scheffenegger, Richard
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Joe Touch
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Biswas, Anumita
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Biswas, Anumita
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Joe Touch
- Re: [tcpm] draft-anumita-tcpm-stronger-checksum Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Lars Eggert
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Hagen Paul Pfeifer
- Re: [tcpm] draft-eggert-tcpm-historicize-00 David Ros
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Lars Eggert
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Alexander Zimmermann
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Yuchung Cheng
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Eddy, Wesley M. (GRC-MS00)[ASRC AEROSPACE CORP]
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Anantha Ramaiah (ananth)
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Scheffenegger, Richard
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Scheffenegger, Richard
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Fernando Gont
- Re: [tcpm] draft-eggert-tcpm-historicize-00 L.Wood
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 L.Wood
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 L.Wood
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Biswas, Anumita
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Biswas, Anumita
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 L.Wood
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 rick jones
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 rick jones
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Lars Eggert
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Scheffenegger, Richard
- Re: [tcpm] draft-eggert-tcpm-historicize-00 Joe Touch