Re: [decade] Remote Get Object Message

"Woundy, Richard" <Richard_Woundy@cable.comcast.com> Mon, 02 April 2012 19:53 UTC

Return-Path: <richard_woundy@cable.comcast.com>
X-Original-To: decade@ietfa.amsl.com
Delivered-To: decade@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 218DA21F871D for <decade@ietfa.amsl.com>; Mon, 2 Apr 2012 12:53:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.23
X-Spam-Level:
X-Spam-Status: No, score=-101.23 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HOST_EQ_MODEMCABLE=1.368, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QwcrlJeaiM7J for <decade@ietfa.amsl.com>; Mon, 2 Apr 2012 12:53:34 -0700 (PDT)
Received: from cable.comcast.com (copdcavout01.cable.comcast.com [76.96.32.253]) by ietfa.amsl.com (Postfix) with ESMTP id 871CE21F871C for <decade@ietf.org>; Mon, 2 Apr 2012 12:53:33 -0700 (PDT)
Received: from ([24.40.56.116]) by copdcavout01.cable.comcast.com with ESMTP id C7WM3M1.11834168; Mon, 02 Apr 2012 13:40:27 -0600
Received: from PACDCEXMB05.cable.comcast.com ([fe80::a5b0:e5c4:df1b:2367]) by pacdcexhub03.cable.comcast.com ([fe80::5527:6d6b:29a7:f414%15]) with mapi id 14.01.0355.002; Mon, 2 Apr 2012 15:53:39 -0400
From: "Woundy, Richard" <Richard_Woundy@cable.comcast.com>
Thread-Topic: [decade] Remote Get Object Message
Thread-Index: AQHNDoKBg3eg7H8F4ECL+B6dPaD8m5aDi/UwgARonwA=
Date: Mon, 02 Apr 2012 19:53:26 +0000
Message-ID: <1CA25301D2219F40B3AA37201F0EACD131A168EC@PACDCEXMB05.cable.comcast.com>
References: <CB9B9192.3D2C%Richard_Woundy@cable.comcast.com> <D60519DB022FFA48974A25955FFEC08C0467B90C@SAM.InterDigital.com>
In-Reply-To: <D60519DB022FFA48974A25955FFEC08C0467B90C@SAM.InterDigital.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [24.40.56.173]
Content-Type: multipart/alternative; boundary="_000_1CA25301D2219F40B3AA37201F0EACD131A168ECPACDCEXMB05cabl_"
MIME-Version: 1.0
To: "Rahman, Akbar" <akbar.rahman@interdigital.com>
Cc: "decade@ietf.org" <decade@ietf.org>
Subject: Re: [decade] Remote Get Object Message
X-BeenThere: decade@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "To start the discussion on DECoupled Application Data Enroute, to discuss the in-network data storage for p2p applications and its access protocol" <decade.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/decade>, <mailto:decade-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/decade>
List-Post: <mailto:decade@ietf.org>
List-Help: <mailto:decade-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/decade>, <mailto:decade-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Apr 2012 19:53:36 -0000

> However, I guess this model breaks down if we are required to support a use case where "DECADE server-1" wants to exchange content with "DECADE server-2" without being triggered by a client.

Yes I would tend to agree. One *could* make this look like a proxy case by forcing server-1 to act as its own proxy, but that seems inelegant.

But then I would imagine that server-1 could obtain content from server-2 using a simple HTTP GET, and could push content to server-2 using a simple HTTP POST, right? We still wouldn't need a new X-DECADE-ORIGIN header or a new HTTP message, right?

-- Rich

From: Rahman, Akbar [mailto:Akbar.Rahman@InterDigital.com]
Sent: Friday, March 30, 2012 8:40 PM
To: Woundy, Richard
Cc: decade@ietf.org
Subject: RE: [decade] Remote Get Object Message

Hi Rich,

I agree that using a classic HTTP GET request (instead of a new modified POST) to implement the "DECADE-compatible Remote Get Object" message is a good approach.

I also like your proposal for the local DECADE server to act as a non-transparent proxy when processing a request from a client.   (I.E. Client makes a request to "DECADE server-1" which then acts as a proxy by forwarding the request to "DECADE server-2").

However, I guess this model breaks down if we are required to support a use case where "DECADE server-1" wants to exchange content with "DECADE server-2" without being triggered by a client.

Do you agree?

Akbar



From: decade-bounces@ietf.org [mailto:decade-bounces@ietf.org] On Behalf Of Woundy, Richard
Sent: Friday, March 30, 2012 10:37 AM
To: decade@ietf.org
Subject: [decade] Remote Get Object Message

Folks,

In Thursday's session, we discussed how to implement the Remote Get Object message. One proposal is to use HTTP Post with a new X-DECADE-ORIGIN header; another proposal is to define a new HTTP message. See slide 3 of <http://www.ietf.org/proceedings/83/slides/slides-83-decade-4.pdf<http://www.ietf.org/proceedings/83/slides/slides-83-decade-4.pdf%3c>> and <http://tools.ietf.org/html/draft-wang-decade-drp-03#section-8<http://tools.ietf.org/html/draft-wang-decade-drp-03#section-8>>>.

My thought (as an individual contributor, not as co-chair) is to use existing HTTP Get headers and leverage the base functionality of an HTTP caching proxy in DECADE. The local "DECADE" server would act as a caching proxy (with additional functionality of course) in order to reach the remote "DECADE" server, and cache the contents of the reply in the "DECADE" storage. I have a "non-transparent proxy" behavior in mind, per the definition of "proxy" in RFC 2616 (http://tools.ietf.org/html/rfc2616#section-1.3). Also see <http://tools.ietf.org/html/rfc2616#section-13>, <http://tools.ietf.org/html/rfc3040>, and perhaps <http://tools.ietf.org/html/rfc3143> as well.

Did we fully explore this possibility? As a co-chair, I can assure you that it would be much better to leverage existing protocols and standards, versus inventing new ones.

-- Rich