Difference between revisions of "Host table"

From Computer History Wiki
Jump to: navigation, search
m (External links: missed parts 2+3)
m (External links: +INFO; TIP > - includes a late NCP host table)
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

Revision as of 22:05, 10 September 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 Chaosnet. Later versions were expanded to carry Internet Protocol addresses.

See also

External links