Re: End System PMTUD behavior question
Mark Andrews <Mark_Andrews@isc.org> Fri, 23 January 2009 01:02 UTC
Return-Path: <ipv6-bounces@ietf.org>
X-Original-To: ipngwg-archive@lists.ietf.org
Delivered-To: ietfarch-ipngwg-archive@core3.amsl.com
Received: from [127.0.0.1] (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 2A3E83A6981; Thu, 22 Jan 2009 17:02:03 -0800 (PST)
X-Original-To: ipv6@core3.amsl.com
Delivered-To: ipv6@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C0ADD3A696D; Thu, 22 Jan 2009 17:02:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.449
X-Spam-Level:
X-Spam-Status: No, score=-2.449 tagged_above=-999 required=5 tests=[AWL=0.150, BAYES_00=-2.599]
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 I8mTD7OUalO0; Thu, 22 Jan 2009 17:02:00 -0800 (PST)
Received: from mx.isc.org (mx.isc.org [IPv6:2001:4f8:0:2::1c]) by core3.amsl.com (Postfix) with ESMTP id C1D853A6981; Thu, 22 Jan 2009 17:01:57 -0800 (PST)
Received: from farside.isc.org (farside.isc.org [IPv6:2001:4f8:3:bb::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "farside.isc.org", Issuer "ISC CA" (verified OK)) by mx.isc.org (Postfix) with ESMTPS id A3174114050; Fri, 23 Jan 2009 01:01:15 +0000 (UTC) (envelope-from Mark_Andrews@isc.org)
Received: from drugs.dv.isc.org (drugs.dv.isc.org [IPv6:2001:470:1f00:820:214:22ff:fed9:fbdc]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "drugs.dv.isc.org", Issuer "ISC CA" (not verified)) by farside.isc.org (Postfix) with ESMTP id E8F22E6072; Fri, 23 Jan 2009 01:01:14 +0000 (UTC) (envelope-from marka@isc.org)
Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.14.3/8.14.3) with ESMTP id n0N119J0038463; Fri, 23 Jan 2009 12:01:10 +1100 (EST) (envelope-from marka@drugs.dv.isc.org)
Message-Id: <200901230101.n0N119J0038463@drugs.dv.isc.org>
To: Peter.Hunt@nokia.com
From: Mark Andrews <Mark_Andrews@isc.org>
Subject: Re: End System PMTUD behavior question
In-reply-to: Your message of "Fri, 23 Jan 2009 01:54:39 +0200." <808F2ECE7425024994976AC3D44BDCF4C8B900@vaebe108.NOE.Nokia.com>
Date: Fri, 23 Jan 2009 12:01:09 +1100
Cc: ipv6-bounces@ietf.org, csliou@mitre.org, ipv6@ietf.org, ksherman@mitre.org, steve_eiserman@uscourts.gov, fhuang@mitre.org, v6ops@ops.ietf.org, pgrayeli@mitre.org
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/pipermail/ipv6>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: ipv6-bounces@ietf.org
Errors-To: ipv6-bounces@ietf.org In message <808F2ECE7425024994976AC3D44BDCF4C8B900@vaebe108.NOE.Nokia.com>, Pet
er.Hunt@nokia.com writes: > Hemant, > =20 > Forgive me if I've misunderstood, but it sounds like you're saying that = > we should require protocols or applications above IP to always send data = > in messages small enough to avoid IP fragemntation. > =20 > I agree it makes sense for a higher layer to use the PMTU information in = > IP's cache when it can. Expecting TCP to use the PMTU is perfectly = > reasonable, as it's already chopping up a byte stream into packets. For = > protocols which are already packetized, though, I think it's less = > advantageous to burden them (or the application using them) with the = > problem of fragmentation and reassembly, to avoid IP fragmentation. > =20 > For example, if a user does a "ping -s 1500" to a destination whose PMTU = > is 1280, the only way to avoid IP fragmentation is for the ping = > application to split the data into multiple messages, or for IPCMPv6 to = > do so. Either way, you have to introduce some way to identify them as = > "ping fragments" and reassemble them in order. That will require changes = > to the ICMPv6 protocol, I think. Furthermore, you're no longer really = > doing a "ping 1500", but two pings of 1280 and 220 bytes, respectively. > =20 > In the case of an application which sends records in single UDP frames, = > to avoid fragmentation is must split its messages into MTU-sized = > chuncks, and come up with a way at the destination to identify and = > reassemble the chunks in order. This seems a bit unreasonable, given = > that IPv6 has a perfectly good mechanism to do this already. > =20 For the record. DNS servers just tell the kernel to fragment at network mtu for UDP/IPv6 and ensure that DF is off for UDP/IPv4. DNS clients don't usually generate packets big enough to be a issue. If they do need to send a big (> 512) message they usually just switch straight to TCP to avoid having to probe the server to see how big a UDP message it will handle. > So I think the behaviour observed by Thomas during his testing is = > correct. I don't think ping or ICMPv6 should reduce the ICMP message = > size to avoid IP fragmentation. > =20 > Peter Hunt > Software Engineer > Nokia S&S. > =20 > > ------_=_NextPart_001_01C97CEC.C9F8E0DD > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > <HTML dir=3Dltr><HEAD><TITLE>RE: End System PMTUD behavior = > question</TITLE>=0A= > <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dunicode">=0A= > <META content=3D"MSHTML 6.00.6001.18183" name=3DGENERATOR></HEAD>=0A= > <BODY>=0A= > <DIV id=3DidOWAReplyText26585 dir=3Dltr>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" color=3D#000000 = > size=3D2>Hemant,</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT size=3D2></FONT> </DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>Forgive me if I've = > misunderstood, but it sounds like you're saying that we should require = > protocols or applications above IP to always send data in messages small = > enough to avoid IP fragemntation.</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2></FONT> </DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>I agree it makes = > sense for a higher layer to use the PMTU information in IP's cache when = > it can. Expecting TCP to use the PMTU is perfectly reasonable, as it's = > already chopping up a byte stream into packets. For protocols which are = > already packetized, though, I think it's less advantageous to burden = > them (or the application using them) with the problem of fragmentation = > and reassembly, to avoid IP fragmentation.</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2></FONT> </DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>For example, if a = > user does a "ping -s 1500" to a destination whose PMTU is 1280, the only = > way to avoid IP fragmentation is for the ping application to split the = > data into multiple messages, or for IPCMPv6 to do so. Either way, you = > have to introduce some way to identify them as "ping fragments" and = > reassemble them in order. That will require changes to the ICMPv6 = > protocol, I think. Furthermore, you're no longer really doing = > a "ping 1500", but two pings of 1280 and 220 bytes, = > respectively.</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2></FONT> </DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>In the case of an = > application which sends records in single UDP frames, to avoid = > fragmentation is must split its messages into MTU-sized chuncks, and = > come up with a way at the destination to identify and reassemble the = > chunks in order. This seems a bit unreasonable, given that IPv6 has a = > perfectly good mechanism to do this already.</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2></FONT> </DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>So I think the = > behaviour observed by Thomas during his testing is correct. I don't = > think ping or ICMPv6 should reduce the ICMP message size to avoid IP = > fragmentation.</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2></FONT> </DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>Peter = > Hunt</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>Software = > Engineer</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT face=3D"Courier New" size=3D2>Nokia = > S&S.</FONT></DIV>=0A= > <DIV dir=3Dltr><FONT size=3D2></FONT> </DIV></DIV></BODY></HTML> > ------_=_NextPart_001_01C97CEC.C9F8E0DD-- > > --===============0174434914== > Content-Type: text/plain; charset="us-ascii" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > -------------------------------------------------------------------- > IETF IPv6 working group mailing list > ipv6@ietf.org > Administrative Requests: https://www.ietf.org/mailman/listinfo/ipv6 > -------------------------------------------------------------------- > > --===============0174434914==-- -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org -------------------------------------------------------------------- IETF IPv6 working group mailing list ipv6@ietf.org Administrative Requests: https://www.ietf.org/mailman/listinfo/ipv6 --------------------------------------------------------------------
- End System PMTUD behavior question Dunn, Jeffrey H.
- Re: End System PMTUD behavior question RĂ©mi Denis-Courmont
- RE: End System PMTUD behavior question Dunn, Jeffrey H.
- Re: End System PMTUD behavior question Thomas Peterson
- RE: End System PMTUD behavior question Hemant Singh (shemant)
- RE: End System PMTUD behavior question Dunn, Jeffrey H.
- RE: End System PMTUD behavior question Dunn, Jeffrey H.
- Re: End System PMTUD behavior question Thomas Peterson
- RE: End System PMTUD behavior question Hemant Singh (shemant)
- RE: End System PMTUD behavior question Peter.Hunt
- Re: End System PMTUD behavior question Mark Andrews
- RE: End System PMTUD behavior question Dunn, Jeffrey H.
- Re: End System PMTUD behavior question Mark Andrews
- RE: End System PMTUD behavior question Pekka Savola
- RE: End System PMTUD behavior question Dunn, Jeffrey H.
- RE: End System PMTUD behavior question Dunn, Jeffrey H.
- RE: End System PMTUD behavior question Dunn, Jeffrey H.
- Re: End System PMTUD behavior question Thomas Peterson