Re: Is Fragmentation at IP layer even needed ?

Fernando Gont <fgont@si6networks.com> Wed, 10 February 2016 00:38 UTC

Return-Path: <fgont@si6networks.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9BD0C1B2A4D for <ietf@ietfa.amsl.com>; Tue, 9 Feb 2016 16:38:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ey2iXHK59J7E for <ietf@ietfa.amsl.com>; Tue, 9 Feb 2016 16:38:52 -0800 (PST)
Received: from fgont.go6lab.si (fgont.go6lab.si [91.239.96.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF42C1AD1EE for <ietf@ietf.org>; Tue, 9 Feb 2016 16:38:51 -0800 (PST)
Received: from [192.168.1.66] (unknown [186.56.150.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by fgont.go6lab.si (Postfix) with ESMTPSA id 5A101206B61; Wed, 10 Feb 2016 01:38:46 +0100 (CET)
Subject: Re: Is Fragmentation at IP layer even needed ?
To: Phillip Hallam-Baker <phill@hallambaker.com>, Warren Kumari <warren@kumari.net>
References: <CAOJ6w=EvzE3dM4Y2mFFR=9YyPBdmFu_jkF4-42LjkdbRd3yz_w@mail.gmail.com> <BLUPR05MB1985F5F2BB3118362C67B921AED50@BLUPR05MB1985.namprd05.prod.outlook.com> <20160208200943.A615941B5B96@rock.dv.isc.org> <BLUPR05MB19857B918B236880CE8FE871AED50@BLUPR05MB1985.namprd05.prod.outlook.com> <56B91905.4020801@tzi.org> <CAMm+LwgkpQnBm37Hq9qpffQKVgO9fyRv54pG6UM-gj8qFd_-Ow@mail.gmail.com> <alpine.LSU.2.00.1602091204430.21662@hermes-2.csi.cam.ac.uk> <CAMm+LwjnYHRuriAnLYc-2UkSygbxzJe+JK_=XQDzvY-bERjsuw@mail.gmail.com> <CAHw9_i+5rOE_dCm26MDLPSwOHCL+=Ax-gOYmeGpWoMWxY4v=pA@mail.gmail.com> <CAMm+Lwg4ZW4CvU8-ZtBbMez+003KtccdqjRbuMHpXkNOTbecDQ@mail.gmail.com>
From: Fernando Gont <fgont@si6networks.com>
X-Enigmail-Draft-Status: N1110
Message-ID: <56BA834E.3050701@si6networks.com>
Date: Tue, 09 Feb 2016 21:24:46 -0300
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
MIME-Version: 1.0
In-Reply-To: <CAMm+Lwg4ZW4CvU8-ZtBbMez+003KtccdqjRbuMHpXkNOTbecDQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/ietf/FiGAxNVIweia-l6o4p0P4i7msok>
Cc: Carsten Bormann <cabo@tzi.org>, ietf <ietf@ietf.org>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Feb 2016 00:38:53 -0000

On 02/09/2016 04:10 PM, Phillip Hallam-Baker wrote:
> On Tue, Feb 9, 2016 at 10:59 AM, Warren Kumari <warren@kumari.net> wrote:
> 
>> <rant>
>> There seems to be a fair amount of discussion requiring knowledge of the
>> host stack, or understanding of the capabilities of a specific network (e.g:
>> all the hosts support [reassembly of "large" fragments | TCP fast open], all
>> the routers in my network support looking deep into EH, all my devices set
>> flow labels, etc.).
>>
>> This feels deeply flawed to me - applications shouldn't need to have deep
>> knowledge of the network or end system stack behavior, and relying on
>> specific behavior of a system / network makes the application brittle and
>> non-portable[0].
> 
> Absolutely. And I see similar issues when people try to get me to use
> HTTP features in Web Services.
> 
> I know all about said HTTP features. I wrote some of them. But when I
> am running a Web Service over HTTP, HTTP is a lower level protocol
> layer and I don't want my application to depend on any feature at that
> level unless there is a clean separation of concerns.
> 
> 
>> Until a behavior is supported by the lowest common denominator / (almost)
>> everything, it probably makes sense to avoid it[1].
> 
> Probably. But there is another option: Put all the wood behind one arrow.
> 
> The IETF is architected as a research lab rather than a standards
> body. That has good points and bad points. One of the bad points is
> that we don't end up with one consistent and coherent way to achieve
> an outcome, we end up with multiple options and a hope that 'the
> market' will come to a decision. And then people are upset when the
> market decides that it is quite happy where it is.
> 
> The other problem is that as Warren points out, the process doesn't
> really produce proposals that are fully interchangeable. For years
> people were trying to persuade people to move to DNSSEC and IPv6 with
> what I call the 'boat anchor' strategy of forcing other specs to build
> on them as a platform requirement. I once sat through a BOF where a
> group of people who claimed to be doing 'home automation' (what we
> called IoT before) who started off by mandating IPv6.
> 
> If you are writing an application protocol and it mandates IP let
> alone a specific version then you are doing it wrong.

FWIW, part of that has to do with using low-level APIs in apps.

If you think about it, an app tipically has to be DNS-aware, know about
ports, etc., rather than "get_me_a_connection()".

Thanks,
-- 
Fernando Gont
SI6 Networks
e-mail: fgont@si6networks.com
PGP Fingerprint: 6666 31C6 D484 63B2 8FB1 E3C4 AE25 0D55 1D4E 7492