Difference between revisions of "ANTS terminal system"

From Computer History Wiki
Jump to: navigation, search
(Stub.)
 
m (More NCP fixups)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''ANTS''' was means ''ArpaNet Termina Server''.
+
The '''ARPA Network Terminal System''' (usually referred to as '''ANTS''') was a [[minicomputer]] system (it ran on [[PDP-11]]s) which was a [[host]] system for use on the [[ARPANET]], effectively an enhanced [[Terminal Interface Processor|TIP]].  It was written in the PEESPOL system programming language.
  
{{stub}}
+
In addition to the TIP functionality (providing groups of [[serial line]]s to which could be attached [[terminal]]s, both hard-wired and via dial-up [[modem]]s, allowing [[user]]s 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 [[file]]s on [[mass storage]] [[peripheral|devices]] attached to the ANTS machine. [[Magnetic tape drive]]s, [[punched card|card]] readers and [[printer|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|TELNET]] and [[File Transfer Protocol|FTP]] [[protocol]]s, running on top of [[Network Control Protocol|NCP]]. Later, [[Remote Job Entry]] facilities were added, once the protocol(s) to support them were added to the NCP [[protocol family]].
 +
 
 +
{{semi-stub}}
 +
 
 +
==See also==
 +
 
 +
* [[ELF operating system]]
 +
 
 +
<!-- ==Further reading==
 +
-->
 +
==External links==
 +
 
 +
* 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: PDP-11 Operating Systems]]
 +
[[Category: Non-DEC Operating Systems]]

Latest revision as of 03:12, 30 June 2022

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