Difference between revisions of "ANTS terminal system"

From Computer History Wiki
Jump to: navigation, search
m
(significantly upgrade)
Line 1: Line 1:
'''ANTS''' was means ''ArpaNet Terminal 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]].
  
{{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 Program|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
 +
 
 +
[[Category: Networking]]
 +
[[Category: PDP-11 Operating Systems]]
 +
[[Category: Non-DEC Operating Systems]]

Revision as of 17:55, 27 October 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.

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