Difference between revisions of "ANTS terminal system"

From Computer History Wiki
Jump to: navigation, search
m (better cat)
m (External links: +UIUC QTR which has good info, including list of ANTS sites)
Line 18: Line 18:
  
 
* W. J. Bouknight, G. R. Grossman and D. M. Grothe, [https://dl.acm.org/doi/pdf/10.1145/800280.811033 The ARPA Network Terminal System: A New Approach to Network Access], in ''DATACOMM '73: Proceedings of the third ACM symposium on Data communications and Data networks: Analysis and design'', January 1973, pp. 73–79
 
* W. J. Bouknight, G. R. Grossman and D. M. Grothe, [https://dl.acm.org/doi/pdf/10.1145/800280.811033 The ARPA Network Terminal System: A New Approach to Network Access], in ''DATACOMM '73: Proceedings of the third ACM symposium on Data communications and Data networks: Analysis and design'', January 1973, pp. 73–79
 +
* [https://www.osti.gov/servlets/purl/4261318 Quarterly Technical Progress Report - January, February, March 1974], Department of Computer Science, University of Illinois at Urbana-Champaign - pp. 111-114
  
 
[[Category: ARPANET]]
 
[[Category: ARPANET]]
 
[[Category: PDP-11 Operating Systems]]
 
[[Category: PDP-11 Operating Systems]]
 
[[Category: Non-DEC Operating Systems]]
 
[[Category: Non-DEC Operating Systems]]

Revision as of 18:29, 12 November 2021

The ARPA Network Terminal System (usually referred to as ANTS) was a minicomputer system (it ran on PDP-11s) which was a host system for use on the ARPANET, effectively an enhanced TIP. It was written in the PEESPOL system programming language.

In addition to the TIP functionality (providing groups of serial lines to which could be attached terminals, both hard-wired and via dial-up modems, allowing users at the terminals access to the time-sharing hosts attached to the ARPANET), ANTS machines provided a limited amount of additional functionality, such as the ability to store files on mass storage devices attached to the ANTS machine. Magnetic tape drives, card readers and line printers could also be attached.

A simple multi-tasking operating system oversaw the operation of the system; it also provided allocation of main memory.

They used the TELNET and FTP protocols, running on top of NCP. Later, Remote Job Entry facilities were added, once the protocol(s) to support them were added to the NCP protocol family.

See also

External links