Re: [6lowapp] HTTP and SIP
"Don Sturek" <d.sturek@att.net> Sun, 11 October 2009 00:55 UTC
Return-Path: <d.sturek@att.net>
X-Original-To: 6lowapp@core3.amsl.com
Delivered-To: 6lowapp@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id 72E603A6907 for <6lowapp@core3.amsl.com>;
Sat, 10 Oct 2009 17:55:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.816
X-Spam-Level:
X-Spam-Status: No, score=-0.816 tagged_above=-999 required=5
tests=[BAYES_00=-2.599, IP_NOT_FRIENDLY=0.334, MSGID_MULTIPLE_AT=1.449]
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 qLtHpt44OzCy for
<6lowapp@core3.amsl.com>; Sat, 10 Oct 2009 17:55:06 -0700 (PDT)
Received: from smtp125.sbc.mail.sp1.yahoo.com (smtp125.sbc.mail.sp1.yahoo.com
[69.147.65.184]) by core3.amsl.com (Postfix) with SMTP id 7889D3A68BB for
<6lowapp@ietf.org>; Sat, 10 Oct 2009 17:55:06 -0700 (PDT)
Received: (qmail 77294 invoked from network); 11 Oct 2009 00:56:52 -0000
Received: from (d.sturek@202.130.198.3 with login) by
smtp125.sbc.mail.sp1.yahoo.com with SMTP; 10 Oct 2009 17:56:51 -0700 PDT
X-Yahoo-SMTP: fvjol_aswBAraSJvMLe2r1XTzhBhbFxY8q8c3jo-
X-YMail-OSG: M4pzGFoVM1n2HMDu6Rzxef0kGdK8XnNUDYzb6PBGrY2Oz2zvc0UTlqPvKT_WQHfBoV8aK4gyE_shlY9xiA7AVC5QGjj_Y_i2fcEe6qRwvssNUsClBFOSNyIbOV078kc102GlvH9RGozUBGBSjxN2o6KDLES.lV8NYQQMLRt1Ih8SWS0wafreF7NH9pnSB22NhlObDb0TajCrXnph.Y.uXxG64p6inZKRbT61PF39dcn4gnT4cJmWQ8kCHXnxvpdR.XmcPMVq_BBPI8tCoArcELaqVOq4fP.KudOaVqukgdnWTGJeKTk-
X-Yahoo-Newman-Property: ymail-3
From: "Don Sturek" <d.sturek@att.net>
To: "'Adam Dunkels'" <adam@sics.se>, "'Shidan'" <shidan@gmail.com>
References: <429b380e0910101030q25f1ad7fge7157c2e04b5d530@mail.gmail.com>
<4AD105DC.3070407@sics.se>
In-Reply-To: <4AD105DC.3070407@sics.se>
Date: Sat, 10 Oct 2009 17:56:43 -0700
Message-ID: <001701ca4a0d$b6416610$22c43230$@sturek@att.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AcpJ9jctpABh1S4eRtCYTsS5ybj9CgAFxeaA
Content-Language: en-us
Cc: 6lowapp@ietf.org
Subject: Re: [6lowapp] HTTP and SIP
X-BeenThere: 6lowapp@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: d.sturek@att.net
List-Id: Application protocols for constrained nodes and networks
<6lowapp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/6lowapp>,
<mailto:6lowapp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/6lowapp>
List-Post: <mailto:6lowapp@ietf.org>
List-Help: <mailto:6lowapp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/6lowapp>,
<mailto:6lowapp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 11 Oct 2009 00:55:07 -0000
Hi Adam. .5 seconds for one hop and 2 seconds for 4 hops are really not acceptable for many applications. We should of course investigate using existing protocols. However it does not seem likely that full HTTP and XML deployed over devices like IEEE 802.15.4 with very small packet sizes will scale very well (certainly, for any application expecting to do home or building controls, those latencies don't work). Ideally, we should find something that allows for full HTTP/etc. while enabling constrained devices to operate with a solution that can be expanded/compressed. Don -----Original Message----- From: 6lowapp-bounces@ietf.org [mailto:6lowapp-bounces@ietf.org] On Behalf Of Adam Dunkels Sent: Saturday, October 10, 2009 3:08 PM To: Shidan Cc: 6lowapp@ietf.org Subject: Re: [6lowapp] HTTP and SIP Shidan wrote: > "request-response protocols like HTTP may require battery-operated, > mostly sleeping nodes to be listening for requests much more frequently > than their application processing requirements alone would need them to > wake up." > > "In addition, some of the applications may require optimizations in > terms of bandwidth usage; for example, the usual data formats (both > headers and body) are perceived to be too chatty for the 50-60 byte > payloads possible in LoWPANs. Their interpretation and generation may > require too much code for the 8-bit and 16-bit processors dominating > LoWPAN nodes." > > None of these points seem evident to me. I very much agree with this. By so quickly dismissing the opportunities with existing protocols such as HTTP and SIP, this group may miss reaching widespread adoption of its protocols. Both these arguments were frequently used in the past against IP for resource-constrained systems, yet today we take IP for granted for these systems despite the overheads of IP. We need to a pay price for interoperability and flexibility, but we think it is worth it. FWIW, we've recently been working with REST web services (REST/HTTP/TCP/IP) over 802.15.4 with a low-power duty-cycling radio protocol (X-MAC) for Contiki. The implementation of the application layers (REST/HTTP) has roughly a 5kb code footprint. The performance is not bad: a full HTTP/TCP/IP REST transaction with sensor data in XML format is completed in roughly 0.5 seconds over a one-hop radio link and in less than 2 seconds over a four-hop radio network: http://www.sics.se/~adam/yazar09efficient.pdf Note that this is without any optimizations at the REST/HTTP/TCP/IP layers. Full HTTP headers are sent from the curl client, reducing the overall performance. Full XML is sent from the sensors. Thus there is plenty of opportunity to improve this without moving away from the HTTP/TCP/IP framework. For example, as we show in the above paper, there are significant savings in using conditional HTTP GETs when data have not changed between subsequent requests. Like Shidan, I am not saying that we necessarily must use full-fledged REST/HTTP/TCP/IP or SIP for everything in our resource-constrained networks. But we mustn't so quickly rule out existing mechanisms just because of their perceived overhead. Interoperability and flexibility are very important properties, often more important than bit-level optimizations. /adam -- Adam Dunkels <adam@sics.se>se>, +46707731614 http://twitter.com/adunk | http://www.sics.se/~adam/ _______________________________________________ 6lowapp mailing list 6lowapp@ietf.org https://www.ietf.org/mailman/listinfo/6lowapp
- [6lowapp] HTTP and SIP Shidan
- Re: [6lowapp] HTTP and SIP Carsten Bormann
- Re: [6lowapp] HTTP and SIP Adam Dunkels
- Re: [6lowapp] HTTP and SIP Don Sturek
- Re: [6lowapp] HTTP and SIP Shidan
- Re: [6lowapp] HTTP and SIP Jonathan Hui
- Re: [6lowapp] HTTP and SIP zach@sensinode.com
- Re: [6lowapp] HTTP and SIP zach@sensinode.com
- Re: [6lowapp] HTTP and SIP Brian Frank
- Re: [6lowapp] HTTP and SIP Don Sturek
- Re: [6lowapp] HTTP and SIP Shidan
- Re: [6lowapp] HTTP and SIP Shidan
- Re: [6lowapp] HTTP and SIP Adam Dunkels
- Re: [6lowapp] HTTP and SIP Adam Dunkels
- Re: [6lowapp] HTTP and SIP Adam Dunkels
- Re: [6lowapp] HTTP and SIP Adam Dunkels
- Re: [6lowapp] HTTP and SIP Carsten Bormann
- Re: [6lowapp] HTTP and SIP Zach Shelby