Re: [v6ops] How do you solve 3GPP issue if neither operator nor handset supports PD?

Philip Homburg <pch-ipv6-ietf-7@u-1.phicoh.com> Mon, 30 November 2020 15:54 UTC

Return-Path: <pch-b9D3CB0F5@u-1.phicoh.com>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1922E3A0E9E for <ipv6@ietfa.amsl.com>; Mon, 30 Nov 2020 07:54:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.499
X-Spam-Level:
X-Spam-Status: No, score=-1.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.399, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=no autolearn_force=no
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 fMBjpax0eWBR for <ipv6@ietfa.amsl.com>; Mon, 30 Nov 2020 07:54:27 -0800 (PST)
Received: from stereo.hq.phicoh.net (stereo6-tun.hq.phicoh.net [IPv6:2001:888:1044:10:2a0:c9ff:fe9f:17a9]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C42433A0E8C for <ipv6@ietf.org>; Mon, 30 Nov 2020 07:54:26 -0800 (PST)
Received: from stereo.hq.phicoh.net (localhost [::ffff:127.0.0.1]) by stereo.hq.phicoh.net with esmtp (TLS version=TLSv1.2 cipher=ECDHE-RSA-CHACHA20-POLY1305) (Smail #157) id m1kjlVK-0000K4C; Mon, 30 Nov 2020 16:54:18 +0100
Message-Id: <m1kjlVK-0000K4C@stereo.hq.phicoh.net>
To: ipv6@ietf.org
Subject: Re: [v6ops] How do you solve 3GPP issue if neither operator nor handset supports PD?
From: Philip Homburg <pch-ipv6-ietf-7@u-1.phicoh.com>
Sender: pch-b9D3CB0F5@u-1.phicoh.com
References: <m1kiLjK-0000EaC@stereo.hq.phicoh.net> <7BB64BE0-6A62-4711-91E4-1393EDC0809E@employees.org> <m1kiaW6-0000IFC@stereo.hq.phicoh.net> <5EB013E0-CC25-42AB-B5EF-3DBC82782B44@employees.org> <m1kidK6-00001eC@stereo.hq.phicoh.net> <965999C8-31C2-415C-9AB7-0B8129918BB9@employees.org> <m1kigqX-0000ETC@stereo.hq.phicoh.net> <A2BB24C1-F529-4712-AF8D-F0CE62066BC7@employees.org> <m1kjjtu-0000ICC@stereo.hq.phicoh.net> <604EC7F4-E1EB-42A7-BD54-24A9F594473D@employees.org>
In-reply-to: Your message of "Mon, 30 Nov 2020 15:37:29 +0100 ." <604EC7F4-E1EB-42A7-BD54-24A9F594473D@employees.org>
Date: Mon, 30 Nov 2020 16:54:16 +0100
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/0iG3B_ZGlPun4FuD31dAyVOArNs>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/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>
X-List-Received-Date: Mon, 30 Nov 2020 15:54:37 -0000

> Right, so can you know describe how the network, hosts and applications
> are supposed to deal with flash renumbering? Including servers in
> that network.
> 
> Specification, implementation and deployment status?
> 
> I'm drilling down on this to see if we can get a common understanding
> of what the IETF gaps are, and what the implementation and deployment
> gaps are.  (Not making any assumption that the IETF would ever
> recommend an ephemeral addressing model of course.)

Network: 
- DHCPv6 PD: there is a little bit, I think DOCSIS requires the CPE to poll
  the upstream router
- I still plan to read the HNCP spec one day, but I assume it has support for
  with drawing prefixes and annoucing new ones. 
- We can assume that routers get the new prefix from HNCP and use RA to
  renumber hosts.

Host:
- hosts get a new SLAAC prefix using RA, the old SLAAC prefix will be marked
  deprecated
- DHCPv6 has a way to inform hosts, but it doesn't seem widely implemented.

Applications:
- applications have to use short flows and detect broken connections. Many
  applications can do that, but certainly not all
- for applications that use TCP and want to keep the connection, we could use
  MPTCP. 
- QUIC will be seen as a path forward 

Servers:
- by and large servers don't have to anything special. Servers just receive
  requests, it doesn't matter to the server what address is used to reach the
  server.
- For a service, we probably need to update directory information:
  - DNS has an update mechanism. A daemon on the host could detect address
    changes and update. There doesn't seem to be a standard notification
    mechanism at the operating system level. 
  - Torrents use DHTs. This would require OS specific code to detect the 
    change and then the torrent process can update the DHT.