[tsvwg] Some results obtained with TCM

"Jose Saldana" <jsaldana@unizar.es> Thu, 11 December 2014 15:48 UTC

Return-Path: <jsaldana@unizar.es>
X-Original-To: tsvwg@ietfa.amsl.com
Delivered-To: tsvwg@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C05E81ACF1B for <tsvwg@ietfa.amsl.com>; Thu, 11 Dec 2014 07:48:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level:
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zHRKmF4t3cFm for <tsvwg@ietfa.amsl.com>; Thu, 11 Dec 2014 07:48:15 -0800 (PST)
Received: from ortiz.unizar.es (ortiz.unizar.es [155.210.1.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23A921ACF24 for <tsvwg@ietf.org>; Thu, 11 Dec 2014 07:48:13 -0800 (PST)
Received: from usuarioPC (gtc1pc12.cps.unizar.es [155.210.158.17]) by ortiz.unizar.es (8.13.8/8.13.8/Debian-3) with ESMTP id sBBFm8E5003296 for <tsvwg@ietf.org>; Thu, 11 Dec 2014 16:48:08 +0100
From: Jose Saldana <jsaldana@unizar.es>
To: tsvwg@ietf.org
Date: Thu, 11 Dec 2014 16:48:16 +0100
Message-ID: <002401d01559$e13abca0$a3b035e0$@unizar.es>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0025_01D01562.4300AB40"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AdAVWREaHO0zT/i8TgiFKeJ6e3aYog==
Content-Language: es
X-Mail-Scanned: Criba 2.0 + Clamd & Bogofilter
Archived-At: http://mailarchive.ietf.org/arch/msg/tsvwg/Ulo-BP3yGELTMSeWTBWL7mPjQnE
Subject: [tsvwg] Some results obtained with TCM
X-BeenThere: tsvwg@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Transport Area Working Group <tsvwg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tsvwg/>
List-Post: <mailto:tsvwg@ietf.org>
List-Help: <mailto:tsvwg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Dec 2014 15:48:25 -0000

Hi all,
 
Today I have performed a small battery of tests with the TCM implementation (https://github.com/TCM-TF/simplemux/). We hope we will be able to test it in other scenarios and with better machines soon.
 
Multiplexing and compressing with ROHC 10 VoIP flows (G729a with 2 samples per packet):
Average BW reduction: 36.50%
Average PPS reduction: 78.83%
Average multiplexing delay: 4123.33 us
stdev of the multiplexing delay: 3845.13 us
 
Multiplexing and compressing with ROHC 10 flows of Quake3 (a First Person Shooter game)
Average BW reduction: 22.23%
Average PPS reduction: 92.99%
Average multiplexing delay: 5148.72 us
stdev of the multiplexing delay: 2991.43 us
 
 
You can find the full report (with graphs and details) here: https://github.com/TCM-TF/simplemux/blob/develop/Simplemux_VoIP <https://github.com/TCM-TF/simplemux/blob/develop/Simplemux_VoIP&Quake3_results_v1.pdf?raw=true> &Quake3_results_v1.pdf?raw=true
 
Best regards,
 
Jose
 
De: tsvwg [mailto:tsvwg-bounces@ietf.org] En nombre de Jose Saldana
Enviado el: jueves, 11 de diciembre de 2014 11:01
Para: tsvwg@ietf.org
CC: 'Gorry Fairhurst'; 'David Flórez Rodríguez'; 'Manuel Núñez Sanz'; 'Juan Antonio Castell Lucía'; 'Gonzalo Camarillo'; Martin Stiemerling; 'Fernando Pascual Blanco'; 'Dan Wing (dwing)'; 'Michael Ramalho (mramalho)'
Asunto: [tsvwg] New version of the TCM drafts
 
Hi all,
 
We have just submitted new versions of the two TCM drafts:
 
- Tunneling Compressing and Multiplexing (TCM) Traffic Flows. Reference Model. draft-saldana-tsvwg-tcmtf-08
http://datatracker.ietf.org/doc/draft-saldana-tsvwg-tcmtf/
 
- Delay Limits and Multiplexing Policies to be employed with Tunneling Compressing and Multiplexing Traffic Flows. draft-suznjevic-tsvwg-mtd-tcmtf-04
http://datatracker.ietf.org/doc/draft-suznjevic-tsvwg-mtd-tcmtf/
 
In addition, yesterday I submitted another draft about Simplemux (http://datatracker.ietf.org/doc/draft-saldana-tsvwg-simplemux/), a multiplexing protocol simpler than PPPMux (I will send another e-mail explaining it).
 
We have built an implementation of TCM over Simplemux (https://github.com/TCM-TF/simplemux), and we will soon report the results of some tests we are planning.
 
Best regards,
 
Jose Saldana
PS: These are some of the improvements:
- keywords have been added
    multiplexing
    header compression
    optimization
    small-packet flows
 
- We talk about “Tunneling, Compressing and Multiplexing (TCM)” instead of “Tunneling Compressed and Multiplexed Traffic Flows (TCM-TF)”. It is a bit confusing if we talk about TCM in some places and TCM-TF in others. In addition, TCM is very easy to remember.
 
- We have improved the abstract and the introduction, talking about “optimization”, “small-packet flows” here and there.
 
- We have updated the reference to COAP (it is now an RFC and it was a draft some months ago).
 
- We have added a reference for supporting the statement saying that routers have a limit in the number of pps they can manage.
 
- We have modified the titles of some subsections.