Mathematical Mesh 3.0 Part V: Protocol Reference
draft-hallambaker-mesh-protocol-03
|
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Last updated |
|
2019-10-23
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
xml
pdf
htmlized
bibtex
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
Network Working Group P. Hallam-Baker
Internet-Draft October 23, 2019
Intended status: Informational
Expires: April 25, 2020
Mathematical Mesh 3.0 Part V: Protocol Reference
draft-hallambaker-mesh-protocol-03
Abstract
The Mathematical Mesh 'The Mesh' is an end-to-end secure
infrastructure that facilitates the exchange of configuration and
credential data between multiple user devices. The core protocols of
the Mesh are described with examples of common use cases and
reference data.
[Note to Readers]
Discussion of this draft takes place on the MATHMESH mailing list
(mathmesh@ietf.org), which is archived at
https://mailarchive.ietf.org/arch/search/?email_list=mathmesh.
This document is also available online at
http://mathmesh.com/Documents/draft-hallambaker-mesh-protocol.html
[1] .
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on April 25, 2020.
Hallam-Baker Expires April 25, 2020 [Page 1]
Internet-Draft Mesh Protocol Reference October 2019
Copyright Notice
Copyright (c) 2019 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 4
2. Definitions . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1. Requirements Language . . . . . . . . . . . . . . . . . . 5
2.2. Defined Terms . . . . . . . . . . . . . . . . . . . . . . 5
2.3. Related Specifications . . . . . . . . . . . . . . . . . 5
2.4. Implementation Status . . . . . . . . . . . . . . . . . . 5
3. Mesh Service . . . . . . . . . . . . . . . . . . . . . . . . 6
3.1. Data Model . . . . . . . . . . . . . . . . . . . . . . . 6
3.2. Partitioning . . . . . . . . . . . . . . . . . . . . . . 7
4. Protocol Bindings . . . . . . . . . . . . . . . . . . . . . . 7
4.1. DNS Web Service Discovery . . . . . . . . . . . . . . . . 7
4.2. Web Service Protocol Binding . . . . . . . . . . . . . . 7
4.2.1. Transport Security . . . . . . . . . . . . . . . . . 8
4.2.2. HTTP Message Binding . . . . . . . . . . . . . . . . 8
4.2.3. Request . . . . . . . . . . . . . . . . . . . . . . . 8
4.2.4. Response . . . . . . . . . . . . . . . . . . . . . . 9
4.3. DARE Message Encapsulation . . . . . . . . . . . . . . . 10
4.3.1. Null Authentication . . . . . . . . . . . . . . . . . 11
4.3.2. Device Authentication . . . . . . . . . . . . . . . . 11
4.3.3. Profile Authentication . . . . . . . . . . . . . . . 11
4.3.4. Ticket Authentication . . . . . . . . . . . . . . . . 11
4.4. Payload Encoding . . . . . . . . . . . . . . . . . . . . 11
4.5. Error handling and response codes . . . . . . . . . . . . 12
5. Service Description . . . . . . . . . . . . . . . . . . . . . 13
6. Account Management . . . . . . . . . . . . . . . . . . . . . 14
7. Container Synchronization . . . . . . . . . . . . . . . . . . 16
7.1. Status Transaction . . . . . . . . . . . . . . . . . . . 17
7.2. Download Transaction . . . . . . . . . . . . . . . . . . 17
7.2.1. Conflict Detection . . . . . . . . . . . . . . . . . 17
7.2.2. Filtering . . . . . . . . . . . . . . . . . . . . . . 17
7.3. Upload Transaction . . . . . . . . . . . . . . . . . . . 17
Hallam-Baker Expires April 25, 2020 [Page 2]
Internet-Draft Mesh Protocol Reference October 2019
8. Device Connection . . . . . . . . . . . . . . . . . . . . . . 18
Show full document text