Changes between Version 2 and Version 3 of Hesiod
- Timestamp:
- 02/23/12 10:21:37 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hesiod
v2 v3 1 = Hesiod=1 = Hesiod = 2 2 3 == Background==3 == Background == 4 4 5 5 Hesiod is a simple string lookup service built on top of the Domain Name System. Conceptually, the service translates a pair of strings (the "name" and "type") into a set of result strings. This lookup is done very simply; a DNS lookup is done for name.type.ns.athena.mit.edu and the strings in the resulting TXT records are returned. … … 16 16 Hesiod may, in some cases, be used to select a default printer for a specific workstation. This information is ignored in the public cluster environment. 17 17 18 == Examples==18 == Examples == 19 19 20 20 Hesiod can be queried with the `hesinfo` command.