Re: [Ntp] CLOCK_TAI (was NTPv5: big picture)

Philip Prindeville <philipp@redfish-solutions.com> Thu, 07 January 2021 07:50 UTC

Return-Path: <philipp@redfish-solutions.com>
X-Original-To: ntp@ietfa.amsl.com
Delivered-To: ntp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 645043A046B; Wed, 6 Jan 2021 23:50:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham 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 DEWygxTMQEqh; Wed, 6 Jan 2021 23:49:59 -0800 (PST)
Received: from mail.redfish-solutions.com (mail.redfish-solutions.com [45.33.216.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AE9913A046A; Wed, 6 Jan 2021 23:49:59 -0800 (PST)
Received: from [192.168.3.4] ([192.168.3.4]) (authenticated bits=0) by mail.redfish-solutions.com (8.16.1/8.16.1) with ESMTPSA id 1077nw4Y363304 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 7 Jan 2021 00:49:58 -0700
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\))
From: Philip Prindeville <philipp@redfish-solutions.com>
In-Reply-To: <f6871e77-7130-0234-b30f-a1efd7fc501d@meinberg.de>
Date: Thu, 07 Jan 2021 00:49:58 -0700
Cc: Martin Burnicki <martin.burnicki=40meinberg.de@dmarc.ietf.org>, Miroslav Lichvar <mlichvar@redhat.com>, Hal Murray <hmurray@megapathdsl.net>, ntp@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <A4C0E005-40BF-4FA3-84D7-C9A2A95F15F9@redfish-solutions.com>
References: <20210105124544.5EF5C40605C@ip-64-139-1-69.sjc.megapath.net> <f876a3ff-16ee-fc63-c27c-d5a3cb847a3d@meinberg.de> <59A706AB-A151-4779-989B-B957F2C50FD0@redfish-solutions.com> <f6871e77-7130-0234-b30f-a1efd7fc501d@meinberg.de>
To: Martin Burnicki <martin.burnicki@meinberg.de>
X-Mailer: Apple Mail (2.3654.40.0.2.32)
X-Scanned-By: MIMEDefang 2.84 on 192.168.1.3
Archived-At: <https://mailarchive.ietf.org/arch/msg/ntp/SoJobDntKEkfjmvfGZnDrtuHzz0>
Subject: Re: [Ntp] CLOCK_TAI (was NTPv5: big picture)
X-BeenThere: ntp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <ntp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ntp>, <mailto:ntp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ntp/>
List-Post: <mailto:ntp@ietf.org>
List-Help: <mailto:ntp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ntp>, <mailto:ntp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 07 Jan 2021 07:50:01 -0000


> On Jan 6, 2021, at 3:58 AM, Martin Burnicki <martin.burnicki@meinberg.de> wrote:
> 
> Philip Prindeville wrote:
>> 
>>> On Jan 5, 2021, at 9:09 AM, Martin Burnicki <martin.burnicki=40meinberg.de@dmarc.ietf.org> wrote:
>>> 
>>> Except the versions that aren't updated anymore, or embedded of IoT
>>> devices. This has been discussed many times before.
>> 
>> If those devices aren’t updated any more, it’s equally possible that they’ll never get an NTPv5 compatible client, either.
> 
> And if these clients are part of a huge network, you have to provide a
> one server that talks NTPv5 for the cool clients, and another server
> that provides NTPv4 for existing IoT and embedded devices?


Yup.  Just like I remember running “nameserver” (IEN-116) protocol for some IPv4 hosts that didn’t understand DNS, and Bind for others that did… even though both provided name-to-address mapping.  Of course that was 35 years ago…

I also remember running proxy-ARP for hosts that didn’t understand classless subnetting (RFC-1519), etc.



> 
>> That would necessitate an “update” of sorts, which we’ve both agreed isn’t going to happen.
> 
> Or you would have to provide (and maintain) an NTP server implementation
> that supports both v4 and v5, depending on the version of the request.


Yeah… except that I want to shed legacy encumbrances… Like leap-seconds, which really have nothing to do with clock synchronization.

-Philip


> Martin