Protocol Action: 'The Minimum Rank with Hysteresis Objective Function' to Proposed Standard (draft-ietf-roll-minrank-hysteresis-of-11.txt)

The IESG <iesg-secretary@ietf.org> Mon, 16 July 2012 16:32 UTC

Return-Path: <iesg-secretary@ietf.org>
X-Original-To: ietf-announce@ietfa.amsl.com
Delivered-To: ietf-announce@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D6FD111E8112; Mon, 16 Jul 2012 09:32:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, 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 J462YGHdDRey; Mon, 16 Jul 2012 09:32:19 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E0A8011E8113; Mon, 16 Jul 2012 09:32:18 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Subject: Protocol Action: 'The Minimum Rank with Hysteresis Objective Function' to Proposed Standard (draft-ietf-roll-minrank-hysteresis-of-11.txt)
X-Test-IDTracker: no
X-IETF-IDTracker: 4.30p3
Message-ID: <20120716163218.30543.358.idtracker@ietfa.amsl.com>
Date: Mon, 16 Jul 2012 09:32:18 -0700
Cc: roll mailing list <roll@ietf.org>, roll chair <roll-chairs@tools.ietf.org>, RFC Editor <rfc-editor@rfc-editor.org>
X-BeenThere: ietf-announce@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "IETF announcement list. No discussions." <ietf-announce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf-announce>
List-Post: <mailto:ietf-announce@ietf.org>
List-Help: <mailto:ietf-announce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Jul 2012 16:32:20 -0000

The IESG has approved the following document:
- 'The Minimum Rank with Hysteresis Objective Function'
  (draft-ietf-roll-minrank-hysteresis-of-11.txt) as Proposed Standard

This document is the product of the Routing Over Low power and Lossy
networks Working Group.

The IESG contact persons are Adrian Farrel and Stewart Bryant.

A URL of this Internet Draft is:
http://datatracker.ietf.org/doc/draft-ietf-roll-minrank-hysteresis-of/




Technical Summary

  An objective function specifies how RPL [RFC6550] selects paths.
  Objective functions can choose paths based on routing metrics or
  constraints. For example, if an RPL instance uses an objective
  function that minimizes hop-count, RPL will select paths with minimum
  hop count.

  The nodes running RPL might use a number of metrics to describe a
  link or a node [RFC6551] and make it available for route selection. 
  These metrics are advertised in RPL Destination Information Object
  (DIO) messages using a Metric Container suboption. An objective
  function can use these metrics to choose routes. The only exception
  is the ETX metric, which is used without the metric container as
  described in Section 3.5.

  To decouple the details of an individual metric or objective function
  from forwarding and routing, RPL describes routes through a value
  called Rank. Rank, roughly speaking, corresponds to the distance
  associated with a route. An objective function is responsible for
  computing a node's advertised Rank value based on the Rank of its
  potential parents, metrics, and other network properties.

  This specification describes MRHOF, an objective function for RPL.
  MRHOF uses hysteresis while selecting the path with the smallest
  metric value. The metric that MRHOF uses is determined by the
  metrics in the DIO Metric Container. For example, the use of MRHOF
  with the latency metric allows RPL to find stable minimum-latency
  paths from the nodes to a root in the DAG instance. The use of MRHOF
  with the ETX metric allows RPL to find the stable minimum-ETX paths
  from the nodes to a root in the DAG instance.

  MRHOF can only be used with an additive metric that must be minimized
  on the paths selected for routing.

Working Group Summary

  A relatively quiet WG process with no discontent. There were several late-
  breaking review comments that caused the document to be recycled
  after WG last call, but this was not contentious.

Document Quality

  There are several known implementations of this specification. 

Personnel

  JP Vasseur (jpv@cisco.com) is the Document Shepherd.
  Adrian Farrel (adrian@olddog.co.uk) is the Responsible AD