Re: [arch-d] ipv4 and ipv6 Coexistence.

heinerhummel@aol.com Wed, 26 February 2020 09:04 UTC

Return-Path: <heinerhummel@aol.com>
X-Original-To: architecture-discuss@ietfa.amsl.com
Delivered-To: architecture-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 683B83A1104 for <architecture-discuss@ietfa.amsl.com>; Wed, 26 Feb 2020 01:04:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.097
X-Spam-Level:
X-Spam-Status: No, score=-2.097 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=aol.com
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 uaVQlSuq71mM for <architecture-discuss@ietfa.amsl.com>; Wed, 26 Feb 2020 01:04:07 -0800 (PST)
Received: from sonic304-35.consmr.mail.bf2.yahoo.com (sonic304-35.consmr.mail.bf2.yahoo.com [74.6.128.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 792403A110A for <architecture-discuss@ietf.org>; Wed, 26 Feb 2020 01:04:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aol.com; s=a2048; t=1582707846; bh=usSt7b1L+CV/YE9V0s6WXLKnUJsHQaA9qTQwe8fYpl8=; h=Date:From:To:Subject:References:From:Subject; b=bA90VBlUydb7ZnFMzuz2c5jMN0j7t/9PMIIEPl95kcMZufgzK1PLIw85NaQ6xxj7/YRsUWWC2dhx/pPZgBH1NAiBp78DwFvkIrLh4YcKI1gBTaR73SFV+ZXzSSCNYiwQ2uySoXlV6EmHh3fvW35tfMtdDpvJ21Zd9Byn93DN9wt+NGgi6QJfQywrxOpeY84oXOQRp3XZcxLqo1QLViL3eJKGcCTmmAnhLqv+5vqZZL2DCepG1E+w89NtHDRKGx2mLNvCJwi1XDhekpZaAC7HZQYg8hp4pALlpC6IqdkW4qxjGigFDWhaO36gHBIUSe13U2Hj7+e4wyMvXCudI7r/bA==
X-YMail-OSG: N_6BpMEVRDvd.miR6A7lED5GPdAEx7ojsA--
Received: from sonic.gate.mail.ne1.yahoo.com by sonic304.consmr.mail.bf2.yahoo.com with HTTP; Wed, 26 Feb 2020 09:04:06 +0000
Date: Wed, 26 Feb 2020 09:02:05 +0000
From: heinerhummel@aol.com
To: architecture-discuss@ietf.org
Message-ID: <1841465135.468499.1582707725166@mail.yahoo.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_Part_468498_1108220186.1582707725163"
References: <1841465135.468499.1582707725166.ref@mail.yahoo.com>
X-Mailer: WebService/1.1.15302 aolwebmail Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:48.0) Gecko/20100101 Firefox/48.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/architecture-discuss/ysEFT-KbcdrLUnc4OmhAkGF3n-w>
Subject: Re: [arch-d] ipv4 and ipv6 Coexistence.
X-BeenThere: architecture-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: open discussion forum for long/wide-range architectural issues <architecture-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/architecture-discuss>, <mailto:architecture-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/architecture-discuss/>
List-Post: <mailto:architecture-discuss@ietf.org>
List-Help: <mailto:architecture-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/architecture-discuss>, <mailto:architecture-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 26 Feb 2020 09:04:11 -0000

 Imho, ipv6 is just like ipv4. It does not dispatch the old errors:
Unicast, multicast,anycast are different services and needs to be addressed by differentiating service bits in the header – and not by different address ranges! Also: Traffic congestion is a problem inmidst the network and needs to be solved by partial detouring. More than a decade ago, I elaborated algorithm+protocol how to utilize ALL adjacent links for forwarding:  to ALL those neighbor-s(!) closer  to the destination,  to equally-distant neighbors,  to 1-hop-more-remote neighbors and for the worst case by means of 2 encapsulations to a far more distant(also relatively to the destination) intermediate node, followed to  some remote but closer-to-the-destination intermediate node. Included IP header info hereby would haved avoided any endless looping.  That was for OSPF networks. With respect to interdomain, I elaborated TARA whose concept is well-known because applied by Google-map-routing: All nodes participate to enable the view of several zooming levels with accordingly skimmed topologies. The next-hop was looked-up from 1, respective 3 offset-tables rather than by binary search from a 850 000 entries-sized BGP table.

Invain. So I still think IPv6 will never fly.

Heiner 
 
-----Ursprüngliche Mitteilung-----
Von: Brian E Carpenter <brian.e.carpenter@gmail.com>
An: Toerless Eckert <tte@cs.fau.de>; Mark Andrews <marka@isc.org>
Cc: architecture-discuss <architecture-discuss@ietf.org>
Verschickt: Di, 25. Feb. 2020 20:17
Betreff: Re: [arch-d] ipv4 and ipv6 Coexistence.

Hi Toerless,

> I am primarily concerned that we did manage to recognize we needed
> disruptive innovartion in the 90th, when we came up with IPv6, 

I'm not at all sure we intended to be disruptive. In fact, the word
"coexistence" was there from before the start (I put it there, in
RFC1671) and to a considerable extent the IPv6 design tried to adopt
current best practice and was in fact a very conservative design; some
said it was too conservative.

As you can easily see, my foresight in that RFC was far from perfect
but the emphasis on coexistence and interworking was something that
every operator required from the start. If not, we wouldn't have got very
far.

Regards
  Brian

On 25-Feb-20 11:27, Toerless Eckert wrote:
> [Bcc ietf@ietf.org, Cc: architecture-discuss@ietf.org]
> 
> Mark: 
> 
> Funny to see how yours is the first actual answer to at least how i read
> Khaleds question. I would summarize what you said with:
> 
> https://en.wikipedia.org/wiki/IPv6_transition_mechanism
> 
> (14 standardized plus a lot more. Aka: thank you, but we have enough)
> 
> Most everybody else jumps to the growth of the IPv6 Internet, which
> to me is just the visible tip of the iceberg of overall IPv4 and IPv6
> deployments. I think the picture changes quite a bit if we look at the
> whole iceberg. 
> 
> In private / controlled networks, the choices are not only IPv4 vs.
> IPv6 or their interop, but also (SR-)MPLS and even more so L2 ethernet 
> switching.
> 
> For all intent and purpose, Internet IPv6 vs. Internet IPv4 could soon
> be software-only overlay virtual networks whereas the actual
> terrabit accelerated hardware forwarding plane of future networks
> maybe something else. 4G/5G "core" "network" already are such
> overlay networks. 
> 
> [Rant]
> I am not sure if the question, as constrained as  Khaled is asking
> it will really help us to improve what we should do in the future. But
> neither is the defensive reaction of IPv6 evangelists pointing at the
> growth curve of the IPv6 Internet as the only relevant metric to the
> success and benefits of IPv6.
> 
> I am primarily concerned that we did manage to recognize we needed
> disruptive innovartion in the 90th, when we came up with IPv6, but
> now the predominant religion seems to be being stuck in small
> incremental enhancements of that 25 year old architecture, especially
> because its bible (RFC8200) did only think of the IPv6 Internet use-case
> requirements, but not those of private/controlled networks.
> [/Rant]
> 
> Cheer
>    Toerless
> 
> On Thu, Feb 20, 2020 at 12:26:28PM +1100, Mark Andrews wrote:
>> Really we do not need to be inventing anything new in this space.
>> We already have too many mechanisms.  ISPs just need to DEPLOY the
>> existing mechanism.
>>
>> We have plain dual stack.
>>
>> We have public IPv4 + 6rd for ISPs where the access network doesn???t
>> support IPv6.
>>
>> We have CGN + 6RD + 100.64/10 for ISPs where the access network doesn???t
>> support IPv6 and they have run out of IPv4 space.
>>
>> We have DS-Lite, MAP-E, MAP-T, NAT64 ??? providing IPV4AAS for when the ISP
>> has run out of IPv4 and the access network supports IPv6.
>>
>> We have CGN + IPv6.
>>
>> Do we really need something more at the protocol level?
>>
>> We do need Governments to ban the selling of new IPv4-only domestic
>> devices (CPE routers, TV???s, game boxes, etc.).
>>
>> Mark
>>
>>> On 20 Feb 2020, at 11:32, Khaled Omar <eng.khaled.omar@outlook.com> wrote:
>>>
>>> Regardless the different %s, lets take the average one, it can not make us optimistic and stop thinking about a better solution, we should learn from the long time passed without full migration occured, if we will wait till that happens, the division will occur which is not good for the internet, lets welcome new ideas and give it the space, time, and opportunity fairly, if it will be good then welcome, if not, trash is made for this. 
>>>
>>> Get Outlook for Android
>>>
>>> From: ietf <ietf-bounces@ietf.org> on behalf of JORDI PALET MARTINEZ <jordi.palet=40consulintel.es@dmarc.ietf.org>
>>> Sent: Thursday, February 20, 2020 2:00:58 AM
>>> To: IETF Rinse Repeat <ietf@ietf.org>
>>> Subject: Re: ipv4 and ipv6 Coexistence.
>>>  
>>> And you're missing several points about how those stats are looked at.
>>>
>>> The % in the stats shown by google/others is only what they can measure, but they can't measure *all*. There are countries (big ones) that don't allow measurements, or at least the same level of details, and however, are doing massive IPv6 deployments.
>>>
>>> All the CDNs and caches have IPv6. The customers that have those caches and enable IPv6 for their subscribers, are getting ranges over 65%, sometimes even up to 85-90% of IPv6 traffic when mainly the subscribers are householders instead of big enterprises.
>>>
>>> Also, the google (and others) measurements, show average worldwide, but if you look to many countries they have even surpassed the 50% or so.
>>>
>>> Regards,
>>> Jordi
>>> @jordipalet
>>>  
>>>  
>>>
>>> ???El 20/2/20 5:38, "ietf en nombre de Khaled Omar" <ietf-bounces@ietf.org en nombre de eng.khaled.omar@outlook.com> escribió:
>>>
>>>    Since long time I was observing this, still almost the same, no clear progress occurred.
>>>    
>>>    Thanks,
>>>    
>>>    Khaled Omar
>>>    
>>>    -----Original Message-----
>>>    From: Scott O. Bradner <sob@sobco.com> 
>>>    Sent: Wednesday, February 19, 2020 8:11 PM
>>>    To: Khaled Omar <eng.khaled.omar@outlook.com>
>>>    Cc: IETF Rinse Repeat <ietf@ietf.org>
>>>    Subject: Re: ipv4 and ipv6 Coexistence.
>>>    
>>>    Quite a few folk are already there - see https://www.google.com/intl/en/ipv6/statistics.html
>>>    
>>>    Scott
>>>    
>>>    
>>>
>>>
>>>
>>> **********************************************
>>> IPv4 is over
>>> Are you ready for the new Internet ?
>>> http://www.theipv6company.com
>>> The IPv6 Company
>>>
>>> This electronic message contains information which may be privileged or confidential. The information is intended to be for the exclusive use of the individual(s) named above and further non-explicilty authorized disclosure, copying, distribution or use of the contents of this information, even if partially, including attached files, is strictly prohibited and will be considered a criminal offense. If you are not the intended recipient be aware that any disclosure, copying, distribution or use of the contents of this information, even if partially, including attached files, is strictly prohibited, will be considered a criminal offense, so you must reply to the original sender to inform about this communication and delete it.
>>>
>>>
>>>
>>
>> -- 
>> Mark Andrews, ISC
>> 1 Seymour St., Dundas Valley, NSW 2117, Australia
>> PHONE: +61 2 9871 4742              INTERNET: marka@isc.org
> 
> 

_______________________________________________
Architecture-discuss mailing list
Architecture-discuss@ietf.org
https://www.ietf.org/mailman/listinfo/architecture-discuss