Re: Survey of URI implementation work (was: Re: Follow up...)

Another one for the URI implementation list:

We have implemented a "resource catalog" (RC) server that provides
resolution services for various URIs: URNs, LIFNs, and URLs, which we
plan to demonstrate in Stockholm.  The server allows definition of
"assertions" about resources, cryptographically signed "certificates"
of those assertions, and location information for LIFNs.

It supports multiple data models (but you can query for just the ones
you're interested in), multiple versions of assertions, and multiple
asserters (the naming authority can allow third parties to add
assertions to a RC entry).

The location information for an object is maintained separately from
the characteristics of the object, and there are separate permissions
and rules for cacheing location data than for characteristics data.
So authorized file servers can update location data for the resources
(only for resources on their server) as they provide as they acquire
new resources and delete old ones.  

The server communicates via an RPC based protocol to a well-known
port.  It works over either UDP or TCP.  Strong authentication
(currently based on keyed-md5 and shared secrets) is required for
updates.

We plan to demonstrate both a web client and a http proxy server that
uses the RC server to acquire meta-information and/or location
information about a resource.

I'll have the RC server spec revised and available for ftp in a day or
so.

Keith

Received on Saturday, 8 July 1995 03:43:51 UTC