Kermit

протокол Kermit один из первых телекоммуникационных протоколов, ориентированный на передачу файлов по асинхронным линиям связи. Разработан в 1980 г. Франком да Крузо в Университете штата Колумбия и распространяется как общедоступное ПО (public domain) Смотри также: Xmodem, Ymodem, Zmodem

Англо-русский словарь компьютерных терминов

Kermit

A popular packet-oriented protocol from Columbia University for transferring text files and binary files on both full-duplex and half-duplex 8 bit and 7-bit serial connections in a system- and medium-independent fashion, and implemented on hundreds of different computer and operating system platforms. On full-duplex connections a sliding window protocol with selective retransmission 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, performance is equal to or better than other protocols such as ZMODEM, YMODEM, and XMODEM, especially on poor connections. 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.

Free Online Dictionary of Computing