Re: [lisp] draft-ietf-lisp-introduction - Design Principles and Use Cases

Dino Farinacci <farinacci@gmail.com> Sun, 12 October 2014 01:01 UTC

Return-Path: <farinacci@gmail.com>
X-Original-To: lisp@ietfa.amsl.com
Delivered-To: lisp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 426171A019B for <lisp@ietfa.amsl.com>; Sat, 11 Oct 2014 18:01:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kfo8rQRWNqGC for <lisp@ietfa.amsl.com>; Sat, 11 Oct 2014 18:01:36 -0700 (PDT)
Received: from mail-qg0-x234.google.com (mail-qg0-x234.google.com [IPv6:2607:f8b0:400d:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCC261A017C for <lisp@ietf.org>; Sat, 11 Oct 2014 18:01:35 -0700 (PDT)
Received: by mail-qg0-f52.google.com with SMTP id q108so5352795qgd.25 for <lisp@ietf.org>; Sat, 11 Oct 2014 18:01:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=rJAs6FVAhtptlGAzl2eK/qSzwWeUUwUVRUPdvQZc8RY=; b=bM96lr3uDityGiYz2e/wFqLOrP9kC/1Jw/yFLomblD8HA5I1LBvHBkjBOPaS9DarRe iWMhq/K52MjfQPGVGsdVSgoTP5zhBDNndeikUVWMbXGwTb1Gu6fsO1s72G21hO6erkPK VDIG5Dw97iR39JPMieURGsL6b43+2FCRy5O4YxClzlmoD9qgK8EI802Ew7WWx7F3vLbb gV241IBuDz8M3X4mDwmgUcRXNVh2UTQO0a3o8NiaezNDIaX5EipHCDkW6YXPBLMCpcW2 BuH3dDJ5RvRXAu33sN/HYzD65vQ0U83kwHrGNvxRGoM3Bsmvh/zIVMGSyalHkyiJvgY7 +Hxw==
X-Received: by 10.224.92.197 with SMTP id s5mr24039318qam.35.1413075695083; Sat, 11 Oct 2014 18:01:35 -0700 (PDT)
Received: from [192.168.1.31] (pool-72-92-14-140.phlapa.east.verizon.net. [72.92.14.140]) by mx.google.com with ESMTPSA id b14sm8829604qaw.6.2014.10.11.18.01.34 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 Oct 2014 18:01:34 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (1.0)
From: Dino Farinacci <farinacci@gmail.com>
X-Mailer: iPhone Mail (12A405)
In-Reply-To: <a9e800cf8a2c468ab72524d182aaad64@CO1PR05MB442.namprd05.prod.outlook.com>
Date: Sat, 11 Oct 2014 21:01:34 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <BE54EC54-FCEA-4333-B5BD-1861AA0537EC@gmail.com>
References: <a9e800cf8a2c468ab72524d182aaad64@CO1PR05MB442.namprd05.prod.outlook.com>
To: Ronald Bonica <rbonica@juniper.net>
Archived-At: http://mailarchive.ietf.org/arch/msg/lisp/yePNRk6eXKj2YgvzvEGYLq-bWE8
Cc: "lisp@ietf.org" <lisp@ietf.org>
Subject: Re: [lisp] draft-ietf-lisp-introduction - Design Principles and Use Cases
X-BeenThere: lisp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: List for the discussion of the Locator/ID Separation Protocol <lisp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lisp>, <mailto:lisp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lisp/>
List-Post: <mailto:lisp@ietf.org>
List-Help: <mailto:lisp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lisp>, <mailto:lisp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 12 Oct 2014 01:01:37 -0000

> On Oct 11, 2014, at 7:51 PM, Ronald Bonica <rbonica@juniper.net> wrote:
> 
> In Section 2.1, we say that LISP is built on top of four basic design principles:
> 
>   - Locator/Identifier split
>   - Overlay architecture
>   - Decoupled data and control-plane
>   - Incremental deployability

You left out one that is really important:

- A Mapping Database System

Dino