A terminal emulator, terminal application, term, or tty for short, is a program that emulates a video terminal within some other display architecture. Though typically synonymous with a command line shell or text terminal, the term terminal covers all remote terminals, including graphical interfaces. A terminal emulator inside a graphical user interface is often called a terminal window.html
A terminal window allows the user access to a text terminal and all its applications such as command line interfaces (CLI) and text user interface applications. These may be running either on the same machine or on a different one via telnet, ssh, or dial-up. On Unix-like operating systems, it is common to have one or more terminal windows connected to the local machine.git
Terminals usually support a set of escape sequences for controlling color, cursor position, etc. Examples include the family of terminal control sequence standards known as ECMA-48, ANSI X3.64 or ISO/IEC 6429.web
Early adopters of computer technology, such as banks, insurance companies, and governments, still make frequent use of terminal emulators. They typically have decades-old applications running on mainframe computers. The old "dumb" video terminals used to access the mainframe are long since obsolete; however, applications on the mainframe are still in use. Quite often, terminal emulators are the only way to access applications running on these older machines.shell
Local echo[edit]
Terminal emulators may implement a local echo function, which may be erroneously named "half-duplex" (see Duplex (telecommunications) for information on half-duplex), or still slightly incorrectly "echoplex" (which is formally an error detection mechanism rather than an input display option).express
Line-at-a-time mode/Local editing[edit]
Terminal emulators may implement local editing, also known as "line-at-a-time mode". This is also mistakenly referred to as "half-duplex". In this mode, the terminal emulator only sends complete lines of input to the host system. The user enters and edits a line, but it is held locally within the terminal emulator as it is being edited and not transmitted until the user signals (usually with the ⌅ Enter key on the keyboard or a "send" button of some sort on the user interface) the completion of the line. At that point the entire line is transmitted. Line-at-a-time mode implies local echo, since otherwise the user will not be able to see the line as it is being edited and constructed. However, line-at-a-time mode is independent of echo mode and does not require local echo. When entering a password, for example, line-at-a-time entry with local editing is possible, but local echo is turned off (otherwise the password would be displayed).windows
The complexities of line-at-a-time mode are exemplified by the line-at-a-time mode option in the TELNET protocol. To implement it correctly, the Network Virtual Terminal implementation provided by the terminal emulator program must be capable of recognizing and properly dealing with "interrupt" and "abort" events that arrive in the middle of locally editing a line.服務器
Synchronous terminals[edit]
In asynchronous terminals data can flow in any direction at any time. In synchronous terminals a protocol controls who may send data when. IBM 3270-based terminals used with IBM mainframe computers are an example of synchronous terminals. They operate in an essentially "screen-at-a-time" mode (also known as block mode). Users can make numerous changes to a page, before submitting the updated screen to the remote machine as a single action.app
Terminal emulators that simulate the 3270 protocol are available for most operating systems, for use both by those administering systems such as the z9, as well as those using the corresponding applications such as CICS.less
Other examples of synchronous terminals include the IBM 5250, ICL 7561, Honeywell Bull VIP7800 and Hewlett-Packard 700/92.
Examples of terminals emulated[edit]
Many terminal emulators have been developed for terminals such as VT100, VT220, VT320, IBM 3270/8/9/E, IBM 5250, IBM 3179G, Data General D211, Hewlett Packard HP700/92, Sperry/Unisys 2000-series UTS60, Burroughs/Unisys A-series T27/TD830/ET1100, ADDS ViewPoint, Sun console, QNX, AT386, SCO-ANSI, SNI 97801, Televideo, and Wyse 50/60. Additionally, programs have been developed to emulate other terminal emulators such as xterm and assorted console terminals (e.g., for Linux). Finally, some emulations simply refer to a standard, such as ANSI. Such programs are available on many platforms ranging from DOS and Unix to GUI operating systems such as Windows and Macintosh, to embedded operating systems found in cellphones and industrial hardware. Terminal emulators for Windows operating system are often called console emulators.[8][not in citation given][9][not in citation given][10][not in citation given]
See also[edit]
References[edit]
- Bangia, Ramesh (2010). "line mode terminal". Dictionary of Information Technology. Laxmi Publications, Ltd. ISBN 978-93-8029-815-3.
- Daintith, John (2004). "echo". Oxford dictionary of computing (5th ed.). Oxford University Press. ISBN 978-0-19-860877-6.
- Miller, Philip M. (2009). TCP/IP – The Ultimate Protocol Guide. 2 – Applications, Access and Data Security. Universal-Publishers. ISBN 978-1-59942-493-4.
- Stevens, W. Richard; Wright, Gary R. (1994). TCP/IP illustrated. Addison-Wesley professional computing series. 1: The protocols. Addison-Wesley. ISBN 978-0-201-63346-7.
- Weik, Martin H. (2000). Computer Science and Communications Dictionary 1. Springer. ISBN 978-0-7923-8425-0.
External links[edit]
VT100
From Wikipedia, the free encyclopedia
The VT100 is a video terminal that was made by Digital Equipment Corporation (DEC). Its detailed attributes became the de facto standard for terminal emulators to emulate.
History[edit]
It was introduced in August 1978, following its predecessor, the VT52, and communicated with its host system over serial lines using the ASCII character set and control sequences (a.k.a. escape sequences) standardized by ANSI. The VT100 was also the first Digital mass-market terminal to incorporate "graphic renditions" (blinking, bolding, reverse video, and underlining) as well as a selectable 80 or 132 column display. All setup of the VT100 was accomplished using interactive displays presented on the screen; the setup data was stored in non-volatile memory within the terminal. The VT100 also introduced an additional character set that allowed the drawing of on-screen forms.
The control sequences used by the VT100 family are based on the ANSI X3.64 standard, also known as ECMA-48 and ISO/IEC 6429. These are sometimes referred to as ANSI escape codes. The VT100 was not the first terminal to be based on X3.64—The Heath Company had a microprocessor-based video terminal, the Heathkit H-19 (H19), that implemented a subset of the standard proposed by ANSI in X3.64.[1]In addition, the VT100 provided backwards compatibility for VT52 users, with support for the VT52 control sequences.[2]
In 1983, the VT100 was replaced by the more-powerful VT200 series terminals such as the VT220.
In August 1995 the terminal business of Digital was sold to Boundless Technologies.[3]
Variants[edit]
The VT100 was also the first of Digital's terminals to be based upon an industry-standard microprocessor (in this case, the Intel 8080). Options could be added to the terminal to support an external printer, additional graphic renditions, and more memory (the "AVO" 'Advanced' Video Option — without this option, the VT100 could not display a full 24 lines of text when in 132 column mode). The VT100 became a platform on which Digital constructed related products.
The VT101 and VT102 were cost-reduced non-expandable follow-on products, with the VT102 including the AVO and serial printer port options of the VT100. The VT105 contained a simple graphics subsystem mostly-compatible with the earlier VT55. The VT125 added an implementation of the byte-efficient Remote Graphic Instruction Set (ReGIS.) The VT103 included a backplane socket for an LSI-11 minicomputer board and supported dual TU58 DECtape II block addressable tape drive which behaved like a very slow disk drive. The VT180 (codenamed "Robin") added a single-board microcomputer using a Zilog Z80 to run CP/M. The VT278 added a built-in PDP-8 processor, allowing the terminal to run Digital's WPS-8 word processing software.
References[edit]
- Jump up^ Shuford, Richard S. (2005), DEC Video Terminals—The VT100 and Its Successors, retrieved 2012-12-08
- Jump up^ http://ascii-table.com/ansi-escape-sequences-vt-100.php
- Jump up^ http://www.boundlessterminals.com/history.html
External links[edit]
Categories:
De facto standard
From Wikipedia, the free encyclopedia
A de facto standard is a custom, convention, product, or system that has achieved a dominant position by public acceptance or market forces (such as early entrance to the market). De facto is a Latin phrase that means "concerning fact." De facto means "existing in fact,"[1] or "in practice but not necessarily ordained by law" or "in practice or actuality, but not officially established."
The term "de facto standard" is used in contrast with obligatory standards (also known as "de jure standards"); or to express the dominant voluntary standard, when there is more than one standard available for the same use.
In social sciences, a voluntary standard that is also a de facto standard is a typical solution to a coordination problem.[2] The choice of a de facto standard tends to be stable in situations in which all parties can realize mutual gains, but only by making mutually consistent decisions. In contrast, an enforced "de jure standard" is a solution to the prisoner's problem.[2]
Examples[edit]
A selection of well-known and illustrative examples of de facto and de jure standards:
- with consolidation by tradition of use:
- The driver's seat side in a given country starts as a user/industry preference, turning to a local tradition, then a traffic code local norm.
- The QWERTY system was one of several options for the layout of letters on typewriter (and later keyboard) keys. It was developed to prevent adjacent keys from jamming on early and later mechanical typewriters, often attributed to the typist's speed.[3] It became a de facto standard because it was used on the most commercially successful early typewriters.
- The MP3 audio format started as an alternative to CD WAV (lossless format) for Internet music distribution, then replaced it — it is now supported by the vast majority of music players, audio transport,audio storage and noncommercial media. WAV and MP3 are also "de jure ISO formats".
- with consolidation by uniqueness and efficiency:
- HTML (computer file format) started as "de facto" (1993-1995) and became the "de jure" standard (1995-present-day).
- The PDF (computer file format) was first created in 1993 by Adobe. Adobe internal standards were part of its software quality systems, but they were neither published nor coordinated by a standards body. With the Acrobat Reader program available for free, and continued support of the format, PDF eventually became the de facto standard for printable web documents and e-books. In 2005, PDF/Abecame a de jure standard as ISO 19005-1:2005.[4] As of 2007, PDF 1.7 is under development as ISO/DIS 32000.[5][6]
Examples of long-time de facto but never de jure standards (for computer file formats):
- AutoCAD DXF: a de facto ASCII format for import and export of CAD drawings and fragments in the 1980s and 1990s. In the 2000s, XML based standards emerged as de facto standards.
- Microsoft Word DOC (over all other old PC word processors): one of the best known de facto standards. Due to the market dominance of Word, it is supported by all office applications that intend to compete with it, typically by reverse engineering the undocumented file format. Microsoft has repeatedly internally changed the file specification between versions of Word to suit their own needs, while continuing to reuse the same file extension identifier for different versions.
Other examples:
- The 1/2-inch (12.7 mm) spacing of the rollers in a bicycle chain.
- The IBM Personal Computer format, which used MS-DOS and Microsoft Windows operating systems, gained a large share of the personal computer market. Competing products like the Rainbow 100 were eventually withdrawn.
- Interpreted programming languages such as PHP that have multiple implementations tend to also have a de facto standard. In PHP's case the de facto standard is the binaries available from php.net, rather than the Phalanger implementation for example.
Standards battles[edit]
There are many examples of de facto consolidation (of a standard) by market forces and competition, in a two-sided market, after a dispute. Examples:
Examples of standards that are "in dispute" for turns de facto:
See also[edit]
References[edit]