[PCN] How to determine the ingress and egress node of a packet?
Michael Menth <menth@informatik.uni-wuerzburg.de> Wed, 24 October 2007 17:21 UTC
Return-path: <pcn-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1IkjvT-0002f8-GY; Wed, 24 Oct 2007 13:21:51 -0400
Received: from pcn by megatron.ietf.org with local (Exim 4.43) id 1IkjvR-0002bb-Mm for pcn-confirm+ok@megatron.ietf.org; Wed, 24 Oct 2007 13:21:49 -0400
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1IkjvR-0002Zn-5w for pcn@ietf.org; Wed, 24 Oct 2007 13:21:49 -0400
Received: from wrzx28.rz.uni-wuerzburg.de ([132.187.3.28] helo=mailrelay.rz.uni-wuerzburg.de) by chiedprmail1.ietf.org with esmtp (Exim 4.43) id 1IkjvQ-0003AM-LI for pcn@ietf.org; Wed, 24 Oct 2007 13:21:49 -0400
Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id CDD73AD8C for <pcn@ietf.org>; Wed, 24 Oct 2007 19:21:47 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id C0AB5B3BB for <pcn@ietf.org>; Wed, 24 Oct 2007 19:21:47 +0200 (CEST)
Received: from europa.informatik.uni-wuerzburg.de (wicx01.informatik.uni-wuerzburg.de [132.187.11.1]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id ADB92AE7B for <pcn@ietf.org>; Wed, 24 Oct 2007 19:21:47 +0200 (CEST)
Received: from nero.informatik.uni-wuerzburg.de (win3005.informatik.uni-wuerzburg.de [132.187.106.5]) by europa.informatik.uni-wuerzburg.de (8.11.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id l9OHLlh13316 for <pcn@ietf.org>; Wed, 24 Oct 2007 19:21:47 +0200
Received: from [127.0.0.1] (nero.informatik.uni-wuerzburg.de [132.187.106.5]) by nero.informatik.uni-wuerzburg.de (Postfix) with ESMTP id DD8E36F591 for <pcn@ietf.org>; Wed, 24 Oct 2007 19:14:30 +0200 (CEST)
Message-ID: <471F7D66.1030104@informatik.uni-wuerzburg.de>
Date: Wed, 24 Oct 2007 19:14:14 +0200
From: Michael Menth <menth@informatik.uni-wuerzburg.de>
Organization: University of Wuerzburg
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: pcn@ietf.org
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 97adf591118a232206bdb5a27b217034
Subject: [PCN] How to determine the ingress and egress node of a packet?
X-BeenThere: pcn@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: menth@informatik.uni-wuerzburg.de
List-Id: PCN WG list <pcn.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/pcn>, <mailto:pcn-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/pcn>
List-Post: <mailto:pcn@ietf.org>
List-Help: <mailto:pcn-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/pcn>, <mailto:pcn-request@ietf.org?subject=subscribe>
Errors-To: pcn-bounces@ietf.org
Hi, PCN edge nodes require the following functions: 1) Upon an admission request, the ingress node needs to figure out to which egress node packets of a flow will be sent to. This information is required to determine the ingress-egress-aggregate associated with the new flow which is necessary for the admission decision. When probing is used for all requests, this function is not required as the probe packets are carried to the corresponding egress node according to the current routing in the network. 2) At each packet arrival, the egress node needs to associate the packet with its corresponding ingress-egress aggregate. This information is required to update the correct packet statistics for the CLE with the marking information of the packet. Both problems seem similar to me. What's a viable solution of these problems such that it is feasible in practice? Ok, MPLS makes the mapping easy, but I guess we want to come up with a PCN solution that doesn't require MPLS? Regards, Michael -- Dr. Michael Menth, Assistant Professor University of Wuerzburg, Institute of Computer Science Am Hubland, D-97074 Wuerzburg, Germany, room B206 phone: (+49)-931/888-6644, fax: (+49)-931/888-6632 mailto:menth@informatik.uni-wuerzburg.de http://www3.informatik.uni-wuerzburg.de/research/ngn _______________________________________________ PCN mailing list PCN@ietf.org https://www1.ietf.org/mailman/listinfo/pcn
- [PCN] How to determine the ingress and egress nod… Michael Menth