Kermit (protocol)

Revision as of 04:49, 22 May 2025 by imported>InternetArchiveBot (Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Template:Use dmy dates Template:Infobox networking protocol

Kermit is a computer file transfer and management protocol and a set of communications software tools primarily used in the early years of personal computing in the 1980s. It provides a consistent approach to file transfer, terminal emulation, script programming, and character set conversion across many different computer hardware and operating system platforms.

TechnicalEdit

The Kermit protocol supports text and binary file transfers on both full-duplex and half-duplex 8-bit and 7-bit serial connections in a system- and medium-independent fashion, and is implemented on hundreds of different computer and operating system platforms. On full-duplex connections, a sliding window protocol is used with selective retransmission which provides excellent performance and error recovery characteristics. On 7-bit connections, locking shifts provide efficient transfer of 8-bit data. When properly implemented, as in the Columbia University Kermit Software collection, its authors claim performance is equal to or better than other protocols such as ZMODEM, YMODEM, and XMODEM, especially on poor connections.<ref>Some of the sentences in the Technical section are based on text copied, on 30 October 2004, from the Free On-line Dictionary of Computing, which is licensed under the GFDL.</ref> On connections over RS-232 Statistical Multiplexers where some control characters cannot be transmitted,Template:Citation needed Kermit can be configured to work, unlike protocols like XMODEM that require the connection to be transparent (i.e. all 256 possible values of a byte to be transferable).

Kermit can be used as a means to bootstrap other software, even itself. To distribute Kermit through non 8-bit clean networks Columbia developed .boo, a binary-to-text encoding system similar to BinHex. For instance, IBM PC compatibles and Apple computers with a Compatibility Card installed can connect to otherwise incompatible systems such as a mainframe computer to receive MS-DOS Kermit in .boo format. Users can then type in a "baby Kermit" in BASIC on their personal computers that downloads Kermit and converts it into binary.<ref name="dacruz19860320">Template:Cite mailing list</ref><ref name="fuller19891011">Template:Cite mailing list</ref>

Similarly, CP/M machines use many different floppy disk formats, which means that one machine often cannot read disks from another CP/M machine, and Kermit is used as part of a process to transfer applications and data between CP/M machines and other machines with different operating systems. The CP/M file-copy program PIP can usually access a computer's serial (RS-232) port, and if configured to use a very low baud rate (because it has no built-in error correction) can be used to transfer a small, simple version of Kermit from one machine to another over a null modem cable, or failing that, a very simple version of the Kermit protocol can be hand coded in binary in less than 2K using DDT, the CP/M Dynamic Debugging Tool. Once done, the simple version of Kermit can be used to download a fully functional version. That version can then be used to transfer any CP/M application or data.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }} See "Figure 1-1: Bootstrap program for Kermit-80 and CP/M Version 2.2"</ref>

Newer versions of Kermit included scripting language and automation of commands.<ref>columbia.edu Kermit 95</ref> The Kermit scripting language evolved from its TOPS-20 EXEC-inspired command language<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and was influenced syntactically and semantically by ALGOL 60, C, BLISS-10, PL/I, SNOBOL, and LISP.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

The correctness of the Kermit protocol has been verified with formal methods.<ref>Template:Cite book</ref>

HistoryEdit

In the late 1970s, users of Columbia University's mainframe computers had only 35 kilobytes of storage per person. Kermit was developed at the university so students could move files between them and floppy disks at various microcomputers around campus,<ref name="kermit198406">Template:Cite news</ref><ref name="kermit198407">Template:Cite news</ref>Template:R such as IBM or DEC DECSYSTEM-20 mainframes and Intertec Superbrains running CP/M. IBM mainframes used an EBCDIC character set and CP/M and DEC machines used ASCII, so conversion between the two character sets was one of the early functions built into Kermit. The first file transfer with Kermit occurred in April 1981. The protocol was originally designed in 1981 by Frank da Cruz and Bill Catchings.<ref name="Bai2004">Template:Cite book</ref><ref name="RawlingsRawlings1986">Template:Cite book</ref>

Columbia University coordinated development of versions of Kermit for many different computers at the university and elsewhere, and distributed the software for free; Kermit for the new IBM Personal Computer became especially popular. In 1986 the university founded the Kermit Project, which took over development and started charging fees for commercial use; the project was financially self-sufficient.<ref name="ISS"/> For non-commercial use, Columbia University stated that<ref name="doupnik19880111">Template:Cite mailing list</ref>

<templatestyles src="Template:Blockquote/styles.css" />

Kermit is for everyone to use and share. Once you get it, feel free to pass it along to your friends and colleagues. Although it is copyrighted and not in the public domain, we only ask that you not attempt to sell it for profit, and that you use it only for peaceful and humane purposes.{{#if:|{{#if:|}}

}}

{{#invoke:Check for unknown parameters|check|unknown=Template:Main other|preview=Page using Template:Blockquote with unknown parameter "_VALUE_"|ignoreblank=y| 1 | 2 | 3 | 4 | 5 | author | by | char | character | cite | class | content | multiline | personquoted | publication | quote | quotesource | quotetext | sign | source | style | text | title | ts }}

By 1988 Kermit was available on more than 300 computers and operating systems.<ref name="dacruz19880729">Template:Cite mailing list</ref> The protocol became a de facto data communications standard<ref name="good">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> for transferring files between dissimilar computer systems, and by the early 1990s it could convert multilingual character encodings. Kermit software has been used in many countries, for tasks ranging from simple student assignments to solving compatibility problems aboard the International Space Station.<ref name="ISS">International Space Station Incorporates Kermit (December 2003)</ref> It was ported to a wide variety of mainframe, minicomputer and microcomputer systems down to handhelds and electronic pocket calculators. Most versions had a user interface based on the original TOPS-20 Kermit. Later versions of some Kermit implementations also support network as well as serial connections.

Implementations that are presently supported include C-Kermit (for Unix and OpenVMS) and Kermit 95 (for versions of Microsoft Windows from Windows 95 onwards and OS/2), but other versions remain available as well.

As of 1 July 2011, Columbia University ceased to host this project and released it as open source. In June 2011, the Kermit Project released a beta version of C-Kermit v9.0 under the Revised 3-Clause BSD License.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

As well as the implementations developed and/or distributed by Columbia University, the Kermit protocol was implemented in a number of third-party communications software packages, among others ProComm and ProComm Plus.<ref name="Woggon1995">Template:Cite book</ref><ref name="BruceElliott1991">Template:Cite book</ref><ref name="Krause1991">Template:Cite book</ref><ref name="Wang1994">Template:Cite book</ref><ref name="CallahanAnis1990">Template:Cite book</ref> The term "SuperKermit" was coined by third-party vendors to refer to higher speed Kermit implementations offering features such as full duplex operation,<ref>Template:Cite book</ref> sliding windows,<ref name="Johnston1986">Template:Cite journal</ref><ref name="CallahanAnis1990b">Template:Citation</ref><ref name="Fist2012">Template:Citation</ref><ref name="BlankenhornMaxwell1992">Template:Citation</ref><ref name="Becker1991">Template:Cite book</ref><ref name="Glossbrenner1993">Template:Cite book</ref> and long packets; however, that term was deprecated by the original Kermit team at Columbia University, who saw these as simply features of the core Kermit protocol.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Naming and copyrightEdit

Kermit was named after Kermit the Frog from The Muppets, with permission from Henson Associates.<ref name="aboutkermit">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> The program's icon in the Apple Macintosh version was a depiction of Kermit the Frog. A backronym was created, perhaps to avoid trademark issues, KL10 Error-Free Reciprocal Microprocessor Interchange over TTY lines,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> but the developers stopped using the backronym after obtaining permission.<ref name="kermitname">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Kermit is an open protocol—anybody can base their own program on it, but some Kermit software and source code is copyright by Columbia University.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>The preceding sentence is based on text copied, on 30 October 2004, from the Free On-line Dictionary of Computing, which is licensed under the GFDL.</ref> The final license page said:<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

<templatestyles src="Template:Blockquote/styles.css" />

As of version 9.0 (starting with the first Beta test), C-Kermit has an Open Source license, the Revised 3-Clause BSD License. Everybody can use it as they wish for any purpose, including redistribution and resale. It may be included with any operating system where it works or can be made to work, including both free and commercial versions of Unix and Hewlett-Packard (formerly DEC) VMS (OpenVMS). Technical support will be available from Columbia University only through 30 June 2011.{{#if:|{{#if:|}}

}}

{{#invoke:Check for unknown parameters|check|unknown=Template:Main other|preview=Page using Template:Blockquote with unknown parameter "_VALUE_"|ignoreblank=y| 1 | 2 | 3 | 4 | 5 | author | by | char | character | cite | class | content | multiline | personquoted | publication | quote | quotesource | quotetext | sign | source | style | text | title | ts }}

See alsoEdit

ReferencesEdit

Template:Reflist

Further readingEdit

External linksEdit

|CitationClass=web }}

Template:Modem file transfer protocols Template:Authority control