[tcmtf] Interesting results of the combination of LISP and TCMTF

"Jose Saldana" <jsaldana@unizar.es> Thu, 28 February 2013 10:48 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 513E521F8B98; Thu, 28 Feb 2013 02:48:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.535
X-Spam-Level:
X-Spam-Status: No, score=-6.535 tagged_above=-999 required=5 tests=[AWL=0.063, BAYES_00=-2.599, HTML_MESSAGE=0.001, 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 fXfc2Hu4qhDs; Thu, 28 Feb 2013 02:48:27 -0800 (PST)
Received: from huecha.unizar.es (huecha.unizar.es [155.210.1.51]) by ietfa.amsl.com (Postfix) with ESMTP id 742EF21F855A; Thu, 28 Feb 2013 02:48:26 -0800 (PST)
Received: from usuarioPC (gtc1pc12.cps.unizar.es [155.210.158.17]) by huecha.unizar.es (8.13.8/8.13.8/Debian-3) with ESMTP id r1SAmJQi021774; Thu, 28 Feb 2013 11:48:19 +0100
From: "Jose Saldana" <jsaldana@unizar.es>
To: <tcmtf@ietf.org>, <lisp@ietf.org>
Date: Thu, 28 Feb 2013 11:48:23 +0100
Organization: Universidad de Zaragoza
Message-ID: <007201ce15a1$23a92a50$6afb7ef0$@unizar.es>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0073_01CE15A9.856E2E90"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: Ac4Vny90JVbG7h9lQ1272fWL6EWZ2A==
Content-Language: es
X-Mail-Scanned: Criba 2.0 + Clamd & Bogofilter
Cc: =?iso-8859-1?Q?Jos=E9_Ruiz_Mas?= <jruiz@unizar.es>, DIEGO LOPEZ GARCIA <diego@tid.es>, Luigi Iannone <luigi.iannone@telecom-paristech.fr>, =?iso-8859-1?Q?Juli=E1n_Fern=E1ndez_Navajas?= <navajas@unizar.es>
Subject: [tcmtf] Interesting results of the combination of LISP and TCMTF
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, 28 Feb 2013 10:48:28 -0000

Hi all.

 

Some months ago, Luigi Iannone suggested the idea of “putting together”
TCMTF and LISP. TCMTF uses Tunneling, Multiplexing and header Compression of
Traffic Flows (TCMTF) in order to save bandwidth and to reduce the amount of
packets per time unit.
(http://datatracker.ietf.org/doc/draft-saldana-tsvwg-tcmtf/)

 

We have done some simulations, and we have just got accepted a paper to be
presented in IEEE ICC 2013 conference in Budapest in June. A draft version
is here:

 <http://diec.unizar.es/~jsaldana/personal/budapest_ICC_2013_in_proc.pdf>
http://diec.unizar.es/~jsaldana/personal/budapest_ICC_2013_in_proc.pdf

 

Taking into account that encapsulation is necessary in LISP, bandwidth can
be drastically reduced in flows using small packets, which are typical of
many real-time services, like online games, VoIP, etc. by means of header
compression and multiplexing of a number of packets.

 

The headers added by LISP  are 36 bytes (20 IP + 8 UDP + 8 LISP), and this
would be significant for small packets (e.g., a VoIP packet can be 60 bytes
long). So multiplexing together a number of packets traveling between the
same pair of networks can save a lot of bandwidth. We have obtained these
results:

 

- VoIP: 70% saving

- First Person Shooter games: 54% saving

- MMORPG games: up to 80% saving

- Grouping TCP ACKs: 45% saving

 

We have also studied the ability of the LISP framework to manage the
signaling of TCMTF options.

 

We think these results are interesting, so we wanted to share them here.
Feel free to read the paper and discuss about it.

 

Thanks a lot,

 

Jose Saldana