home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / tcpip / 4321 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.3 KB

  1. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!swrinde!elroy.jpl.nasa.gov!dank
  2. From: dank@blacks.jpl.nasa.gov (Daniel R. Kegel)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: Is there a Internet distance measure?
  5. Message-ID: <dank.715894743@blacks>
  6. Date: 7 Sep 92 19:39:03 GMT
  7. References: <dank.715818516@blacks>
  8. Sender: news@elroy.jpl.nasa.gov (Usenet)
  9. Organization: Image Analysis Systems Group, JPL
  10. Lines: 40
  11. Nntp-Posting-Host: blacks.jpl.nasa.gov
  12.  
  13. Thanks to all who responded.
  14. Perhaps I'll send out an ICMP ping packet to all the hosts on the list
  15. that match some simple heuristic (e.g. same top-level domain preferred),
  16. and take the first host to respond as the 'closest'.
  17.  
  18. Eventually, it might be nice to access the SoftPages database to
  19. determine the answer from global routing info; I hope they make it available 
  20. via some other method than x.500 until that is universally accepted.
  21. - Dan Kegel
  22.  
  23. Original question:
  24. >I'm looking for an automatic way to select the 'nearest'
  25. >host from a list e.g. such that an Archie client
  26. >automatically chooses a nearby site rather than one
  27. >on the other side of the globe.
  28.  
  29. From: Rahul Dhesi <dhesi@rahul.net>
  30. >[Use traceroute; it gives # of hops and delay in ms. Rather expensive to run.]
  31.  
  32. From: Glenn Mansfield <glenn@aic.co.jp>
  33. > There is a project called the SoftPages project (SPP) which is 
  34. > attempting to solve just this problem- it finds the the closest
  35. >  repository (ftp-server)containing the file sought by a user.
  36. > It makes use of a X500 based directory service that contains the
  37. > above mentioned network configuration info.
  38. > The project is currently in the experimental stage- for more info
  39. > you can write to spp@aic.co.jp or to join the discussion group
  40. > write to spp-request@aic.co.jp. Related documents are available 
  41. > from ftp.tohoku.ac.jp in ~ftp/pub/spp .
  42.  
  43. From: Earle Ake <ake@DAYVC.Dayton.SAIC.COM>
  44. >    I would use the ping utility and traceroute to find the shortest path
  45. >(traceroute) to a site and the shortest propagation time (ping) to the site.
  46.  
  47. From: cmaeda@MC8.MACH.CS.CMU.EDU
  48. >Only heuristic methods (ie you're on your own).  In theory, internet
  49. >domain names have nothing to do with geography.  "Near" is also a
  50. >function of connectivity which is also unrelated to geography.
  51. >Basically you would have to manage a lot of the kind of information
  52. >that the internet was designed to let you ignore.
  53.