[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Uri-review] [Fwd: [BEHAVE] Last Call: draft-ietf-behave-turn-uri(Traversal Using Relays around NAT (TURN) Uniform Resource Identifiers)to Proposed Standard]
- To: "'Ted Hardie'" <ted.ietf at gmail.com>, "'Magnus Westerlund'" <magnus.westerlund at ericsson.com>
- Subject: Re: [Uri-review] [Fwd: [BEHAVE] Last Call: draft-ietf-behave-turn-uri(Traversal Using Relays around NAT (TURN) Uniform Resource Identifiers)to Proposed Standard]
- From: "Dan Wing" <dwing at cisco.com>
- Date: Thu, 15 Oct 2009 18:03:00 -0700
- Authentication-results: sj-iport-6.cisco.com; dkim=neutral (message not signed) header.i=none
- Cc: draft-ietf-behave-turn-uri at tools.ietf.org, uri-review at ietf.org, ietf at ietf.org, app-ads at tools.ietf.org
- Delivered-to: uri-review at core3.amsl.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=dwing at cisco.com; l=5175; q=dns/txt; s=sjiport06001; t=1255654981; x=1256864581; h=from:sender:reply-to:subject:date:message-id:to:cc: mime-version:content-transfer-encoding:content-id: content-description:resent-date:resent-from:resent-sender: resent-to:resent-cc:resent-message-id:in-reply-to: references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; z=From:=20"Dan=20Wing"=20<dwing at cisco.com>|Subject:=20RE: =20[Uri-review]=20[Fwd:=20[BEHAVE]=20Last=20Call:=20draft -ietf-behave-turn-uri(Traversal=20Using=20Relays=20around =20NAT=20(TURN)=20Uniform=20Resource=20Identifiers)to=20P roposed=20Standard]|Date:=20Thu,=2015=20Oct=202009=2018:0 3:00=20-0700|Message-ID:=20<07ac01ca4dfc$685b4630$c4f0200 a at cisco.com>|To:=20"'Ted=20Hardie'"=20<ted.ietf at gmail.com >,=0D=0A=20=20=20=20=20=20=20=20"'Magnus=20Westerlund'" =20<magnus.westerlund at ericsson.com>|Cc:=20<uri-review at iet f.org>,=20<ietf at ietf.org>,=20<app-ads at tools.ietf.org>,=0D =0A=20=20=20=20=20=20=20=20<draft-ietf-behave-turn-uri at to ols.ietf.org>|MIME-Version:=201.0 |Content-Transfer-Encoding:=20quoted-printable |In-Reply-To:=20<6e04e83a0910151433y2007a015ia77a407e702a 3841 at mail.gmail.com>|References:=20<4AD7387A.7060901 at eric sson.com>=20<6e04e83a0910151433y2007a015ia77a407e702a3841 @mail.gmail.com>; bh=L9W1uUUa+3BkveltHIUQDFyn8+YeXwR+KrrBx0kBljE=; b=Y6dVGM8xAhXAdLexHw0VNm6m6e3RpKh68GrkHogOWHGtG0Apy6hM0CLO CqgOW+MHYplTcToSAbYtH7E292dxhvUIDz9R2YoEaL01OF9zkHMoNjVeo XAFqO4WSex4TfQxsoSyyn9/YntqcsX22KDDzD5isus1wAnaZj8N1Zerg9 A=;
- In-reply-to: <6e04e83a0910151433y2007a015ia77a407e702a3841 at mail.gmail.com>
- List-archive: <http://www.ietf.org/mail-archive/web/uri-review>
- List-help: <mailto:uri-review-request@ietf.org?subject=help>
- List-id: Proposed URI Schemes <uri-review.ietf.org>
- List-post: <mailto:uri-review@ietf.org>
- List-subscribe: <https://www.ietf.org/mailman/listinfo/uri-review>, <mailto:uri-review-request@ietf.org?subject=subscribe>
- List-unsubscribe: <https://www.ietf.org/mailman/listinfo/uri-review>, <mailto:uri-review-request@ietf.org?subject=unsubscribe>
- References: <4AD7387A.7060901 at ericsson.com> <6e04e83a0910151433y2007a015ia77a407e702a3841 at mail.gmail.com>
- Thread-index: AcpN313JQe8hp7ZWSoK3KmwsUAQDjAAHD/aQ
> -----Original Message-----
> From: ietf-bounces at ietf.org [mailto:ietf-bounces at ietf.org] On
> Behalf Of Ted Hardie
> Sent: Thursday, October 15, 2009 2:34 PM
> To: Magnus Westerlund
> Cc: uri-review at ietf.org; ietf at ietf.org; app-ads at tools.ietf.org
> Subject: Re: [Uri-review] [Fwd: [BEHAVE] Last Call:
> draft-ietf-behave-turn-uri(Traversal Using Relays around NAT
> (TURN) Uniform Resource Identifiers)to Proposed Standard]
>
> Howdy,
>
> I do not believe this document is ready for publication, as I believe
> the URI scheme documentation needs work. As it stands now, the
> scheme-specific processing required for this scheme is so great that I
> believe a standard URI parser will not work with the scheme as it is
> intended. Looking, for example, at the CPAN module PERL::URI, the
> operation of the standard behavior for path and port seem likely to
> work contrary to this scheme's intention. I also could not follow the
> details of how this would work in relation to a DDDS remote hosting
> option, as mentioned in section 1, and I believe that more descriptive
> text may be required.
>
> One area of particular concern is this:
>
> "The URI resolution algorithm uses <scheme>, <host>, <port> and
> <transport> as input. It also uses as input a list ordered by
> preference of TURN transports (UDP, TCP, TLS) supported by the
> application using the TURN client. The output of the
> algorithm is a
> list of {IP address, transport, port} tuples that a TURN client can
> try in order to create an allocation on a TURN server."
>
> Having a URI resolution method rely on a preference order associated
> with a calling application seems very fragile. There seems
> to be no way
> to guarantee that the information on calling application
> would be preserved in
> passing the URI to a parser. If this input list is required,
> I suspect that
> that it must be noted within a URI parameter to avoid
> unexpected or incorrect
> results.
Thanks for your review comments.
> Since this mechanism involves a fairly distinctive URI resolution
> mechanism, I suggest that this document also be reviewed by the URI
> mailing list, in addition to URI-review. It seems more likely to be
> able to discuss how to best meet the requirements expressed within a
> URI syntax more likely to be handled correctly by parsers already
> deployed.
I requested review by uri-review on 30-JUL-2009, per your earlier
suggestion. However, we received no review comments from that
request, which was mentioned in the PROTO write-up for this
document. This is my only experience with uri-review; it was
easy and painless, because we received no comments.
Somebody please shake the tree that is uri-review so that we can
progress this document.
-d
> regards,
>
> Ted Hardie
>
> On Thu, Oct 15, 2009 at 7:58 AM, Magnus Westerlund
> <magnus.westerlund at ericsson.com> wrote:
> > Hi,
> >
> > As responsible AD I would really appreciate an URI review of the two
> > proposed URI schemes.
> >
> > Thanks
> >
> > Magnus Westerlund
> >
> > IETF Transport Area Director
> >
> ----------------------------------------------------------------------
> > Multimedia Technologies, Ericsson Research EAB/TVM
> >
> ----------------------------------------------------------------------
> > Ericsson AB | Phone +46 10 7148287
> > Färögatan 6 | Mobile +46 73 0949079
> > SE-164 80 Stockholm, Sweden| mailto: magnus.westerlund at ericsson.com
> >
> ----------------------------------------------------------------------
> >
> > The IESG has received a request from the Behavior Engineering for
> > Hindrance Avoidance WG (behave) to consider the following document:
> >
> > - 'Traversal Using Relays around NAT (TURN) Uniform
> Resource Identifiers '
> > <draft-ietf-behave-turn-uri-03.txt> as a Proposed Standard
> >
> > The IESG plans to make a decision in the next few weeks,
> and solicits
> > final comments on this action. Please send substantive
> comments to the
> > ietf at ietf.org mailing lists by 2009-10-29. Exceptionally,
> > comments may be sent to iesg at ietf.org instead. In either
> case, please
> > retain the beginning of the Subject line to allow automated sorting.
> >
> > The file can be obtained via
> >
> http://www.ietf.org/internet-drafts/draft-ietf-behave-turn-uri-03.txt
> >
> >
> > IESG discussion can be tracked via
> >
> https://datatracker.ietf.org/public/pidtracker.cgi?command=vie
> w_id&dTag=18080&rfc_flag=0
> >
> > _______________________________________________
> > Behave mailing list
> > Behave at ietf.org
> > https://www.ietf.org/mailman/listinfo/behave
> >
> >
> > _______________________________________________
> > Uri-review mailing list
> > Uri-review at ietf.org
> > https://www.ietf.org/mailman/listinfo/uri-review
> >
> >
> _______________________________________________
> Ietf mailing list
> Ietf at ietf.org
> https://www.ietf.org/mailman/listinfo/ietf