[16NG] Re: Last Call: draft-ietf-16ng-ipv6-over-ipv6cs (IPv6 Over the IP Specific part of the Packet Convergence sublayer in 802.16 Networks) to Proposed Standard

James Carlson <james.d.carlson@sun.com> Wed, 14 March 2007 17:04 UTC

Return-path: <16ng-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1HRWu7-0005GZ-3g; Wed, 14 Mar 2007 13:04:47 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1HRWu5-0005GQ-Ih; Wed, 14 Mar 2007 13:04:45 -0400
Received: from brmea-mail-4.sun.com ([192.18.98.36]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HRWu1-0000UP-6P; Wed, 14 Mar 2007 13:04:45 -0400
Received: from eastmail1bur.East.Sun.COM ([129.148.9.49]) by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l2EH4eYP022626; Wed, 14 Mar 2007 17:04:40 GMT
Received: from phorcys.east.sun.com (phorcys.East.Sun.COM [129.148.174.143]) by eastmail1bur.East.Sun.COM (8.13.6+Sun/8.13.6/ENSMAIL,v2.2) with ESMTP id l2EH4det011216; Wed, 14 Mar 2007 13:04:40 -0400 (EDT)
Received: from phorcys.east.sun.com (localhost [127.0.0.1]) by phorcys.east.sun.com (8.14.0+Sun/8.14.0) with ESMTP id l2EH4dn5011957; Wed, 14 Mar 2007 13:04:39 -0400 (EDT)
Received: (from carlsonj@localhost) by phorcys.east.sun.com (8.14.0+Sun/8.14.0/Submit) id l2EH4doL011954; Wed, 14 Mar 2007 13:04:39 -0400 (EDT)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <17912.11047.395276.543145@gargle.gargle.HOWL>
Date: Wed, 14 Mar 2007 13:04:39 -0400
From: James Carlson <james.d.carlson@sun.com>
To: Basavaraj Patil <basavaraj.patil@nokia.com>
In-Reply-To: <C21D9282.316BE%basavaraj.patil@nokia.com>
References: <17912.8012.320182.743610@gargle.gargle.HOWL> <C21D9282.316BE%basavaraj.patil@nokia.com>
X-Mailer: VM 7.01 under Emacs 21.3.1
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 25620135586de10c627e3628c432b04a
Cc: ipv6@ietf.org, 16ng@ietf.org
Subject: [16NG] Re: Last Call: draft-ietf-16ng-ipv6-over-ipv6cs (IPv6 Over the IP Specific part of the Packet Convergence sublayer in 802.16 Networks) to Proposed Standard
X-BeenThere: 16ng@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: 16ng working group discussion list <16ng.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/16ng>, <mailto:16ng-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/16ng>
List-Post: <mailto:16ng@ietf.org>
List-Help: <mailto:16ng-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/16ng>, <mailto:16ng-request@ietf.org?subject=subscribe>
Errors-To: 16ng-bounces@ietf.org

Basavaraj Patil writes:
> On 3/14/07 11:14 AM, "ext James Carlson" <james.d.carlson@sun.com> wrote:
> > That issue is the exclusive use of IPv4 or IPv6 on Packet CS.  Why
> > must it be exclusive?  The first four bits of the datagram tell you
> > conclusively whether you're looking at IPv4 or IPv6, so why is strict
> > segregation needed?
> 
> Not sure I understand what you mean by segregation... The same packet CS is
> used for IPv4 as well as IPv6. There are no separate CS' per se.
> The classification rules segregate an IPv4 packet from an IPv6 packet and
> map it to the appropriate transport connection (CID) over the air interface.

That's not what I meant.

A single CID using just Packet CS could handle both IPv4 and IPv6
traffic on the same interface.

You'd do this (on the receiver side) by looking at the first four bits
of the inbound IP datagram.  They're '4', then it's IPv4.  If they're
'6', then it's IPv6.  If it's anything else, discard.

I'm noting that you don't need to make a given Packet CS instance
exclusively IPv4 or IPv6, and I'm asking why this wasn't discussed.
Is it because segregation by way of CID is seen as being a superior
mechanism?  If so, that's fine, but I think it'd be good to document.

> > Can't both run on the same link?
> 
> I guess you mean both IPv4 and IPv6 packets on the same transport connection
> (CID), right?

Yes.

> Why would you want to do that even if you could?

Because it's simple ... ?

> It is cleaner
> to setup separate transport connections and use specific classifiers for
> each of these which gives you more control over the type of QoS or bearer
> for each.

That's interesting.  Would one expect IPv4 and IPv6 to get different
QoS treatment?

> But to answer your question more specifically:
> No. When the transport connection is established there is a parameter which
> specifies the CS that the connection will use and it is specified in Sec
> 11.13.19.1 of IEEE P802.16-REVd/D5-2004. The options in the table indicate
> that the connection will support only IPv4 (1) or IPv6 (2) etc.

Right; I'm asking why it's being done that way.  (Or, more
specifically, why there doesn't seem to have been any discussion.
Perhaps the discussion was held at the IEEE?)

> > (I'm also a bit concerned that this proposal will end up rediscovering
> > RFC 1547 over time, as other unnegotiated point-to-point mechanisms
> > have in the past, and the reasons why PPP's negotiation exists.  I'm
> > certainly not arguing for the use of PPP over Ethernet CS -- that'd be
> > worse still -- but I think the IEEE may have made a mistake in
> > defining an IP Packet CS rather than a PPP Packet CS.)
> 
> IEEE is specifying what is called as GPCS (generic packet CS) and I think
> that some of these will be addressed therein.

OK.

In that case, my concern would be for interoperability.  Having three
or four ways to do something is much worse than having one.

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

_______________________________________________
16NG mailing list
16NG@ietf.org
https://www1.ietf.org/mailman/listinfo/16ng