Difference between revisions of "ANTS terminal system"

From Computer History Wiki
Jump to: navigation, search
m (External links: +UIUC QTR which has good info, including list of ANTS sites)
m (dab NCP)
Line 5: Line 5:
 
A simple [[multi-tasking]] [[operating system]] oversaw the operation of the system; it also provided allocation of [[main memory]].
 
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]].
+
They used the [[Telnet|TELNET]] and [[File Transfer Protocol|FTP]] [[protocol]]s, running on top of [[Network Control Program (ARPANET)|NCP]]. Later, [[Remote Job Entry]] facilities were added, once the protocol(s) to support them were added to the NCP [[protocol family]].
  
 
{{semi-stub}}
 
{{semi-stub}}

Revision as of 10:35, 5 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