Changes between Initial Version and Version 1 of Ticket #403, comment 10
- Timestamp:
- 2012-11-20T06:56:18Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #403, comment 10
initial v1 1 1 Here are the design criteria I'd like to see satisfied: 2 2 * A ''grid specification'' (grid-spec) is a file specifying a set of servers, and optional parameters such as a recommended share placement policy or recommended encoding parameters. 3 * A ''grid-cap'' is a global, securely unique reference to a grid-spec. It can be a mutable or immutable reference (e.g. a hash of the grid-spec or a public key of an authority that can publish updates).3 * A ''grid-cap'' is a global, securely unique reference to a grid-spec. It can be an immutable or mutable reference (e.g. a hash of the grid-spec or a public key of an authority that can publish updates). 4 4 * There is an IANA-registered URI scheme (say, {{{lafs:}}}) that has a grid-cap in the authority field, and a file-cap in the path field. Like most authority-based URI schemes, the authority can be omitted and implied by the context. 5 5 * Local aliases can map to URIs that include a grid-cap.