Re: [BEHAVE] [rtcweb] FW: New Version Notification for draft-chenxin-behave-turn-websocket-00.txt

Bernard Aboba <bernard_aboba@hotmail.com> Wed, 15 May 2013 17:20 UTC

Return-Path: <bernard_aboba@hotmail.com>
X-Original-To: behave@ietfa.amsl.com
Delivered-To: behave@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CEAC921F8F4A; Wed, 15 May 2013 10:20:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.405
X-Spam-Level:
X-Spam-Status: No, score=-102.405 tagged_above=-999 required=5 tests=[AWL=0.193, BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E3uaWNqn3+36; Wed, 15 May 2013 10:19:57 -0700 (PDT)
Received: from blu0-omc2-s14.blu0.hotmail.com (blu0-omc2-s14.blu0.hotmail.com [65.55.111.89]) by ietfa.amsl.com (Postfix) with ESMTP id 9E57121F8F2E; Wed, 15 May 2013 10:19:55 -0700 (PDT)
Received: from BLU169-W49 ([65.55.111.71]) by blu0-omc2-s14.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 15 May 2013 10:19:54 -0700
X-TMN: [YCpH8KRc73zNzffRzLHPKaHWbCqsrwAWsTybyylk99g=]
X-Originating-Email: [bernard_aboba@hotmail.com]
Message-ID: <BLU169-W4995BC8B88C6AD60F4CA5093A20@phx.gbl>
Content-Type: multipart/alternative; boundary="_48f1096f-9729-41d6-be29-9042e4ea1ac7_"
From: Bernard Aboba <bernard_aboba@hotmail.com>
To: "Hutton, Andrew" <andrew.hutton@siemens-enterprise.com>, "Chenxin (Xin)" <hangzhou.chenxin@huawei.com>, "behave@ietf.org" <behave@ietf.org>, "rtcweb@ietf.org" <rtcweb@ietf.org>
Date: Wed, 15 May 2013 10:19:53 -0700
Importance: Normal
In-Reply-To: <9F33F40F6F2CD847824537F3C4E37DDF11599668@MCHP04MSX.global-ad.net>
References: <9E34D50A21D1D1489134B4D770CE03974C6DC83A@szxeml538-mbs.china.huawei.com>, <9F33F40F6F2CD847824537F3C4E37DDF11599668@MCHP04MSX.global-ad.net>
MIME-Version: 1.0
X-OriginalArrivalTime: 15 May 2013 17:19:54.0554 (UTC) FILETIME=[6A93E1A0:01CE5190]
Subject: Re: [BEHAVE] [rtcweb] FW: New Version Notification for draft-chenxin-behave-turn-websocket-00.txt
X-BeenThere: behave@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: mailing list of BEHAVE IETF WG <behave.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/behave>, <mailto:behave-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/behave>
List-Post: <mailto:behave@ietf.org>
List-Help: <mailto:behave-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/behave>, <mailto:behave-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 15 May 2013 17:20:09 -0000

Andrew Hutton said: 

> When we wrote the draft http://tools.ietf.org/html/draft-hutton-rtcweb-nat-firewall-considerations-00 we did not include this option because we did not see the benefit of additional transport options for TURN given that the existing options (E.g. TURN/TCP and TURN/TLS) seem to be meet our needs.
> 
> So what would be the benefits that justify this addition transport option for TURN?

[BA] In my experience,  institutions with very restrictive security policies (e.g. those that don't allow UDP in or out) also tend to deploy other measures such as deep packet inspection.   So just because some traffic is allowed in or out on port 80 does not mean that TURN/TCP will be allowed on that port - a DPI box may examine the traffic and complain if it doesn't see HTTP being used.  On the other hand, unless the DPI box is upgraded, it will also complain about websockets.  So I think draft-chenxin only helps in a situation where TURN over Websockets would be allowed when TURN/TCP would not be.  That scenario is rare, at least at the moment. 
The argument for TURN over Websocket/TLS is even more difficult to make. While DPI boxes may examine traffic destined to port 443 carefully to make sure that TLS is really being used,  assuming that the DPI box does not see anything it considers fishy, the TLS exchange will complete and the DPI box will lose visibility.  After TLS is running, the DPI box does not have much information available to distinguish TURN/TLS from HTTP over TLS, with or without websockets -- and those things it does have (such as packet size) are as likely to result in an objection to websocket transport as TURN/TLS.  So I'm not sure that draft-chenxin will help in that situation either.