Difference between revisions of "Host table"

From Computer History Wiki
Jump to: navigation, search
m (External links: missed parts 2+3)
(+Chaos confusion fix)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
Fairly early on, updated copies were distributed regularly by the [[Network Information Center]], at [[SRI International]]. Eventually, the distribution process used [[File Transfer Protocol|FTP]].
 
Fairly early on, updated copies were distributed regularly by the [[Network Information Center]], at [[SRI International]]. Eventually, the distribution process used [[File Transfer Protocol|FTP]].
  
Although the early ones only had the capability to hold [[address]]es for the [[Host-to-IMP Protocol]], site-local variants were augmented to have the capability to hold addresses for a number of different [[protocol suite]]s, such as [[Chaosnet]]. Later versions were expanded to carry [[Internet Protocol]] addresses.
+
Although the early ones only had the capability to hold [[address]]es for the [[Host-to-IMP Protocol]], site-local variants were augmented to have the capability to hold addresses for a number of different [[protocol suite]]s, such as [[Chaosnet|Chaos]]. Later versions were expanded to carry [[Internet Protocol]] addresses.
  
 
{{semi-stub}}
 
{{semi-stub}}
Line 22: Line 22:
 
* [https://www.bortzmeyer.org/files/hosts.txt-1982-2.pdf Hostname Table] - June, 1982 (part 2)
 
* [https://www.bortzmeyer.org/files/hosts.txt-1982-2.pdf Hostname Table] - June, 1982 (part 2)
 
* [https://www.bortzmeyer.org/files/hosts.txt-1982-3.pdf Hostname Table] - June, 1982 (part 3)
 
* [https://www.bortzmeyer.org/files/hosts.txt-1982-3.pdf Hostname Table] - June, 1982 (part 3)
 +
* [https://github.com/PDP-10/its-vault/blob/master/files/info/tip.2 INFO; TIP >] - includes a late NCP host table
 
* [https://github.com/PDP-10/its-vault/tree/master/files/syshst syshst] - MIT host table files just before conversion to DNS
 
* [https://github.com/PDP-10/its-vault/tree/master/files/syshst syshst] - MIT host table files just before conversion to DNS
 
** [https://github.com/PDP-10/its-vault/blob/master/files/syshst/h3text.1604 h3text.1604] last MIT host table file - 23 June, 1990
 
** [https://github.com/PDP-10/its-vault/blob/master/files/syshst/h3text.1604 h3text.1604] last MIT host table file - 23 June, 1990
Line 27: Line 28:
 
[[Category: ARPANET]]
 
[[Category: ARPANET]]
 
[[Category: Internet]]
 
[[Category: Internet]]
 +
[[Category: Chaos]]

Latest revision as of 18:17, 12 December 2023

The host tables (sometimes called the hostname tables - and capitalization varied) were files used in the ARPANET and early Internet to hold mappings from human-readable names (such as 'MIT-Multics') to binary addresses. Early ones were called the 'Hostname Table'; the name was eventually changed to 'DoD Internet Host Table'.

Fairly early on, updated copies were distributed regularly by the Network Information Center, at SRI International. Eventually, the distribution process used FTP.

Although the early ones only had the capability to hold addresses for the Host-to-IMP Protocol, site-local variants were augmented to have the capability to hold addresses for a number of different protocol suites, such as Chaos. Later versions were expanded to carry Internet Protocol addresses.

See also

External links