Re: The Path URN Specification

Daniel LaLiberte writes:

| Below is the draft of our path scheme specification.  This same
| version (modulo format, name, and date) will be submitted as an
| internet draft.

Very thought provoking - thanks!

It seems a bit too complicated.  I wonder whether the sub-node stuff is really necessary - could the resolver not just recurse down to the most deeply nested DNS server ?  e.g. consider a path URN of

  /publishers/uk/hamish-hamilton/authors/peter-ackroyd

In my version, the resolver would look up

  (1) NS records for publishers.path.urn.
  (2) NS records for uk.publishers.path.urn.
  (3) NS records for hamish-hamilton.uk.publishers.path.urn.

Say the first two lookups are OK, but the third one fails as Hamish Hamilton don't run their own nameserver.  Now the resolver falls back to the last nameserver it spotted - the one for /publishers/uk - and looks up

  (4) A record for hamish-hamilton.uk.publishers.path.urn.

How does that sound ?

Martin

Received on Saturday, 18 March 1995 10:48:07 UTC