From youmnaa@hotmail.com Wed May 6 18:56:38 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 5DE993A6FD0 for ; Wed, 6 May 2009 18:56:38 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: 2.001 X-Spam-Level: ** X-Spam-Status: No, score=2.001 tagged_above=-999 required=5 tests=[BAYES_80=2, HTML_MESSAGE=0.001] 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 Xg-eAYFG5QON for ; Wed, 6 May 2009 18:56:37 -0700 (PDT) Received: from bay0-omc2-s39.bay0.hotmail.com (bay0-omc2-s39.bay0.hotmail.com [65.54.246.175]) by core3.amsl.com (Postfix) with ESMTP id 776693A6FD4 for ; Wed, 6 May 2009 18:55:55 -0700 (PDT) Received: from BAY104-W47 ([65.54.175.147]) by bay0-omc2-s39.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 6 May 2009 18:56:48 -0700 Message-ID: Content-Type: multipart/alternative; boundary="_2121ca1a-14b2-4147-bd80-d26749d9478e_" X-Originating-IP: [203.143.170.184] From: Youmna BORGHOL To: Date: Thu, 7 May 2009 01:56:48 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 07 May 2009 01:56:48.0644 (UTC) FILETIME=[152DF440:01C9CEB7] Subject: [p2prg] BT Choking Interval X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 01:56:38 -0000 --_2121ca1a-14b2-4147-bd80-d26749d9478e_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Everyone=2C =20 I'm new to BitTorrent=2C I'm trying to modify its peer selection algorithm = and I have a question regarding the choking algorithm. What's the reason the choking interval is 10Sec and the optimistic choking = interval is 30sec. Why would those values be the optimal values? =20 Thanks for your help=2C Youmna _________________________________________________________________ Looking for a fresh way to share your photos? Check out the new Windows Liv= e Messenger http://windowslive.ninemsn.com.au/article.aspx?id=3D792335= --_2121ca1a-14b2-4147-bd80-d26749d9478e_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Everyone=2C
 =3B
I'm new to BitTorrent=2C I'm trying to modify its peer selection algorithm&= nbsp=3Band I have a question regarding the choking algorithm.
What's the reason the choking interval is 10Sec and the optimistic choking = interval is 30sec.
Why would those values be the optimal values?
 =3B
Thanks for your help=2C
Youmna


Check out the new Windows Live Messenger = Looking for a fresh way to share your photos? = --_2121ca1a-14b2-4147-bd80-d26749d9478e_-- From egs@systems.cs.cornell.edu Thu May 7 12:21:56 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C205A28C321 for ; Thu, 7 May 2009 12:21:56 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -2.299 X-Spam-Level: X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, MIME_8BIT_HEADER=0.3] 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 LyyhJ1FxiV5A for ; Thu, 7 May 2009 12:21:56 -0700 (PDT) Received: from mail.systems.cs.cornell.edu (mail.systems.cs.cornell.edu [128.84.154.42]) by core3.amsl.com (Postfix) with ESMTP id 4483A3A703D for ; Thu, 7 May 2009 12:21:35 -0700 (PDT) From: Emin =?ISO-8859-1?Q?G=FCn?= Sirer To: Youmna BORGHOL In-Reply-To: References: Content-Type: text/plain Date: Thu, 07 May 2009 12:22:59 -0700 Message-Id: <1241724179.7303.26.camel@h4x0rlaptop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: p2prg@irtf.org Subject: Re: [p2prg] BT Choking Interval X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 19:21:56 -0000 Hi Youmna, There is nothing "optimal" about the BitTorrent protocol. It relies heavily on various heuristics, including a round-robin choker which operates ever 10sec and optimistic-unchokes on every third invocation (30sec). These two values happen to be the default in most implementations; I believe Bram Cohen arrived at these values through trial and error. By the way, a slight generalization of your question is: why should a protocol use random unchoking to find good peers in the first place? There is no principled reason why randomly unchoking peers in a large swarm is an efficient strategy for forging good pairwise connections. For an alternative viewpoint on how to design a content distribution protocol, you can take a look at our Antfarm work at the latest NSDI. AntFarm does not address this particular problem of peer-discovery, but it has a different architectural take on the entire protocol and is optimal in one critical sense, namely, how it allocates bandwidth across multiple swarms. - egs On Thu, 2009-05-07 at 01:56 +0000, Youmna BORGHOL wrote: > Hi Everyone, > > I'm new to BitTorrent, I'm trying to modify its peer selection > algorithm and I have a question regarding the choking algorithm. > What's the reason the choking interval is 10Sec and the optimistic > choking interval is 30sec. > Why would those values be the optimal values? > > Thanks for your help, > Youmna > > > ______________________________________________________________________ > Check out the new Windows Live Messenger Looking for a fresh way to > share your photos? > _______________________________________________ > p2prg mailing list > p2prg@irtf.org > http://www.irtf.org/mailman/listinfo/p2prg From volkerh@alcatel-lucent.com Thu May 7 14:37:11 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 8F1733A6A2B for ; Thu, 7 May 2009 14:37:11 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -2.582 X-Spam-Level: X-Spam-Status: No, score=-2.582 tagged_above=-999 required=5 tests=[AWL=0.017, BAYES_00=-2.599] 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 lWPgrb0YNzu6 for ; Thu, 7 May 2009 14:37:10 -0700 (PDT) Received: from ihemail2.lucent.com (ihemail2.lucent.com [135.245.0.35]) by core3.amsl.com (Postfix) with ESMTP id 4EA4A3A696D for ; Thu, 7 May 2009 14:37:09 -0700 (PDT) Received: from ilexp02.ndc.lucent.com (h135-3-39-2.lucent.com [135.3.39.2]) by ihemail2.lucent.com (8.13.8/IER-o) with ESMTP id n47LcZiL009424 for ; Thu, 7 May 2009 16:38:36 -0500 (CDT) Received: from ilexfe02.ndc.lucent.com ([135.3.39.31]) by ilexp02.ndc.lucent.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 7 May 2009 16:38:35 -0500 Received: from [135.244.36.223] ([135.3.63.244]) by ilexfe02.ndc.lucent.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Thu, 7 May 2009 16:38:35 -0500 Message-ID: <4A0354CE.9010004@bell-labs.com> Date: Thu, 07 May 2009 17:38:22 -0400 From: Volker Hilt User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: p2prg@irtf.org References: <4A034EE1.1010100@bbn.com> In-Reply-To: <4A034EE1.1010100@bbn.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 May 2009 21:38:35.0506 (UTC) FILETIME=[2CF67520:01C9CF5C] X-Scanned-By: MIMEDefang 2.57 on 135.245.2.35 Subject: [p2prg] [Fwd: ISOC sponsoring research paper on Trust and Identity] X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 21:37:11 -0000 All, See below for information on ISOC's offer to sponsor a paper at NDSS'10. Please send questions directly to Kevin Craemer. Regards, Volker > -------- Original Message -------- > Subject: ISOC sponsoring research paper on Trust and Identity > Date: Thu, 7 May 2009 16:44:02 -0400 > From: Kevin Craemer > To: > CC: > > > > Dear Mr. Falk, > The Internet Society is sponsoring a research paper on Trust and Identity in > connection with the 2010 Network and Distributed System Security Symposium > (NDSS'10) in San Diego. Lucy Lynch suggested to me that this might be of > interest to you and colleagues of yours in connection with the work of the > IRTF and/or the GENI project. > > Below are additional details and a link to the Call for Papers. Please let > me know if I can answer any questions. > > Kind regards, > Kevin Craemer > Senior Events Manager > Internet Society (ISOC) > 1775 Wiehle Avenue, Suite 201 > Reston, VA 20190-5108 > USA > > craemer@isoc.org > Tel. 1.703.439.2131 > Fax 1.703.326.9881 > ******************* > > NDSS issues Call for Papers: Trust and Identity among topics solicited > > The 2010 Network and Distributed System Security Symposium (NDSS'10) Call > for Papers is now open. The Program Committee is seeking submissions for > papers and panels on a wide range of network and distributed system security > topics. > > This year, the Internet Society (ISOC) is sponsoring a paper on Trust and > Identity to address current problems in on-line identity management. ISOC > will cover travel, registration, and hotel costs for the designated author > to attend NDSS'10, present the paper and receive a USD 500 cash award. > > NDSS'10 will be held in San Diego, California, 28 February - 3 March at the > Dana on Mission Bay. The deadline for submission of titles and abstracts is > Friday, 11 September 2009. The deadline for full paper and panel submissions > is Friday, 18 September 2009. > > Visit the NDSS'10 website for submission guidelines and other details: > http://www.isoc.org/isoc/conferences/ndss/10/ > > > > _______________________________________________ > IRSG mailing list > IRSG@mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/irsg > From harisankarh@gmail.com Thu May 7 21:26:45 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 357A93A6B92 for ; Thu, 7 May 2009 21:26:45 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -1.109 X-Spam-Level: X-Spam-Status: No, score=-1.109 tagged_above=-999 required=5 tests=[BAYES_05=-1.11, HTML_MESSAGE=0.001] 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 XP0-F2v8X-sH for ; Thu, 7 May 2009 21:26:44 -0700 (PDT) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by core3.amsl.com (Postfix) with ESMTP id 00BE13A6B64 for ; Thu, 7 May 2009 21:26:43 -0700 (PDT) Received: by rv-out-0506.google.com with SMTP id f9so1072711rvb.7 for ; Thu, 07 May 2009 21:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=vCYTeACp5vkBMhQbWfRRj0X8MPOVyNh+cDc8CEI6cV0=; b=Fkf2cbUFSPyhZnlYkZSTMVt7vAfE2SLkLiqgiEFf43eQ7tIRdCwGQ6sn3q+PKzJSbV VOFJ9qLSZRqYLEEnJKBogB9K9RyTDiXJ6nu7b/F4yQVoRum8RdyQ7Ulewa8pl8mjhHP2 O4f77y7FqO3tvhIVIJBGNPlcfvsJ7UnVFjBgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TdChMlOG4Gn3Ew/R/jg0WYfUXh4vCnjCqioJT+E5lArKFg2YM9unoFdSmzJvfZykaE G/PdCgS0l0ELJGgFDiMlJ/10svvXFegHGs5OLc5HQZTcSxeuIiIg3K74ofOvdt98uMvp 9H3PznP6Pg71clREKBoKyivE8tiLZTWaij7AQ= MIME-Version: 1.0 Received: by 10.114.89.1 with SMTP id m1mr3170392wab.188.1241756892466; Thu, 07 May 2009 21:28:12 -0700 (PDT) Date: Fri, 8 May 2009 09:58:12 +0530 Message-ID: From: hari sankar To: p2prg@irtf.org Content-Type: multipart/alternative; boundary=0016364c68b5790fd104695f0ea3 Subject: [p2prg] Fraction of internet nodes connected to each other through same LAN/MAN X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2009 04:26:45 -0000 --0016364c68b5790fd104695f0ea3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I am working in the area of peer-to-peer search. I need to know what fraction of internet nodes are connected to each other through same LAN/MAN also. Basically, I require some statistics like, "x% of all internet nodes are connected to at least y other internet nodes in the same LAN/MAN". Kindly inform if you know some work which estimates this or some related information. Thank you, Harisankar H MS Scholar, Distributed and Object Systems Lab, http://dos.iitm.ac.in Indian Institute of Technology, Madras --0016364c68b5790fd104695f0ea3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I am working in the area of peer-to-peer search. I need to know what fraction of internet nodes are connected to each other through same LA= N/MAN also. Basically, I require some statistics like, "x% of all internet nodes are connected to at least=A0 y=A0 other=A0 internet nodes in= the same LAN/MAN".

Kindly inform if you know some work which e= stimates this or some related information.

Thank you,
Harisankar H
MS Scholar,
Distributed and Object Systems Lab,
http://dos.iitm.ac.in Indian Institute of Technology, Madras
--0016364c68b5790fd104695f0ea3-- From vijay@gatech.edu Mon May 11 09:32:49 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 87A923A6B28 for ; Mon, 11 May 2009 09:32:49 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -1.076 X-Spam-Level: X-Spam-Status: No, score=-1.076 tagged_above=-999 required=5 tests=[AWL=-1.077, BAYES_50=0.001] 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 pvHeZUED2Bgx for ; Mon, 11 May 2009 09:32:49 -0700 (PDT) Received: from deliverator3.ecc.gatech.edu (deliverator3.ecc.gatech.edu [130.207.185.173]) by core3.amsl.com (Postfix) with ESMTP id 8005428C15E for ; Mon, 11 May 2009 09:31:50 -0700 (PDT) Received: from deliverator3.ecc.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 4C83F39C191 for ; Mon, 11 May 2009 12:33:20 -0400 (EDT) Received: from mail6.gatech.edu (bigip.ecc.gatech.edu [130.207.185.140]) by deliverator3.ecc.gatech.edu (Postfix) with ESMTP id B701E39C0E1 for ; Mon, 11 May 2009 12:33:19 -0400 (EDT) Received: from mail6.gatech.edu (localhost [127.0.0.1]) by mail6.gatech.edu (Postfix) with ESMTP id A0152225AA2 for ; Mon, 11 May 2009 12:33:19 -0400 (EDT) Date: Mon, 11 May 2009 12:33:19 -0400 (EDT) From: "Balasubramaniyan, Vijay A" To: p2prg@irtf.org Message-ID: <784856632.7746091242059599625.JavaMail.root@mail6.gatech.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [130.207.185.161] X-Mailer: Zimbra 5.0.15_GA_2851.RHEL5_64 (ZimbraWebClient - FF3.0 (Linux)/5.0.15_GA_2851.RHEL5_64) Subject: [p2prg] CFP NPSec 2009 Extended Deadline X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2009 16:32:49 -0000 Dear colleagues, The deadlines for NPSec 2009 have been extended. The new deadlines are: Abstract submission: June 8, 2009 Paper submission: June 15, 2009 Thanks, Vijay Balasubramaniyan NPSec 2009 web and publicity chair [Apologies if you receive multiple copies of this CFP] CALL FOR PAPERS NPSec 2009 5th Workshop on Secure Network Protocols In conjunction with ICNP 2009 October 13, 2009 Princeton, New Jersey, USA http://www.gtisc.gatech.edu/npsec09/ Scope: The 5th workshop on Secure Network Protocols (NPSec) is a one-day event held in conjunction with the 17th IEEE International Conference on Network Protocols (ICNP 2009). NPSec focuses on two general areas. The first focus is on the development and analysis of secure or hardened protocols for the operation (establishment and maintenance) of network infrastructure, including such targets as secure multidomain, ad hoc, sensor or overlay networks, or other related target areas. This can include new protocols, enhancements to existing protocols, protocol analysis, and new attacks on existing protocols. The second focus is on employing such secure network protocols to create or enhance network applications. Examples include collaborative firewalls, incentive strategies for multiparty networks, and deployment strategies to enable secure applications. NPSec 2009 particularly welcomes new ideas on security in the context of future Internet design, such as architectural considerations for future Internet security and new primitives for supporting secure network protocol and application design. Topics of interest include but are not limited to: 1. security in future Internet architectures - role of security in future architectures - integrating security into future protocols and applications 2. secure and/or resilient network protocols, e.g.: - internetworking/routing - MANETs - LANs and WLANs - mobile/cellular data networks - p2p and other overlay networks - federated trust systems - sensor networks 3. vulnerabilities of existing protocols and applications (both theoretical and case studies), including attacks 4. key distribution/management 5. intrusion detection and response 6. incentive systems for p2p systems and MANETs routing 7. secure protocol configuration and deployment Important Dates: Abstract submission: June 8, 2009 Paper submission: June 15, 2009 Notification of acceptance: July 15, 2009 Camera ready version: August 5, 2009 NPSEC Steering Committee: Sonia Fahmy, Purdue University (chair) George Kesidis, Penn State University Cristina Nita-Rotaru, Purdue University Gene Tsudik, UC Irvine Program Co-Chairs: Jelena Mirkovic, USC/ISI Xiaowei Yang, Duke University Web and Proceedings Chair: Vijay A. Balasubramaniyan, Georgia Tech. Technical Program Committee: Daniel Massey, Colorado State University Jun Li, University of Oregon Peter Reiher, UCLA Beichuan Zhang, University of Arizona Young Cho, USC/ISI Mukesh Singhal, University of Kentucky Minseok Kwon, Rochester Institute of Technology Lan Wang, University of Memphis Y. Charlie Hu, Purdue University Minaxi Gupta, Indiana University Dan Pei, AT\&T Research Bogdan Carbunar, Motorola Research Ted Faber, USC/ISI Jia Wang, AT\&T Research Landon Cox, Duke University Jean-Pierre Hubaux, EPFL Stephan Bohacek, University of Delaware Reza Curtmola, New Jersey Institute of Technology Brent Kang, University of North Carolina Bryan Ford, Max Planck Institute for Software Systems From maselli@di.uniroma1.it Tue May 12 05:36:35 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 3DF213A6B59 for ; Tue, 12 May 2009 05:36:35 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -1.808 X-Spam-Level: X-Spam-Status: No, score=-1.808 tagged_above=-999 required=5 tests=[AWL=-1.089, BAYES_00=-2.599, HELO_EQ_IT=0.635, HOST_EQ_IT=1.245] 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 KxYIM9VIznhb for ; Tue, 12 May 2009 05:36:34 -0700 (PDT) Received: from mail2.di.uniroma1.it (mail2.di.uniroma1.it [151.100.17.20]) by core3.amsl.com (Postfix) with ESMTP id 63FCC3A6B1B for ; Tue, 12 May 2009 05:36:33 -0700 (PDT) Received: from [151.100.17.90] (maselli.di.uniroma1.it [151.100.17.90]) by mail2.di.uniroma1.it (Postfix) with ESMTP id 81C9B2E05F for ; Tue, 12 May 2009 14:44:10 +0200 (CEST) Message-ID: <4A096DA9.9070805@di.uniroma1.it> Date: Tue, 12 May 2009 14:38:01 +0200 From: Gaia Maselli User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: it, it-it, en-us, en MIME-Version: 1.0 To: p2prg@ietf.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [p2prg] Call for POSTERS @ IEEE/ACM DCOSS 2009, New Submission Deadline X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: maselli@di.uniroma1.it List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2009 12:36:35 -0000 ==== (Sorry for the reception of multiple copies of this call.) CALL FOR POSTERS The 5th IEEE/ACM International Conference on DISTRIBUTED COMPUTING IN SENSOR SYSTEMS (DCOSS) June 8 - 10, 2009, Marina Del Rey, California, USA DCOSS 2009 solicits posters on recent original results or ongoing research in the area of wireless sensor networks. Authors are invited to submit interesting results on all aspects of wireless sensor networks, including algorithms, protocols, systems and applications. Poster presentations will provide authors with early feedback on their research work and enable them to exchange ideas with DCOSS participants. All posters will be reviewed and judged based on their originality, technical contribution and, particularly, their potential to generate interesting exchanges of ideas. Poster proposals are limited to 3 pages (conference template here) and should highlight the leading idea of the on-going research and its expected outcome and impact. Important dates: Poster Proposals Due: May 20, 2009 Notification of Acceptance: May 23, 2009 Submission Instructions: Proposals should be sent via email as PDF file to the Poster Session Chair at basagni [AT] ece.neu.edu. Please indicate "DCOSS09 Poster Proposal Submission" as the subject of the email. From arnaud.legout@inria.fr Tue May 12 08:19:14 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DD3223A6CF8 for ; Tue, 12 May 2009 08:19:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -5.319 X-Spam-Level: X-Spam-Status: No, score=-5.319 tagged_above=-999 required=5 tests=[AWL=-0.929, BAYES_20=-0.74, 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 ilOqbIIv7RHW for ; Tue, 12 May 2009 08:19:14 -0700 (PDT) Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by core3.amsl.com (Postfix) with ESMTP id 9EC153A6C83 for ; Tue, 12 May 2009 08:19:13 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.41,183,1241388000"; d="scan'208";a="27604776" Received: from cecile.inria.fr (HELO [138.96.250.112]) ([138.96.250.112]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 12 May 2009 17:20:42 +0200 Message-ID: <4A0993CC.6010802@inria.fr> Date: Tue, 12 May 2009 17:20:44 +0200 From: Arnaud Legout User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: p2prg@ietf.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [p2prg] New report on BitTorrent Locality X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2009 15:19:15 -0000 Hi, we are pleased to announce the report including the latest results on BitTorrent locality that we presented at the IETF-74 p2prg working group. Stevens Le Blond, Arnaud Legout, Walid Dabbous. Pushing BitTorrent Locality to the Limit. Technical Report (inria-00343822, version 2 - 12 May 2009), INRIA, Sophia Antipolis, May 2009. http://hal.inria.fr/inria-00343822/en/ Regards, Arnaud. From silvestris@di.uniroma1.it Wed May 13 05:47:30 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A883A3A6B14 for ; Wed, 13 May 2009 05:47:30 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -1.474 X-Spam-Level: X-Spam-Status: No, score=-1.474 tagged_above=-999 required=5 tests=[AWL=-3.396, BAYES_40=-0.185, HELO_EQ_IT=0.635, HOST_EQ_IT=1.245, SARE_SUB_OBFU_Q1=0.227] 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 w9wR4dr226Eu for ; Wed, 13 May 2009 05:47:29 -0700 (PDT) Received: from mail2.di.uniroma1.it (mail2.di.uniroma1.it [151.100.17.20]) by core3.amsl.com (Postfix) with ESMTP id AC3383A6955 for ; Wed, 13 May 2009 05:47:28 -0700 (PDT) Received: from [192.168.0.3] (silvestris.di.uniroma1.it [151.100.17.202]) by mail2.di.uniroma1.it (Postfix) with ESMTP id 376442E03C for ; Wed, 13 May 2009 14:55:11 +0200 (CEST) Message-ID: <4A0AC1B9.5030005@di.uniroma1.it> Date: Wed, 13 May 2009 14:48:57 +0200 From: Simone Silvestri User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: p2prg@irtf.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [p2prg] CFP: QShine 2009 X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 12:48:43 -0000 We apologize if you receive multiple copies of this Call for Papers. -------------------------------------------------- Call For Papers *** QSHINE 2009 *** The Sixth International ICST Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness Sponsored by ICST 23-26 November 2009, Las Palmas de Gran Canaria, Spain --------------------------------------------------------------------------------------------------------------- More information is available at the URL http://www.qshine.org --------------------------------------------------------------------------------------------------------------- The Sixth International Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness (QShine 2009) will focus on the research challenges associated to the design and implementation of large-scale wired and wireless networks and distributed systems. The aim of this conference is to bring together researchers and practitioners to present and share the latest results in the areas of performance,configuration, cross-layer approaches, scalability, resilience and survivability of large scale heterogeneous networks and distributed systems. Following the tradition of the previous QShine meetings, QShine 2009 will feature prominent invited speakers as well as papers by top researchers in the field. Original papers addressing performance optimization and Quality of Service support, ranging from the link layer to the application layer, over large-scale wired and wireless networks and distributed system, are solicited. Authors are encouraged to submit theoretical and/or experimental results of significance. The scope of the conference includes, but is not limited to: * Quality of Service provisioning in wired and wireless networks and distributed systems * Design, implementation or architectures related to QoS-enabled networks and distributed systems * QoS routing in wired, peer-to-peer, overlay, and wireless networks and distributed systems * QoS-aware service composition in distributed systems * QoS in WLAN, WPAN, WMAN and WiMAX (IEEE 802.11/15/16/20) * QoS in wireless sensor and ad hoc networks * QoS support across heterogeneous wired and wireless sub-networks * MAC protocols with QoS support in wireless networks * Topology control for QoS support in wireless networks * QoS and survivability in mobile environments * Scheduling, resource management, queue management, and admission control * QoS adaptation, modeling and measurements * Game-theoretic aspects in wired, peer-to-peer, overlay, and wireless networks and distributed systems * Incentive engineering in wired, peer-to-peer, overlay, and wireless networks and distributed systems * Pricing, billing, and resource allocation in wired, overlay and wireless networks * Traffic analysis, traffic engineering, and traffic shaping in heterogeneous environments * Security protocols and algorithms in wired, overlay and wireless networks * Scalability of large-scale overlay and wireless networks * Resilience of overlay and wireless protocols * Cross-layer protocol design in wireless networks * Cross-layer performance optimization for energy, network lifetime, and capacity ORGANIZING COMMITTEE: * General co-chairs: Novella Bartolini, Sapienza University of Rome, Italy Sotiris Nikoletseas, University of Patras, Greece * Steering Committee Co-Chairs: Imrich Chlamtac, Create-Net, Italy Xuemin (Sherman) Shen, University of Waterloo, Canada Xi Zhang, Texas A&M University, USA * Program chair: Prasun Sinha, Ohio State University, USA * Poster chair: Romit Roy Choudhury, Duke University, USA * Workshop chair: Annalisa Massini, Sapienza University, Italy * Local Committee Co-Chairs: Alvaro Suarez Sarmiento, University of Las Palmas de Gran Canaria, Spain Elsa Macias, University of Las Palmas de Gran Canaria, Spain * Publicity chair: Simone Silvestri, Sapienza University, Italy * Conference coordinator: Maria Morozova, ICST, Belgium IMPORTANT DATES: Full Papers due: May 22, 2009, Friday, 5pm EST Notification of Acceptance: July 10, 2009 Camera-ready Manuscripts due: September 5, 2009 Conference Dates: 23-26 November, 2009 SUBMISSION INSTRUCTIONS QShine 2009 invites submission of manuscripts that present original material and that have not been previously published or under review by another conference or journal. Prospective authors are encouraged to submit a PDF version of the full paper in ACM conference proceedings format, which are limited to 8 single-spaced two-column pages (including all figures and references) in a 10 point font. Authors of submitted papers should select 1 or 2 keywords to allow a better classification and assignment of papers to reviewers. All paper submissions will be handled electronically through the ASSYST system. PUBLICATION All submitted papers will go through a peer review process. All accepted papers will be included in the Qshine 2009 Conference Proceedings. All accepted papers will be made available in Association for Computing Machinery (ACM) Digital Library and then be indexed by Engineering Information (EI). Research papers of particular merit will be selected for consideration of fast track publication in a special issue of ACM/Springer Mobile Networks and Applications (pending). -- Simone Silvestri Phd Student University of Rome "La Sapienza" Via Salaria 113, 00198 Rome - Italy Ph: (+39) 0685768430 web: http://www.dsi.uniroma1.it/~silvestr/ From sprevidi@cisco.com Fri May 15 01:58:33 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 025CC3A6F1C for ; Fri, 15 May 2009 01:58:33 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -2.513 X-Spam-Level: X-Spam-Status: No, score=-2.513 tagged_above=-999 required=5 tests=[AWL=0.086, BAYES_00=-2.599] 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 uWW570amgc1m for ; Fri, 15 May 2009 01:58:32 -0700 (PDT) Received: from av-tac-bru.cisco.com (weird-brew.cisco.com [144.254.15.118]) by core3.amsl.com (Postfix) with ESMTP id EF0643A6F19 for ; Fri, 15 May 2009 01:58:31 -0700 (PDT) X-TACSUNS: Virus Scanned Received: from strange-brew.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-bru.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id n4F8kep3016044 for ; Fri, 15 May 2009 10:46:40 +0200 (CEST) Received: from [192.168.0.108] (dhcp-10-61-107-249.cisco.com [10.61.107.249]) by strange-brew.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id n4F8kd1W016005; Fri, 15 May 2009 10:46:40 +0200 (CEST) Message-Id: <735EAF7B-92A8-4618-B8CE-0E7F4FBC6F2F@cisco.com> From: stefano previdi To: p2prg@ietf.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 15 May 2009 10:46:24 +0000 X-Mailer: Apple Mail (2.935.3) Subject: [p2prg] P2PRG Meeting at IETF75 X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 08:58:33 -0000 All, we started to setup the agenda for a p2prg meeting during next ietf (Stockholm, July 26-31). Can you please let us know (Volker or myself) if you're interested in having a slot in the agenda. Thanks Stefano Previdi (sprevidi@cisco.com) Volker Hilt (volkerh@alcatel-lucent.com) From silvestris@di.uniroma1.it Fri May 15 05:18:06 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id D98F63A6996 for ; Fri, 15 May 2009 05:18:06 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -0.933 X-Spam-Level: X-Spam-Status: No, score=-0.933 tagged_above=-999 required=5 tests=[AWL=-2.291, BAYES_00=-2.599, HELO_EQ_IT=0.635, HOST_EQ_IT=1.245, SUBJ_ALL_CAPS=2.077] 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 skVNbDfGlVJg for ; Fri, 15 May 2009 05:18:05 -0700 (PDT) Received: from mail2.di.uniroma1.it (mail2.di.uniroma1.it [151.100.17.20]) by core3.amsl.com (Postfix) with ESMTP id 72D503A691E for ; Fri, 15 May 2009 05:18:04 -0700 (PDT) Received: from [151.100.17.202] (silvestris.di.uniroma1.it [151.100.17.202]) by mail2.di.uniroma1.it (Postfix) with ESMTP id 1B6542E0AB; Fri, 15 May 2009 14:25:51 +0200 (CEST) Message-ID: <4A0D5DCE.7080900@di.uniroma1.it> Date: Fri, 15 May 2009 14:19:26 +0200 From: Simone Silvestri User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: grin@di.unipi.it, wireless@lists.samba.org, Ukubinet-announce@doc.ic.ac.uk, end2end-interest@postel.org, tcos-announce@tcos.org, smac-users@mailman.isi.edu, p2prg@irtf.org, tccc@lists.cs.columbia.edu, reti.it@tlc.polito.it, mycolleagues@grid.lrg.ufsc.br Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [p2prg] CFP: AAA-IDEA 2009 X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 12:18:06 -0000 ****************************************************************************************** Preliminary Call for Papers AAA-IDEA 2009 The 3rd International Workshop on Advanced Architectures and Algorithms for Internet DElivery and Applications Las Palmas de Gran Canaria, The Canary Islands, Spain November 26, 2009 http://aaa-idea.org/ In conjunction with QShine 2009 The 6th International ICST Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness http://qshine.org/ ****************************************************************************************** ****************** Important Dates ****************** Paper submission due: July 10, 2009 Notification of acceptance: August 31, 2009 Camera-ready version due: September 10, 2009 Workshop: November 26, 2009 *********************** Scope and Overview *********************** New applications and emerging communication technologies continue to put greater demands on the Internet infrastructure. With the increased use of mobile devices connected to the Internet, for example, the need for content and service delivery architectures that consider the unique challenges (e.g., bandwidth limitations and costs, mobility, limited battery life) posed by mobile devices has emerged. Similarly, with rapid advances in broadband at home technology, there is an increased emphasis on realizing IPTV, video-on-demand, and customized content delivery. These issues pose a number of challenging design and performance problems at various levels, including systems, networks, and protocols. This one-day workshop aims at providing a highly interactive forum where researchers, developers and practitioners from academia and industry have the opportunity to present and discuss recent research, developments and future directions regarding the design, implementation, and evaluation of Internet-based architectures and applications. AAA-IDEA 2009 will continue the tradition of the previous AAA-IDEA workshops, held at Orlando (2005) and Pisa (2006), that were successful in providing a forum to exchange ideas and experiences about the faced problems and to discuss innovative solutions. Topics of interest to the workshop include, but are not limited to, performance studies and novel approaches (architectures, algorithms, and protocols) that aim to improve the user experience in accessing emerging as well as traditional Internet-based services and applications. ******************* Topics of Interest ******************* AAA-IDEA 2009 topics of interest include, but are not limited to: - Architectures and protocols for content and service delivery - Clean slate Internet architectures - Energy-aware protocols and architectures - Media streaming in wired and wireless systems - Novel Web-based applications - Online social networks and applications - Peer-to-peer systems - Performance measurement and monitoring tools - QoS provisioning and management in wired and wireless systems - Reliability and high availability - Scalable and autonomic Web-based systems - Security and privacy for content delivery - Support for mobile and wireless systems - Workload analysis and characterization ******************************* Submission and Publication ******************************* Authors are encouraged to submit full papers presenting well-developed research results. Short papers that are more speculative in nature, works-in-progress, and position papers are also solicited. All submissions must describe original research, not published or currently under review for another workshop, conference, or journal. All submissions must be in printable PDF format and written in English. Papers must be no longer than 15 pages (9 pages for short papers) in Springer LNICST format, including all figures and references. All paper submissions will be handled electronically through the ASSYST system (http://assyst-online.org/). The program committee will referee all papers. The papers to be presented at the workshop will be selected on the basis of their originality, technical merit, quality of presentation, and topical relevance of their contents. All accepted papers will be published by Springer in the series of ICST Lecture Notes (LNICST). The authors of accepted papers must guarantee that their paper will be presented at the workshop. At least one author of each accepted paper must be registered for the workshop in order for that paper to appear in the proceedings and to be scheduled for presentation. More details on Submission/Publication instructions can be found at http://aaa-idea.org/. Please direct any questions about the paper submission process to the Workshop Co-Chairs (cardellini@ing.uniroma2.it, anirban.mahanti@nicta.com.au). ************************* Organizing Committee ************************* Workshop Co-Chairs Valeria Cardellini, University of Roma "Tor Vergata", Italy Anirban Mahanti, NICTA, Australia Publicity Chair Simone Silvestri, University of Roma "La Sapienza", Italy ********************************************** Technical Program Committee (partial list) ********************************************** Martin Arlitt, HP Labs, USA Amitabha Bagchi, Indian Institute of Technology Delhi, India Niklas Carlsson, University of Calgary, Canada Emiliano Casalicchio, University of Roma "Tor Vergata", Italy Abhishek Chandra, University of Minnesota, USA Lucy Cherkasova, HP Labs, USA Michele Colajanni, University of Modena and Reggio Emilia, Italy Jeffrey Erman, AT&T Research, USA Luca Foschini, University of Bologna, Italy Pawel Garbacki, Google, Switzerland Jiangchuan (JC) Liu, Simon Fraser University, Canada Francesco Lo Presti, University of Roma "Tor Vergata", Italy Geyong Min, Bradford University, UK Colin Perkins, University of Glasgow, UK Henrik Petandar, NICTA, Australia Guillaume Pierre, Vrije Universiteit, The Netherlands Paolo Romano, INESC-ID, Portugal Matthew Roughan, University of Adelaide, Australia Craig Shue, Oak Ridge National Lab, USA Carey Williamson, University of Calgary, Canada From sprevidi@cisco.com Mon May 25 08:58:19 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id EFC7C3A68B1 for ; Mon, 25 May 2009 08:58:19 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -2.117 X-Spam-Level: X-Spam-Status: No, score=-2.117 tagged_above=-999 required=5 tests=[AWL=-0.317, BAYES_00=-2.599, SARE_SUB_RAND_LETTRS4=0.799] 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 fJ1ulDsTz-Yb for ; Mon, 25 May 2009 08:58:19 -0700 (PDT) Received: from av-tac-bru.cisco.com (weird-brew.cisco.com [144.254.15.118]) by core3.amsl.com (Postfix) with ESMTP id D7BE93A6A47 for ; Mon, 25 May 2009 08:58:18 -0700 (PDT) X-TACSUNS: Virus Scanned Received: from strange-brew.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-bru.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id n4PFxUo8007812 for ; Mon, 25 May 2009 17:59:30 +0200 (CEST) Received: from [192.168.0.104] (dhcp-10-61-103-240.cisco.com [10.61.103.240]) by strange-brew.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id n4PFxT3C002291 for ; Mon, 25 May 2009 17:59:29 +0200 (CEST) Message-Id: <0072C30C-2EDA-421E-B0BC-69502AB7C4C8@cisco.com> From: stefano previdi To: p2prg@ietf.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Mon, 25 May 2009 17:59:28 +0200 References: <4A1AB3CF.5020107@telecomitalia.it> X-Mailer: Apple Mail (2.935.3) Subject: [p2prg] Fwd: [Fwd: I-D Action:draft-irtf-p2prg-rtc-security-01.txt] X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 15:58:20 -0000 All, this is the latest version of the draft uploaded by the authors. I'd like the group to review it so we can move forward into the publication process. Let's take 3 or 4 weeks for review. Thanks. s. Begin forwarded message: > From: "Internet-Drafts@ietf.org" > Date: May 25, 2009 5:00:01 PM GMT+02:00 > To: "i-d-announce@ietf.org" > Subject: I-D Action:draft-irtf-p2prg-rtc-security-01.txt > Reply-To: "internet-drafts@ietf.org" > > > A New Internet-Draft is available from the on-line Internet-Drafts > directories. > > Title : Security Issues and Solutions in Peer-to-peer > Systems for Realtime Communications > Author(s) : H. Schulzrinne, et al. > Filename : draft-irtf-p2prg-rtc-security-01.txt > Pages : 23 > Date : 2009-05-25 > > Peer-to-peer (P2P) networks offer higher robustness against failure, > easier configuration and are generally more economical than their > client-server counterparts. It has therefore become reasonable for > resource consuming and typically centralized applications like Voice > over IP (VoIP) and, in general, realtime communication to adapt and > exploit the benefits of P2P. Such a migration needs to address a new > set of P2P specific security problems. This document describes some > of the known issues found in common P2P networks, analyzing the > relevance of such issues and the applicability of existing solutions > when using P2P architectures for realtime communication. > > A URL for this Internet-Draft is: > http://www.ietf.org/internet-drafts/draft-irtf-p2prg-rtc-security-01.txt > > Internet-Drafts are also available by anonymous FTP at: > ftp://ftp.ietf.org/internet-drafts/ > > Below is the data which will enable a MIME compliant mail reader > implementation to automatically retrieve the ASCII version of the > Internet-Draft. > [InternetShortcut] > URL=ftp://ftp.ietf.org/internet-drafts/draft-irtf-p2prg-rtc-security-01.txt From y2iraqi@gmail.com Mon May 25 18:56:39 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A6B193A6A97 for ; Mon, 25 May 2009 18:56:39 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: 0.624 X-Spam-Level: X-Spam-Status: No, score=0.624 tagged_above=-999 required=5 tests=[BAYES_50=0.001, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001] 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 elCz61UWDx6u for ; Mon, 25 May 2009 18:56:32 -0700 (PDT) Received: from mail-fx0-f170.google.com (mail-fx0-f170.google.com [209.85.220.170]) by core3.amsl.com (Postfix) with ESMTP id 538F43A6A8C for ; Mon, 25 May 2009 18:56:31 -0700 (PDT) Received: by fxm18 with SMTP id 18so3558753fxm.7 for ; Mon, 25 May 2009 18:58:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=m5gIqSkEQK7dgtw0zRq3oK4Nk2tn3xVKdclLO1oYNQk=; b=Oz0BYRCn2+41dKTg3Z+c8nhvUNJXg8/bQ5JS6Pid1xkH/ZE4UWgO3YIIvNIZLPmOYR 95/KjFV+0k4T6GJmdzoCSfkuj7Il5St0B9h1QUGwhqqvLUWIYFewM63k0tX02gnBdhvd Xk08hG8CbSUhMhBxDF7hs1FaUn9mdP439hsv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=tQNelQafDWLYRiKzJizYcx+n4tO1j7d5I6HtxeuVnYx6JSLzD5vWBRADh7H/RN+ozu xAbS3z22HLydt4xFPDDF2VNTCu6d1lRNFrmTAVgs1DhQlmJPl6My8vo1Foscosy4ghGG 1YvUNwoRcvn7+F3pWeDOe97S/tUsifbY26FK0= MIME-Version: 1.0 Sender: y2iraqi@gmail.com Received: by 10.204.54.65 with SMTP id p1mr7541014bkg.195.1243303090292; Mon, 25 May 2009 18:58:10 -0700 (PDT) Date: Tue, 26 May 2009 05:58:10 +0400 X-Google-Sender-Auth: fb3c447733fd772e Message-ID: <2e9d16680905251858x216b85a9pc01644cdd91d0749@mail.gmail.com> From: "Dr. Youssef Iraqi" To: p2prg@irtf.org Content-Type: multipart/alternative; boundary=001636c5b9e80b8bba046ac70f39 Subject: [p2prg] [CFP] AASN'2009: First Call for Paper X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 01:59:24 -0000 --001636c5b9e80b8bba046ac70f39 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable [Sincere apologies if you receive multiple copies of this CFP.] CALL FOR PAPERS Second International Workshop on Automated and Autonomous Sensor Networks, AASN http://sigappfr.acm.org/MEDES/09/workshops/AASN09/AASN_workshop.html To be held in conjunction with The International ACM Conference on Management of Emergent Digital EcoSystems (MEDES 2009) Lyon - France, October 27-30, 2009. Summary and Topics: Thanks to technological advances, wired and wireless sensor networks are attracting an increasing attention that promotes their large-scale deployments in many applications, such as environmental monitoring, militar= y surveillance, and scientific exploration. Continuous improvements are motivating works in addressing specific sensor network issues spanning hardware, network protocols, architecture, operating systems, and applications. Furthermore, emergent needs to fulfill a variety of heterogeneous requirements are highlighting the importance of multidisciplinary networks that control their processing and manage their resources by means of self-organizing techniques. These techniques particularly require sharing the decision-making process over hundreds of low-power, short lifetimes sensors. The achievement of this goal is still facing an urgent and challenging question on how to provide these spatially distributed sensors with reasonable autonomy that help them in performing the right action, at the right time for the sake of fulfilling current requirements while increasing the lifetime of the entire sensor network and guaranteeing reliable and enduring pathway communications. Automating the sensor network activities is also an urgent and challenging issue especiall= y that commonly sensing devices are operating unattended in remote and hostil= e areas where manual maintenance is nearly impossible. Since predefined and late decisions do not help much in improving the efficiency of networked sensing devices, automation and autonomy are very important mechanisms in addressing upcoming developments that target multi-services, collaborating, or competing sensor networks. To reach these goals, the second Internationa= l Workshop on Automated and Autonomous Sensor Networks is seeking novel ideas in the following topics that include, but not limited to: - Heterogeneous sensor networks - Multi-service sensor networks - Sensor network control - Automated sensing activities - Competing sensors or sensor networks - Collaborating sensors and sensor networks - Semantic-based management of sensor networks - Resource management in sensor networks - Context awareness in sensor networks - Self-organization and self-adaptation in sensor networks - New architectures and protocols for sensor networks - Sensor network maintenance - Intelligent sensors and sensor networks - Data management in sensor networks - Data and resource sharing in sensor networks - Quality of Service in sensor networks - Sustainable sensor networks - Decision Support Systems for Sensor Networks - Virtual Environment for Supporting Sensor Networks - Sensor Networks on the Web - Sensor networks for a sustainable development - Autonomous/Intelligent social sensor networks - Autonomous/Intelligent sensor networks for supporting social networks - Sensor networks for an autonomous/intelligent management of spatial resources - Sensor networks for an autonomous/intelligent risk management - New sensor network applications Important Dates: Submission deadline: July 31st 2009 Acceptance notification: September 5th 2009 Camera ready papers: September 15th 2009 Submission Guidelines: (http://sigappfr.acm.org/MEDES/09/guidelines.php) Submissions must be in an electronic form as PDF format. Submissions will b= e peer-reviewed by at least 2 peer reviewers. Selection criteria will include: relevance, significance, impact, originality, technical soundness, and quality of presentation. At least one author should attend the conference to present the paper. Program Co-Chairs: Nafa=E2 Jabeur, Dhofar University (nafaa_jabeur@du.edu.om) Youssef Iraqi, Dhofar University (y_iraqi@du.edu.om) Technical Program Committee: Bernard Moulin, Laval University, Canada Duc Tran, University of Massachusetts Boston, USA Gregory S. Yovanof, Athens Information Technology, Greece Gianluca Moro, University of Bologna, Italy Hamdi Yahyaoui, King Fahd University of Petroleum and Minerals, Saudi Arabi= a Jiming Chen, Zhejiang University, China Khalil El-Khatib, University of Ontario Institute of Technology, Canada Michael Lauer, Goethe-Univ. Frankfurt, Germany Mohamed Younis, University of Maryland Baltimore County, USA Nabil Sahli, Dhofar University, Oman Phil Graniero, University of Windsor, Canada Stefano Avallone, University of Naples, Italy Vasilis Friderikos, King's College London, UK Zakaria Maamar, Zaid University, UAE --001636c5b9e80b8bba046ac70f39 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
[Sincere apologies if you receive multiple copies of = this CFP.]

CALL FOR PAPERS
Second Intern= ational Workshop on Automated and Autonomous Sensor Networks, AASN=A0
=


To be held in conjunction with<= /div>
The International ACM Conference on Management of Emergent Digital Eco= Systems (MEDES 2009)
Lyon - France, October 27-30, 2009.
=A0

Summary and Topics:=A0
Thanks to t= echnological advances, wired and wireless sensor networks are attracting an= increasing attention that promotes their large-scale deployments in many a= pplications, such as environmental monitoring, military surveillance, and s= cientific exploration. Continuous improvements are motivating works in addr= essing specific sensor network issues spanning hardware, network protocols,= architecture, operating systems, and applications. Furthermore, emergent n= eeds to fulfill a variety of heterogeneous requirements are highlighting th= e importance of multidisciplinary networks that control their processing an= d manage their resources by means of self-organizing techniques. These tech= niques particularly require sharing the decision-making process over hundre= ds of low-power, short lifetimes sensors. The achievement of this goal is s= till facing an urgent and challenging question on how to provide these spat= ially distributed sensors with reasonable autonomy that help them in perfor= ming the right action, at the right time for the sake of fulfilling current= requirements while increasing the lifetime of the entire sensor network an= d guaranteeing reliable and enduring pathway communications. Automating the= sensor network activities is also an urgent and challenging issue especial= ly that commonly sensing devices are operating unattended in remote and hos= tile areas where manual maintenance is nearly impossible. Since predefined = and late decisions do not help much in improving the efficiency of networke= d sensing devices, automation and autonomy are very important mechanisms in= addressing upcoming developments that target multi-services, collaborating= , or competing sensor networks. To reach these goals, the second Internatio= nal Workshop on Automated and Autonomous Sensor Networks is seeking novel i= deas in the following topics that include, but not limited to:

- Heterogeneous sensor networks
- Multi-servi= ce sensor networks
- Sensor network control=A0
- Automa= ted sensing activities=A0
- Competing sensors or sensor networks= =A0
- Collaborating sensors and sensor networks=A0
- Semantic-ba= sed management of sensor networks
- Resource management in sensor= networks=A0
- Context awareness in sensor networks=A0
= - Self-organization and self-adaptation in sensor networks=A0
- New architectures and protocols for sensor networks
- Sens= or network maintenance=A0
- Intelligent sensors and sensor networ= ks =A0
- Data management in sensor networks=A0
- Data a= nd resource sharing in sensor networks =A0
- Quality of Service in sensor networks
- Sustainable sensor= networks=A0
- Decision Support Systems for Sensor Networks=A0
- Virtual Environment for Supporting Sensor Networks=A0
-= Sensor Networks on the Web
- Sensor networks for a sustainable development=A0
- Autonom= ous/Intelligent social sensor networks=A0
- Autonomous/Intelligen= t sensor networks for supporting social networks=A0
- Sensor netw= orks for an autonomous/intelligent management of spatial resources=A0
- Sensor networks for an autonomous/intelligent risk management=A0
- New sensor network applications=A0
=A0=A0=A0
<= br>
Important Dates:
Submission deadline: July 31st 200= 9=A0
Acceptance notification: September 5th 2009=A0
Camera ready = papers: September 15th 2009 =A0=A0

Submission Guid= elines:=A0
Submissions must be in an electronic form as PDF format. Submissions w= ill be peer-reviewed
by at least 2 peer reviewers. Selection crit= eria will include: relevance, significance,
impact, originality, = technical soundness, and quality of presentation. At least one author
should attend the conference to present the paper.

Program Co-Chairs:
Nafa=E2 Jabeur, Dhofar University (nafaa_jabeur@du.edu.om)
Youssef Iraqi, Dhofar University (y_ir= aqi@du.edu.om)

Technical Program Committee:
Bernard Moulin, Laval University, Canada
Duc Tran, Univer= sity of Massachusetts Boston, USA
Gregory S. Yovanof, Athens Information Technology, Greece
Gi= anluca Moro, University of Bologna, Italy
Hamdi Yahyaoui, King Fa= hd University of Petroleum and Minerals, Saudi Arabia
Jiming Chen= , Zhejiang University, China
Khalil El-Khatib, University of Ontario Institute of Technology, Canad= a
Michael Lauer, Goethe-Univ. Frankfurt, Germany
Mohame= d Younis, University of Maryland Baltimore County, USA
Nabil Sahl= i, Dhofar University, Oman
Phil Graniero, University of Windsor, Canada
Stefano Avallon= e, University of Naples, Italy
Vasilis Friderikos, King's Col= lege London, UK=A0
Zakaria Maamar, Zaid =A0University, =A0UAE
--001636c5b9e80b8bba046ac70f39-- From silvestris@di.uniroma1.it Wed May 27 06:11:49 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 057E43A68DE for ; Wed, 27 May 2009 06:11:49 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -0.503 X-Spam-Level: X-Spam-Status: No, score=-0.503 tagged_above=-999 required=5 tests=[AWL=-2.611, BAYES_50=0.001, HELO_EQ_IT=0.635, HOST_EQ_IT=1.245, SARE_SUB_OBFU_Q1=0.227] 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 3cTXPcl3PSIl for ; Wed, 27 May 2009 06:11:47 -0700 (PDT) Received: from mail2.di.uniroma1.it (mail2.di.uniroma1.it [151.100.17.20]) by core3.amsl.com (Postfix) with ESMTP id CFF523A67AA for ; Wed, 27 May 2009 06:11:46 -0700 (PDT) Received: from [151.100.17.202] (silvestris.di.uniroma1.it [151.100.17.202]) by mail2.di.uniroma1.it (Postfix) with ESMTP id 43A162E070; Wed, 27 May 2009 15:18:57 +0200 (CEST) Message-ID: <4A1D3C06.5040101@di.uniroma1.it> Date: Wed, 27 May 2009 15:11:34 +0200 From: Simone Silvestri User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: grin@di.unipi.it, wireless@lists.samba.org, Ukubinet-announce@doc.ic.ac.uk, end2end-interest@postel.org, tcos-announce@tcos.org, smac-users@mailman.isi.edu, p2prg@irtf.org, tccc@lists.cs.columbia.edu, reti.it@tlc.polito.it, mycolleagues@grid.lrg.ufsc.br, researchers@mailman.ufsc.br Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [p2prg] QShine 2009 - Submission deadline extended: June 15, 2009 X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 13:11:49 -0000 We apologize if you receive multiple copies of this Call for Papers. -------------------------------------------------- Call For Papers *** QSHINE 2009 *** The Sixth International ICST Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness Sponsored by ICST 23-26 November 2009, Las Palmas de Gran Canaria, Spain ***** SUBMISSION DEADLINE EXTENDED TO JUNE 15, 2009 ****** --------------------------------------------------------------------------------------------------------------- More information is available at the URL http://www.qshine.org --------------------------------------------------------------------------------------------------------------- The Sixth International Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness (QShine 2009) will focus on the research challenges associated to the design and implementation of large-scale wired and wireless networks and distributed systems. The aim of this conference is to bring together researchers and practitioners to present and share the latest results in the areas of performance,configuration, cross-layer approaches, scalability, resilience and survivability of large scale heterogeneous networks and distributed systems. Following the tradition of the previous QShine meetings, QShine 2009 will feature prominent invited speakers as well as papers by top researchers in the field. Original papers addressing performance optimization and Quality of Service support, ranging from the link layer to the application layer, over large-scale wired and wireless networks and distributed system, are solicited. Authors are encouraged to submit theoretical and/or experimental results of significance. The scope of the conference includes, but is not limited to: * Quality of Service provisioning in wired and wireless networks and distributed systems * Design, implementation or architectures related to QoS-enabled networks and distributed systems * QoS routing in wired, peer-to-peer, overlay, and wireless networks and distributed systems * QoS-aware service composition in distributed systems * QoS in WLAN, WPAN, WMAN and WiMAX (IEEE 802.11/15/16/20) * QoS in wireless sensor and ad hoc networks * QoS support across heterogeneous wired and wireless sub-networks * MAC protocols with QoS support in wireless networks * Topology control for QoS support in wireless networks * QoS and survivability in mobile environments * Scheduling, resource management, queue management, and admission control * QoS adaptation, modeling and measurements * Game-theoretic aspects in wired, peer-to-peer, overlay, and wireless networks and distributed systems * Incentive engineering in wired, peer-to-peer, overlay, and wireless networks and distributed systems * Pricing, billing, and resource allocation in wired, overlay and wireless networks * Traffic analysis, traffic engineering, and traffic shaping in heterogeneous environments * Security protocols and algorithms in wired, overlay and wireless networks * Scalability of large-scale overlay and wireless networks * Resilience of overlay and wireless protocols * Cross-layer protocol design in wireless networks * Cross-layer performance optimization for energy, network lifetime, and capacity ORGANIZING COMMITTEE: * General co-chairs: Novella Bartolini, Sapienza University of Rome, Italy Sotiris Nikoletseas, University of Patras, Greece * Steering Committee Co-Chairs: Imrich Chlamtac, Create-Net, Italy Xuemin (Sherman) Shen, University of Waterloo, Canada Xi Zhang, Texas A&M University, USA * Program chair: Prasun Sinha, Ohio State University, USA * Poster chair: Romit Roy Choudhury, Duke University, USA * Workshop chair: Annalisa Massini, Sapienza University, Italy * Local Committee Co-Chairs: Alvaro Suarez Sarmiento, University of Las Palmas de Gran Canaria, Spain Elsa Macias, University of Las Palmas de Gran Canaria, Spain * Publicity chair: Simone Silvestri, Sapienza University, Italy * Conference coordinator: Maria Morozova, ICST, Belgium IMPORTANT DATES: Full Papers due: June 15,2009 5pm EST (Extended) Notification of Acceptance: July 10, 2009 Camera-ready Manuscripts due: September 5, 2009 Conference Dates: 23-26 November, 2009 SUBMISSION INSTRUCTIONS QShine 2009 invites submission of manuscripts that present original material and that have not been previously published or under review by another conference or journal. Prospective authors are encouraged to submit a PDF version of the full paper in ACM conference proceedings format, which are limited to 8 single-spaced two-column pages (including all figures and references) in a 10 point font. Authors of submitted papers should select 1 or 2 keywords to allow a better classification and assignment of papers to reviewers. All paper submissions will be handled electronically through the ASSYST system. PUBLICATION All submitted papers will go through a peer review process. All accepted papers will be included in the Qshine 2009 Conference Proceedings. All accepted papers will be made available in Association for Computing Machinery (ACM) Digital Library and then be indexed by Engineering Information (EI). Research papers of particular merit will be selected for consideration of fast track publication in a special issue of ACM/Springer Mobile Networks and Applications (pending). From emilio.ancillotti@iit.cnr.it Fri May 29 09:57:48 2009 Return-Path: X-Original-To: p2prg@core3.amsl.com Delivered-To: p2prg@core3.amsl.com Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 5F6A93A67EF for ; Fri, 29 May 2009 09:57:48 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: 3.355 X-Spam-Level: *** X-Spam-Status: No, score=3.355 tagged_above=-999 required=5 tests=[BAYES_50=0.001, FRT_ADULT2=1.474, HELO_EQ_IT=0.635, HOST_EQ_IT=1.245] 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 3zNgzdKoufuO for ; Fri, 29 May 2009 09:57:48 -0700 (PDT) Received: from smtp.iit.cnr.it (mx3.iit.cnr.it [146.48.98.150]) by core3.amsl.com (Postfix) with ESMTP id ED5113A6774 for ; Fri, 29 May 2009 09:57:47 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by smtp.iit.cnr.it (Postfix) with ESMTP id D9FE812EDA8 for ; Fri, 29 May 2009 18:59:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx3.iit.cnr.it Received: from smtp.iit.cnr.it ([127.0.0.1]) by localhost (mx3.iit.cnr.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m5eknvwSDZv5 for ; Fri, 29 May 2009 18:59:26 +0200 (CEST) Received: from [146.48.98.167] (perlab-pc1.iit.cnr.it [146.48.98.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.iit.cnr.it (Postfix) with ESMTPSA id B5B8E12EDA7 for ; Fri, 29 May 2009 18:59:26 +0200 (CEST) Message-ID: <4A20146C.8000109@iit.cnr.it> Date: Fri, 29 May 2009 18:59:24 +0200 From: Emilio Ancillotti User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: p2prg@ietf.org Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: [p2prg] [AOC 2009]: Call For Participation (15 June, Kos, Greece) X-BeenThere: p2prg@irtf.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Peer-to-Peer Research Group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 16:57:48 -0000 [Our apologies for possible duplicates] --------------------------------------------------------------- CALL FOR PARTICIPATION - AOC 2009 ******** REGISTRATION INFORMATION ******************************* Please check http://www.ics.forth.gr/wowmom09/registration.html for registration issues ***************************************************************** Third IEEE WoWMoM Workshop on Autonomic and Opportunistic Communications (AOC 2009) June 15, 2009 - Island of Kos (Greece) http://cnd.iit.cnr.it/aoc2009/ jointly organized by the SOCIALNETS project funded by the FET-IST Programme under the FET proactive initiative on Pervisive Adaptation (PerAda) http://www.social-nets.eu ANA project funded by the FET-SAC Programme in the area Situated and Autonomic Communications (SAC) http://www.ana-project.org/ ***************************************************************** You are cordially invited to join us in the Island of Kos, Greece, on June 15, 2009. The AOC workshop is devoted to presenting and discussing novel findings and approaches to Autonomic and Opportunistic Communications. ********************** AOC 2009 FEATURES ******************** * * Keynote Talk: * Vania Conan (THALES, France) * "From the Internet of Things to the Future Internet of Robots" * * Panel * To what extent will the Future Internet be Autonomic * and Opportunistic? * * Organiser & Chair: Andrea Passarella, IIT-CNR, Italy * * 6 Regular Papers * * 4 Work-in-Progress Papers * ***************************************************************** The goal of this workshop is to provide a forum between the autonomic and opportunistic communication communities to exchange ideas, discuss solutions, and share experiences among researchers, professionals, and application developers both from industry and academia. The synergies between autonomic and opportunistic communications & social networks studies and technologies are one of the primary interests of this year’s edition. Please refer to the AOC website (http://cnd.iit.cnr.it/aoc2009) for any additional information. ORGANISING COMMITTEE Workshop Chairs Andrea Passarella, IIT-CNR, Italy Konstantinos Oikonomou, Ionian University, Greece Steering Committee Marco Conti, IIT-CNR, Italy Silvia Giordano, SUPSI, Switzerland Ioannis Stavrakakis, University of Athens, Greece Publicity Chairs Emilio Ancillotti, IIT-CNR, Italy Nikolaos Laoutaris, Telefonica Research, Spain ================================================================ AOC 2009 TECHNICAL PROGRAM ================================================================ Session 1: Opportunistic Networking - Distributed Estimation of Global Parameters in Delay-Tolerant Networks Alessio Guerrieri; Alberto Montresor; Iacopo Carreras; Francesco De Pellegrini; Daniele Miorandi - Privacy in Context-Based and Epidemic Forwarding Abdullatif Shikfa; Melek Onen; Refik Molva - HYMAD: Hybrid DTN-MANET Routing for Dense and Highly Dynamic Wireless Networks John Whitbeck; Vania Conan Session 2: Work-in-Progress - Design and Analysis of Self-Organized Data Aggregation Using Evolutionary Game Theory in Delay Tolerant Networks Habibul Kabir; Masahiro Sasabe; Tetsuya Takine - Enabling opportunistic communications in a Social Communications Broker Architecture Oscar Sola; Jorge Alonso - OPPORTUNITY: Towards opportunistic activity and context recognition systems Daniel Roggen; Kilian Forster; Thomas Holleczek; Gerhard Troster; Paul Lukowicz; Kai Kunze; Alois Ferscha; Ricardo Chavarriaga - When Opportunity Proceeds from Autonomy: A Tour-Based Architecture for Disconnected Mobile Sensors Michel Charpentier; Radim Bartos; Swapnil Bhatia Session 3: Autonomic Resource Management and Cooperation - Improving Partial Cover of Random Walks in large-scale Wireless Sensor Networks Leonidas Tzevelekas; Ioannis Stavrakakis - Realization of QoS Provisioning in Autonomic CDMA Networks under Common Utility-Based Framework Eirini Eleni Tsiropoulou; Timotheos Kastrinogiannis; Symeon Papavassiliou - Safebook: Feasibility of Transitive Cooperation for Privacy on a Decentralized Social Network Thorsten Strufe; Leucio Antonio Cutillo; Refik Molva Panel To what extent will the Future Internet be Autonomic and Opportunistic? Panel organizer and chair: Andrea Passarella, IIT-CNR, Italy Panelists: TBA -- ============================================================ Ing. Emilio Ancillotti, PhD Pervasive Computing & Networking Lab. (PerLab) Institute for Informatics and Telematics (IIT) National Research Council (CNR) Via G. Moruzzi, 1 || voice: +39 050 315 2437 56124 Pisa, Italy || fax: +39 050 315 2113 || mobile: +39 328 2963760 ============================================================