[16NG] Address Resolution for IPCS
"Junghoon Jee" <junghoon.jee@gmail.com> Thu, 01 November 2007 22:32 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 1IniaW-0001Of-GB; Thu, 01 Nov 2007 18:32:32 -0400
Received: from 16ng by megatron.ietf.org with local (Exim 4.43)
id 1IniaV-0001OS-QG
for 16ng-confirm+ok@megatron.ietf.org; Thu, 01 Nov 2007 18:32:31 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
by megatron.ietf.org with esmtp (Exim 4.43) id 1IniaV-0001K3-Gi
for 16ng@ietf.org; Thu, 01 Nov 2007 18:32:31 -0400
Received: from nf-out-0910.google.com ([64.233.182.185])
by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1IniaG-0005Vu-Ir
for 16ng@ietf.org; Thu, 01 Nov 2007 18:32:22 -0400
Received: by nf-out-0910.google.com with SMTP id d21so478157nfb
for <16ng@ietf.org>; Thu, 01 Nov 2007 15:31:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta;
h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type;
bh=yN/AHgVmuhBfMf7oeEdd9fqXZH0tPi403tuVgLsWF8A=;
b=TerlBbOCvC2U82WAZt4MIZf68guVkdKk6ormQBUAkMNkSkdtNnv3v/LsLZeQ62YJCN5k0bclqqctDYbB5W49kp2tj2M7/rpoaabRhr8pIkVQdRw5bMDar3DHA+/3YrLNpjF8s5by9i/rxlVHNG6feakeDIgcL/TNAazNXA2rPyw=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
h=received:message-id:date:from:to:subject:mime-version:content-type;
b=txfj08tjO7weUBDVADV//7tl89bZfYGn91wBlSuMkd4E0s/YJ30ZvEHx6whmoBtPRD9dVKFde0ZEbKKawC+MKzGPnG5Mw0+AMJQcBcVwPdUMaT45hbYaxX8klK7BI6lXp6OxMILcciFi0BIRQyDvAeacVdKpBdD1BYb6kTfXAWo=
Received: by 10.86.65.11 with SMTP id n11mr349584fga.1193956314627;
Thu, 01 Nov 2007 15:31:54 -0700 (PDT)
Received: by 10.86.68.9 with HTTP; Thu, 1 Nov 2007 15:31:54 -0700 (PDT)
Message-ID: <d47344770711011531j2ade2c5bx41346b7c9a0cfafd@mail.gmail.com>
Date: Fri, 2 Nov 2007 07:31:54 +0900
From: "Junghoon Jee" <junghoon.jee@gmail.com>
To: 16ng@ietf.org
MIME-Version: 1.0
X-Spam-Score: 0.0 (/)
X-Scan-Signature: cd26b070c2577ac175cd3a6d878c6248
Subject: [16NG] Address Resolution for IPCS
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>
Content-Type: multipart/mixed; boundary="===============0779622219=="
Errors-To: 16ng-bounces@ietf.org
Dear all,
In case of IPCS, the ARP cache or Neighbor cache as 802.16 MAC address is
never used as part of the 802.16 frame.
Thus, performing the address resolution may by redundant in case of IPCS.
However, we need to consider this issue separately for each IPv4 and IPv6.
IPv4:
Blocking ARP is the right way not to send the unnecessary broadcast
(Ethernet) frames over the air.
IPv6:
Address resolution is the function of IP layer and the IP reachability state
is maintained through NDP packets.
Therefore, I am in line with Jari's concern that blocking NDP packets would
break NUD.
Therefore, I would propose to amend the PS document related with this part
like below:
Address Resolution is the process by which IP nodes determine the link-
layer address of a destination node on the same IP Subnet given only the
destination's IP address.
In case of IPCS, the ARP cache or Neighbor cache as 802.16 MAC address
is never used as part of the 802.16 frame.
Thus, performing the address resolution may be redundant in case of IPCS.
For IPv4, blocking ARP needs to be implemented by SS itself in an
implementation manner not to send the unnecessary broadcast (Ethernet)
frames over the air.
For IPv6, address resolution is the function of IP layer and the IP
reachability state is maintained through neighbor discovery packets.
Therefore, blocking neighbor discovery packets would break the neighbor
unreachability detection model.
Best Regards,
Junghoon
_______________________________________________ 16NG mailing list 16NG@ietf.org https://www1.ietf.org/mailman/listinfo/16ng
- [16NG] Address Resolution for IPCS Junghoon Jee