Re: Last Call: <draft-ietf-tcpm-undeployed-03.txt> (Moving Outdated TCP Extensions and TCP-related Documents to Historic and Informational Status) to Informational RFC

Joe Touch <touch@isi.edu> Wed, 06 January 2016 02:22 UTC

Return-Path: <touch@isi.edu>
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 636EA1A8988; Tue, 5 Jan 2016 18:22:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] 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 7V8K5F0W9PEH; Tue, 5 Jan 2016 18:22:33 -0800 (PST)
Received: from nitro.isi.edu (nitro.isi.edu [128.9.208.207]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5F26C1A8987; Tue, 5 Jan 2016 18:22:33 -0800 (PST)
Received: from [192.168.1.28] (cpe-172-250-251-17.socal.res.rr.com [172.250.251.17]) (authenticated bits=0) by nitro.isi.edu (8.13.8/8.13.8) with ESMTP id u062MAdA024797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 5 Jan 2016 18:22:11 -0800 (PST)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (1.0)
Subject: Re: Last Call: <draft-ietf-tcpm-undeployed-03.txt> (Moving Outdated TCP Extensions and TCP-related Documents to Historic and Informational Status) to Informational RFC
From: Joe Touch <touch@isi.edu>
X-Mailer: iPhone Mail (13C75)
In-Reply-To: <69547.1452045223@turing-police.cc.vt.edu>
Date: Tue, 05 Jan 2016 18:22:09 -0800
Content-Transfer-Encoding: quoted-printable
Message-Id: <31909C28-7651-41F2-A161-3ECEA767C308@isi.edu>
References: <20160104153113.24270.90403.idtracker@ietfa.amsl.com> <95406.1451940830@turing-police.cc.vt.edu> <568C64FD.4060501@isi.edu> <69547.1452045223@turing-police.cc.vt.edu>
To: Valdis.Kletnieks@vt.edu
X-MailScanner-ID: u062MAdA024797
X-ISI-4-69-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: <http://mailarchive.ietf.org/arch/msg/ietf/hEXuBVwtm_TyyevXZuVAWjrKZV8>
Cc: tcpm@ietf.org, ietf@ietf.org, draft-ietf-tcpm-undeployed@ietf.org, mls.ietf@gmail.com, draft-ietf-tcpm-undeployed@tools.ietf.org, IETF-Announce <ietf-announce@ietf.org>, tcpm-chairs@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, 06 Jan 2016 02:22:34 -0000


> On Jan 5, 2016, at 5:53 PM, Valdis.Kletnieks@vt.edu wrote:
> 
> On Tue, 05 Jan 2016 16:51:09 -0800, Joe Touch said:
> 
>> This sounds like an opportunity for SGI to shift over to DNS-SD.
>> 
>> We can change the line about "no known" to "only one known". We could
>> refer to DNS-SD going to PS as a rationale for obsoleting TCPMUX if
>> necessary, IMO.
> 
> Not a really good fit. In general, you already *know* the hostname that
> has the service - it's the host you have the NFS mount from, or the current
> CXFS metadata server if you're inside the cluster. And trying to use DNS-SD
> for two logically distinct DMF archives is just *looking* for trouble.

You can use DNS-SD to just find the port number given s known hostname. 

The simplest alternative to that is to get an assigned (user) port number. 

> It would be a much better fit for portmapper actually (although that would
> involve leaving a daemon running to answer/forward queries - probably not as
> big an issue today as it was when they started coding DMF almost 25 years ago).

The forwarding is why import mapper might not be a good fit.

Joe