Re: [httpstreaming] [dispatch] Q-HTTP

"GARCIA ARANDA, JOSE JAVIER (JOSE JAVIER)" <jose_javier.garcia_aranda@alcatel-lucent.com> Tue, 09 November 2010 04:57 UTC

Return-Path: <jose_javier.garcia_aranda@alcatel-lucent.com>
X-Original-To: httpstreaming@core3.amsl.com
Delivered-To: httpstreaming@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C2A373A680D; Mon, 8 Nov 2010 20:57:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.838
X-Spam-Level:
X-Spam-Status: No, score=-4.838 tagged_above=-999 required=5 tests=[AWL=1.411, BAYES_00=-2.599, HELO_EQ_FR=0.35, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qOGBeXtztKb1; Mon, 8 Nov 2010 20:57:54 -0800 (PST)
Received: from smail3.alcatel.fr (smail3.alcatel.fr [64.208.49.56]) by core3.amsl.com (Postfix) with ESMTP id BECA73A677C; Mon, 8 Nov 2010 20:57:52 -0800 (PST)
Received: from FRMRSSXCHHUB04.dc-m.alcatel-lucent.com (FRMRSSXCHHUB04.dc-m.alcatel-lucent.com [135.120.45.64]) by smail3.alcatel.fr (8.14.3/8.14.3/ICT) with ESMTP id oA94wADb031705 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Tue, 9 Nov 2010 05:58:10 +0100
Received: from FRMRSSXCHMBSB3.dc-m.alcatel-lucent.com ([135.120.45.41]) by FRMRSSXCHHUB04.dc-m.alcatel-lucent.com ([135.120.45.64]) with mapi; Tue, 9 Nov 2010 05:58:10 +0100
From: "GARCIA ARANDA, JOSE JAVIER (JOSE JAVIER)" <jose_javier.garcia_aranda@alcatel-lucent.com>
To: Mark Nottingham <mnot@mnot.net>
Date: Tue, 09 Nov 2010 05:53:18 +0100
Thread-Topic: [httpstreaming] [dispatch] Q-HTTP
Thread-Index: Act/ucma0OpOn8J8TYK0i7gocPK0egADlZUg
Message-ID: <3349FECF788C984BB34176D70A51782F16877273@FRMRSSXCHMBSB3.dc-m.alcatel-lucent.com>
References: <3349FECF788C984BB34176D70A51782F106701E2@FRMRSSXCHMBSB3.dc-m.alcatel-lucent.com> <6750274E2CC345C18EDE9FDDD59F24FA@china.huawei.com> <3349FECF788C984BB34176D70A51782F1067054D@FRMRSSXCHMBSB3.dc-m.alcatel-lucent.com> <2C1EE53F-C53B-487E-83C9-D751E3ECA2EB@mnot.net>
In-Reply-To: <2C1EE53F-C53B-487E-83C9-D751E3ECA2EB@mnot.net>
Accept-Language: en-US
Content-Language: es-ES
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.64 on 155.132.188.83
Cc: httpstreaming <httpstreaming@ietf.org>, "dispatch@ietf.org" <dispatch@ietf.org>
Subject: Re: [httpstreaming] [dispatch] Q-HTTP
X-BeenThere: httpstreaming@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Network based HTTP Streaming discussion list <httpstreaming.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/httpstreaming>, <mailto:httpstreaming-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/httpstreaming>
List-Post: <mailto:httpstreaming@ietf.org>
List-Help: <mailto:httpstreaming-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/httpstreaming>, <mailto:httpstreaming-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Nov 2010 04:57:55 -0000

 
Hi Mark,

Our first approach was to integrate this protocol into WWW (for example,  as a protocol handler embeded in the web browser) and reuse some of the existing standards like HTTP syntax and SDP, which are compact and efficient ways to define the messages.

Q-HTTP can be used out of web context, but inside a web context, a website could have a httpq URI inside the web page, like images, sound and other files, and this mechanism could be the door for provide/measure/react QoS on demand in web services. In this sense can be seen as a complement for HTTP in the real-time field.

Any suggestion about a better name? This is an open debate among technician people. Some of them push the name but others reject it. And for the moment we have not found a better one. Perhaps this could be an opportunity to re-baptize the protocol. 



-----Mensaje original-----
De: Mark Nottingham [mailto:mnot@mnot.net] 
Enviado el: martes, 09 de noviembre de 2010 3:57
Para: GARCIA ARANDA, JOSE JAVIER (JOSE JAVIER)
CC: Qin Wu; dispatch@ietf.org; httpstreaming
Asunto: Re: [httpstreaming] [dispatch] Q-HTTP

Without going into the details of the proposal itself --

"Q-HTTP" is a *horrible* name. It will confuse many people -- is it a replacement for HTTP? An enhancement to HTTP? Etc.

Please change the name and proposed URI scheme ASAP; it'll make it a lot easier to socialise if it does gain traction.

Furthermore, based on this statement:

>    Q-HTTP does not establish multimedia sessions and it does not transport application data.

... the only thing it shares with HTTP is the syntax of the messages. Lots of IETF experience shows that basing new protocols on HTTP syntax isn't such a good idea; if you want an easy-to-parse format, how about JSON?

Please don't take this as criticism of the proposal itself -- I'm excited to see so many people working in this area.

Cheers,



On 09/11/2010, at 3:33 AM, GARCIA ARANDA, JOSE JAVIER (JOSE JAVIER) wrote:

> Hi Qin and all,
> 
> Now the Q-HTTP draft is accesible at
> 
> http://www.ietf.org/id/draft-aranda-dispatch-qhttp-00.txt
> 
> In addition, i have attached in this email a FAQ document for easier 
> understanding of the protocol. This document clarifies the philosophy 
> and shows different alternatives for the implementation
> 
> Regards and thanks
> 
> - Jose javier
> 
> 
> -----Mensaje original-----
> De: Qin Wu [mailto:sunseawq@huawei.com] Enviado el: lunes, 08 de 
> noviembre de 2010 15:35
> Para: GARCIA ARANDA, JOSE JAVIER (JOSE JAVIER); dispatch@ietf.org
> CC: httpstreaming
> Asunto: Re: [dispatch] Q-HTTP
> 
> Hi, Joes Javier:
> Your bring a quite interesting draft. We have a Bar BOF on HTTP streaming on Wednesday evening, Emenrald room, which aims at  building new area and working out appropriate working scope to offer more efficient transport and better QoE. One of key issues we are ready to address is QOE improvement. If you are interested, please join our discussion.
> Also you can track the following link for our meeting agenda, location and time:
> http://www.ietf.org/mail-archive/web/httpstreaming/current/maillist.ht
> ml
> 
> Regards!
> -Qin
> ----- Original Message -----
> From: "GARCIA ARANDA, JOSE JAVIER (JOSE JAVIER)" 
> <jose_javier.garcia_aranda@alcatel-lucent.com>
> To: <dispatch@ietf.org>
> Sent: Monday, November 08, 2010 4:14 PM
> Subject: [dispatch] Q-HTTP
> 
> 
> 
> Hi experts,
> 
> We are a group of researchers which have written a draft about QoS 
> measurements & reactions. We believe the standardization of this topic 
> could benefit internet community in the coming years, for example for 
> virtualization of videogames through intenet. We would like to receive 
> comments and some feedback and also oppinions about the target area, 
> because we believe that the draft fits into Real-time App and 
> infrastructure Area scope, but currently the draft is in "looking for 
> an area" state
> 
>   The draft describes Q-HTTP (Quality HTTP) , which is an application 
> level protocol based on HTTP and SDP associated to a new specific uri "httpq://..." intended for carrying out quality negotiation and quality measurement between two parties. The final goal of this process is to verify that a certain application which depends on bandwidth, latency, jitter parameters, will work under current network conditions. Our idea tackles the fact that real-time services (virtualization, on line gaming, video, voice) nowadays are increasing and that in an internet (or WAN) environment propagation conditions may change with time for our connection; what works for most applications may not work for real-time ones and they should have a standard way of negotiating and verifying their requirements. Q-HTTP also provides a mechanism of account/alerting when required constraints are not met after the measurement is carried out.
> 
> Implementation details on the actions to be triggered upon reception/detection of QoS alerts exchanged by the protocol are out of scope of this draft, it is application dependant (e.g. increase quality, reduce bit-rate) or even network dependant (e.g. change connection's quality profile).
> 
> Comments? Thanks
> 
> - Jose Javier
> 
> 
> 
> ----------------------------------------------------------------------
> ----------
> 
> 
>> _______________________________________________
>> dispatch mailing list
>> dispatch@ietf.org
>> https://www.ietf.org/mailman/listinfo/dispatch
>>