gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/pointers article.rst


From: Benja Fallenstein
Subject: [Gzz-commits] manuscripts/pointers article.rst
Date: Wed, 29 Oct 2003 06:08:17 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Branch:         
Changes by:     Benja Fallenstein <address@hidden>      03/10/29 06:08:17

Modified files:
        pointers       : article.rst 

Log message:
        more

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/pointers/article.rst.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: manuscripts/pointers/article.rst
diff -u manuscripts/pointers/article.rst:1.30 
manuscripts/pointers/article.rst:1.31
--- manuscripts/pointers/article.rst:1.30       Wed Oct 29 05:30:49 2003
+++ manuscripts/pointers/article.rst    Wed Oct 29 06:08:17 2003
@@ -61,8 +61,18 @@
    History of location-dependence: `TBL ref`_ (like in HT'03 paper)
 
 This can be accomplished by replacing URIs that include
-a server name by location-independent, self-verifying identifiers
-like cryptographic hashes. 
+a server name by URIs that are
+
+- location-independent: do not refer to a particular server
+  that the file is to be downloaded from;
+- semantic-free: don't include human-readable information;
+  if an identifier is semantic-free, there is no incentive
+  to change it when a site is re-designed;
+- self-verifying: after downloading an alleged copy of a document,
+  there is a cryptographical algorithm to test whether
+  this is *really* a copy of this document.
+
+The most prominent example are cryptographic hashes. 
 A file identified by a cryptographic hash
 can be downloaded from any server that has a copy; the client
 can then check the integrity of the file by checking it against the hash.
@@ -74,7 +84,7 @@
    This way, a page's URI never needs to change.>>>
 
 In 1996, Tim Berners-Lee [name-myth]_ argued that
-using location-independent identifiers
+using location-independent, semantic-free identifiers
 is not viable on a global scale:
 "[I]f you put information in a name, it decreases its longevity; 
 if you don't you can't dereference it to a resource."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]