Re: [tcmtf] About the possibility of having a BOF about TCMTF in IETF87

"Jose Saldana" <jsaldana@unizar.es> Thu, 31 January 2013 08:47 UTC

Return-Path: <jsaldana@unizar.es>
X-Original-To: tcmtf@ietfa.amsl.com
Delivered-To: tcmtf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 874B421F85D0; Thu, 31 Jan 2013 00:47:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.585
X-Spam-Level:
X-Spam-Status: No, score=-6.585 tagged_above=-999 required=5 tests=[AWL=0.014, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o4W+-bOSVoaQ; Thu, 31 Jan 2013 00:47:00 -0800 (PST)
Received: from isuela.unizar.es (isuela.unizar.es [155.210.1.53]) by ietfa.amsl.com (Postfix) with ESMTP id 7AFA121F85CC; Thu, 31 Jan 2013 00:47:00 -0800 (PST)
Received: from usuarioPC (gtc1pc12.cps.unizar.es [155.210.158.17]) by isuela.unizar.es (8.13.8/8.13.8/Debian-3) with ESMTP id r0V8ksSE017275; Thu, 31 Jan 2013 09:46:55 +0100
From: "Jose Saldana" <jsaldana@unizar.es>
To: "'Eggert, Lars'" <lars@netapp.com>
References: <003001cdff0e$33658a50$9a309ef0$@unizar.es> <D4D47BCFFE5A004F95D707546AC0D7E91F6B1C78@SACEXCMBX01-PRD.hq.netapp.com>
In-Reply-To: <D4D47BCFFE5A004F95D707546AC0D7E91F6B1C78@SACEXCMBX01-PRD.hq.netapp.com>
Date: Thu, 31 Jan 2013 09:46:56 +0100
Organization: Universidad de Zaragoza
Message-ID: <002c01cdff8f$88251430$986f3c90$@unizar.es>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQH4VYfsQr5DqoVbCGYPdBLd2Eoe0AIPaXGhl/30MgA=
Content-Language: es
X-Mail-Scanned: Criba 2.0 + Clamd & Bogofilter
Cc: tcmtf@ietf.org, tsv-area@ietf.org
Subject: Re: [tcmtf] About the possibility of having a BOF about TCMTF in IETF87
X-BeenThere: tcmtf@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: jsaldana@unizar.es
List-Id: "Tunneling Compressed Multiplexed Traffic Flows \(TCMTF\) discussion list" <tcmtf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcmtf>, <mailto:tcmtf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcmtf>
List-Post: <mailto:tcmtf@ietf.org>
List-Help: <mailto:tcmtf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcmtf>, <mailto:tcmtf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Jan 2013 08:47:01 -0000

Hi,

The idea is not improving header compression techniques here. Of course
improvements in header compression are interesting, but there are other
places for doing that. We only try to put together these three "orthogonal
layers":
- Header compression
- Multiplexing
- Tunneling

The question is that when you compress a single flow, you have to do it
hop-by-hop (which implies a lot of processing in every node), or you can add
a tunnel in order to do it end-to-end. So if you have a single flow, you are
reducing overhead by means of header compression, but the tunnel is adding
overhead again.

But there are scenarios where a number of flows share a path, so in that
case you not only compress headers, but also put a number of packets into a
single bundle, and then the tunnel overhead is shared by all the packets.

Our idea is that RFC4170 can be extended to other services. But RFC4170 is
not only header compression but also multiplexing and tunneling. So the same
ROHC profiles for that services will be suitable for TCMTF. However, we only
want to use existing or new header compression methods. We do not intend to
develop new ones here.

In this paper
(http://diec.unizar.es/~jsaldana/personal/ottawa_ICC_2012_in_proc.pdf) we
presented some results of the obtained savings. For VoIP (RFC4170) we could
save up to 65% of the bandwidth. But for new emerging services, like e.g.,
MMORPG games, the saving can be next to 60%
(http://diec.unizar.es/~jsaldana/personal/sergei_SPECTS_2012_in_proc.pdf).
So why not using the same idea in these new services?

Does this answer your question?

Best regards,

Jose

> -----Mensaje original-----
> De: Eggert, Lars [mailto:lars@netapp.com]
> Enviado el: miércoles, 30 de enero de 2013 18:46
> Para: <jsaldana@unizar.es>
> CC: tsv-area@ietf.org; tcmtf@ietf.org; Gonzalo Camarillo; Martin
Stiemerling
> Asunto: Re: About the possibility of having a BOF about TCMTF in IETF87
> 
> Hi,
> 
> On Jan 30, 2013, at 18:21, Jose Saldana <jsaldana@unizar.es> wrote:
> > The main idea (see also the Charter proposal below) is to define a
> > method for saving bandwidth in real-time services which use tiny
packets.
> ...
> > In addition, new header compression methods have been defined (ROHC).
> > So widening the scope of RFC4170 in order to consider not only UDP/RTP
> > but also other protocols is seen as convenient.
> 
> why an extension of 4170 and not new ROHC profiles?
> 
> Lars