home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / MNJAN91.ZIP / GLOSS02 < prev    next >
Encoding:
Text File  |  1990-11-11  |  16.8 KB  |  377 lines

  1. ╔══════════════════════════════════════════════════════════════════════════╗
  2. ║                                  GLOSSARY                                ║
  3. ╚══════════════════════════════════════════════════════════════════════════╝
  4.  
  5.  
  6. MegaLink: The goal of this protocol is to design and implement a protocol that
  7.      is fast, reliable and inexpensive. Megalink is a full streaming protocol. 
  8.      It uses a block of 512 bytes and a CRC-32 error correction to improve the
  9.      performance.
  10.  
  11. Microcomputer: A small computer system, usually used by only one person.
  12.      
  13. Microprocessor:     An integrated circuit, or chip, that contains the circuits
  14.      the computer needs to calculate and to communicate with the other parts of
  15.      the system.
  16.  
  17. MNP: (Microcom Networking Protocol). A hardware-based modem error checking 
  18.      method. MNP converts asynchronous data to a synchronous bit stream,
  19.      allowing the two framing bits normally required for each async character
  20.      to be dispensed with. 
  21.  
  22. Modem:    A device that permits the transmission of computer data over tele
  23.      phone lines. Contraction of modulator-demodulator.
  24.  
  25.  
  26.  
  27. Modem7:   Modem7 is a relative of Xmodem. It passes the filename before
  28.      starting the transfer. It is common on CP/M systems. This protocol allows
  29.      more than one file to be sent at a time.
  30.  
  31. Monitor:  A device that displays computer input and output; usually used 
  32.      synonymously with display.
  33.  
  34. Monochrome Display Adapter (MDA):  A printed-circuit card in the system unit of
  35.      a computer that controls the display. Shows text only at medium resolution
  36.      in one color.
  37.  
  38. Monochrome:    A term used to describe a computer display capable of displaying
  39.      one color (usually white, green, or amber).
  40.  
  41. Multicolor Graphics Array (MCGA):  A printed-circuit card in a computer that 
  42.      controls the display. MCGA shows both text and graphics at low to medium
  43.      resolution in up to 256 colors, and is used in IBM PS/2 model computers.
  44.  
  45. Multilevel filing system:     A computer filing system that lets you define 
  46.      directories within other directories, creating a structure with many
  47.      levels.  Also called a tree-structured or hierarchical filing system.
  48.  
  49. Network:  A group of computers that share resources, such as disk drives and 
  50.      printers.  The computers are linked together by printed-circuit cards,
  51.      cables, and network software.
  52.  
  53. Null Modem:    A cable used to connect the serial ports of two computers in 
  54.      such a fashion that each thinks it is "talking" to a modem. Very fast
  55.      serial data transfer may be acheived with a null modem.
  56.      
  57. Parity:   A computer data checking method using an extra bit in which the total
  58.      number of binary 1's (or 0's) in a byte is always odd or always even;
  59.      thus, in an odd parity scheme, every byte has eight bits of data and one
  60.      parity bit. If using odd parity and the number of 1 bits comprising the
  61.      byte of data is not odd, the 9th or parity bit is set to 1 to create the
  62.      odd parity. In this way, a byte of data can be checked for accurate
  63.      transmission by simply counting the bits for an odd parity indication.  If
  64.      the count is ever even, an error is indicated.  
  65.  
  66. Operating system:   A program that coordinates the operation of all parts of a
  67.      computer system.
  68.  
  69. Output:   The result of a program's processing its input data.
  70.      
  71. Parallel communications: A communications technique that uses multiple inter
  72.      connecting wires to send eight bits of a byte at once (in parallel).
  73. Parallel port: The port to which the printer is usually attached.
  74.      
  75. Parameter:     A qualifier that you include with a command to define more 
  76.      specifically what you want DOS to do; also called an argument or an op-
  77.      tion.
  78.  
  79. Parity:   An error-detection technique used for accuracy in data communica tion
  80.                                                                            s.
  81.  
  82. Path name:     The portion of a file specification that defines the path to the
  83.      file; can include a drive letter followed by a colon.
  84.  
  85. Path:     The list of directory names that defines the location of a directory
  86.      to DOS.  The path statement goes into the AUTOEXEC.BAT file and follows
  87.      the form: PATH=C:\;C:\DOS;C:\BAT;C:\WP;C:\DB;C:\UTIL
  88.  
  89. Pipe:     To direct the output of one command to be used as the input of 
  90.      another command. The pipe symbol DOS uses is the broken vertical bar (|).
  91.  
  92. Port:     The electrical connection through which the computer sends and 
  93.      receives data to and from devices or other computers.
  94.  
  95. Print queue:   The list of files to be printed by DOS; you create, examine, and
  96.      modify the print queue with the Print command.
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. Printed-circuit card:    A thin, rectangular card or board, usually made of 
  105.      fiberglass or epoxy and coated with copper. A circuit is etched into the
  106.      copper, and electronic devices, such as integrated circuits, are soldered
  107.      to the circuit. Computer systems are made up of these cards.
  108.  
  109. Printer:  A device that produces images of text and graphics on paper.
  110.      
  111. PRN: Short for printer. The printer DOS uses unless instructed otherwise. Can 
  112.      refer to LPT1, LPT2, or LPT3.
  113.  
  114. Program:  A set of instructions for a computer.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.      
  121.  
  122. Prompt:   A request displayed by the computer for you to provide some 
  123.      information or perform an action.
  124.  
  125.      One of the most useful things that can be done is put the command:      
  126.  
  127.                                   prompt $p$g
  128.  
  129.      into the AUTOEXEC.BAT file.  This will tell the ANSI system to make the
  130.      prompt indicate the name of the directory the drive is in.  Example:      
  131.      C:\DOS> or C:DOS\UTL>
  132.  
  133. Protocol: A set of conventions governing the format of messages to be exchanged
  134.      within a communications system. 
  135.  
  136. Puma:     This protocol has a full color display of transfer status. It can
  137.      transfer up to 99 files in a single batch using dynamic block scaling for
  138.      optimal data throughput. Like Zmodem, the resume option can continue an
  139.      interrupted transfer.
  140.  
  141. Queue:    See print queue.
  142.  
  143. RAM disk: See virtual disk.
  144.      
  145. Read-only file:     A file whose read-only attribute is set so that its 
  146.      contents can be displayed and read, but not changed.
  147.  
  148. RAM: Short for Random Access Memory. The memory that DOS uses for programs and
  149.      data; RAM content changes often while you use the computer, and is lost
  150.      when the computer is turned off.
  151.  
  152. Redirection:   The process of causing a command or program to take its input 
  153.      from a file or device other than the keyboard (standard input), or of
  154.      causing the output of a command or program to be sent to a file or device
  155.      other than the display (standard output). The DOS redirection symbols are
  156.      the greater-than (>) and less-than (<) signs.
  157.  
  158. Relaxed Xmodem:     This is the same as Xmodem except that it has a longer 
  159.      delay time. This is for use with remote services that can not tolerate
  160.      strict timing during Xmodem transfers.
  161.  
  162. Replaceable parameter:   A symbolic reference, consisting of a percent sign 
  163.      followed by a one-digit number (such as %1), that can be included with
  164.      commands in a batch file to refer to the parameters entered with the batch
  165.      command.
  166.  
  167. Return key:    The Enter key.
  168.      
  169.  
  170. ROM: Short for Read-Only Memory, the type of computer memory that is permanent
  171.      ly recorded in hardware.  ROM contains instructions that help a computer
  172.      carry out routine tasks, such as starting itself up. The contents of ROM
  173.      cannot be changed and are not lost (non-volatile) when the computer is
  174.      turned off.
  175.  
  176. Root directory:     The main directory that DOS creates on each disk; the top 
  177.      directory in a multilevel filing system.
  178.  
  179. RS-232 or RS-232C:  The standard computer hardware interface used for computer
  180.      asynchronous communications connections.
  181.  
  182. SEAlink:  SEAlink is a advanced version of Xmodem developed by System Enhance
  183.      ment Associates. It is a sliding window protocol.  SEAlink passes a name,
  184.      size, and date of the transferring file and allows multiple files to be
  185.      transfered.
  186.  
  187. Serial communications:   A communications technique that uses as few as two 
  188.      interconnecting wires to transmit bits one after the other.
  189.  
  190. Serial port:   The communications port (COM1, COM2, COM3, or COM4) to which 
  191.      devices, such as a modem or a serial printer, can be attached.
  192.  
  193.  
  194. Serial:   A serial interface sends a stream of data bits separated by time or 
  195.      an electrical signal. For communications, serial interfaces often use a
  196.      PROTOCOL, dividing the data stream into packets which may be checksummed
  197.      to verify accuracy.
  198.  
  199. Shareware:     Software marketing system where the user gets to use the program
  200.      for a period of time (usually 30 days) before they are expected to
  201.      purchase (register) the program.  Shareware is most often less expensive
  202.      than retail software and is often times just as good or even better.
  203.  
  204. Simplex:  Simplex transmission allows data to flow in one direction only (ex.,
  205.      most parallel printer interfaces or the monitor).
  206.  
  207. Software: The programs that are used with a computer system.
  208.      
  209. Standard input:     The device from which a program reads its input unless the
  210.      input is redirected. In normal DOS operation, standard input is the
  211.      keyboard.
  212.  
  213. Standard output:    The device to which a program sends its output unless the 
  214.      output is redirected.  In normal DOS operation, standard output is the
  215.      display.
  216.  
  217. Start/stop bits:    In serial, asynchronous transmission, start/stop bits 
  218.      indicate the beginning and end of each 7- or 8-bit data character.
  219.  
  220. Stop bit: A signal used in serial communications that marks the end of a
  221.      character.
  222.  
  223. Sructured Query Language (SQL):    A query language developed by IBM that 
  224.      allows you to access your database.  This language can be used with a
  225.      variety of database management products and can access databases on
  226.      mainframes, minis, and PCs.
  227.  
  228. STY: A pseudo-teletype, which is a two-way pipeline with a job on one end and
  229.      a fake keyboard-TTY on the other. Also, a standard program which provides
  230.      a pipeline from its controlling TTY to a pseudo-teletype (and thence to
  231.      another TTY, thereby providing a "sub-TTY").
  232.  
  233. Subdirectory:  A directory that is attached to a higher level directory.  For 
  234.      example, in the path statement: C:\DOS\UTL, the subdirectory, UTL is
  235.      attached to the directory DOS.
  236.  
  237. Synchronous Data Transmission:     Data sent, usually in serial mode, with a 
  238.      clock pulse. No stop and start bits are needed.
  239.  
  240.  
  241.  
  242. System prompt: The characters DOS displays when it is at the command level 
  243.      (ready to accept a command); unless you specify otherwise, the system
  244.      prompt consists of the letter of the current drive followed by a
  245.      greater-than sign (for example, A>).  
  246.  
  247. System program:     A program whose purpose is to control the operation of all
  248.      or part of the computer system, such as managing the printer or interpret-
  249.      ing commands.
  250.  
  251. Telecommunications: See communications.
  252.      
  253. Temporary file:     A file that DOS may create when told to redirect command 
  254.      input or output; deleted by DOS when the command is completed.
  255.  
  256. Telink:   This protocol is primarily found on Fido BBS systems. It is basically
  257.      the Xmodem protocol using CRC checking with an extra block sent ahead of
  258.      the file telling its name, size, and date. This protocol allows more than
  259.      one file to be sent at a time.
  260.  
  261. Text editor :  A program that you use to create or change text files. Also 
  262.      called simply an editor.  The one supplied with the DOS system is named
  263.      EDLIN.
  264.  
  265. Text file:     A file that you can read (contains ordinary letters, numbers, 
  266.      and punctuation marks).
  267.  
  268. Text:     Ordinary, readable characters, including the uppercase and lowercase
  269.      letters of the alphabet, the numerals 0 through 9, and punctuation marks.
  270.  
  271. TSR: Terminate and Stay Ready program.  Also called memory resident or pop-up
  272.      program.  A software program that stays in memory while you run other pro-
  273.      grams.  To get the TSR to pop up on your screen, you simply press a
  274.      designated "hotkey" combination like the one used to pop up MICRONEWS:
  275.      e.g., Left-Shift - 5.
  276.  
  277. TTY: Terminal of the teletype variety, characterized by a noisy mechanical
  278.      printer, a very limited character set, and poor print quality. Usage:
  279.      antiquated (like the TTY's themselves). Sometimes used to refer to any
  280.      terminal at all; sometimes used to refer to the particular terminal
  281.      controlling a job.
  282.  
  283. Update:   To change a file, creating a new (or updated) version.
  284.      
  285. Video Graphics Array (VGA):   A printed-circuit card in the computer that 
  286.      controls the display. VGA shows both text and graphics at medium to high
  287.      resolution in up to 256 colors; used in IBM PS/2 model computers.
  288.  
  289.  
  290.  
  291. V.32:     A CCITT specification defining a family of FULL DUPLEX modems using 5
  292.      digital bits for each carrier change at a 2400 baud rate. While this
  293.      produces a raw throughput of 12,000 bps, 1 out of 5 bits is used for error
  294.      correction, reducing throughput to 9,600 bps. 
  295.  
  296. Virtual disk:  A portion of the computer's Random Access Memory reserved for 
  297.      use as a simulated disk drive. Also called an electronic or RAM disk.
  298.      Unless saved on a physical disk, the contents of a virtual disk are lost
  299.      (volatile) when the computer is turned off.
  300.  
  301. Volume label:  An 11-character identifying name you can assign to a disk.
  302.      
  303. Wildcard character: A special character that, like the wild card in a card 
  304.      game, can be used to represent any other character.  DOS recognizes two
  305.      wildcard characters: the question mark (?), which can represent any single
  306.      character, and the asterisk (*), which can represent more than one
  307.      character.
  308.  
  309. Write-protect: To cover the small notch or opening on a diskette so that new or
  310.      changed information cannot be written onto the diskette.
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. WYSIWYG:  What you see is what you get (pronounced "wiz-ee-wig").  A desktop 
  320.      publishing phrease referring to the match between interfaces and printers. 
  321.      It means that what you see on the computer screen is what you'll get on
  322.      the printed copy.
  323.  
  324. X.25:     A CCITT standard that describes how data is handled in a packet
  325.      switched network.
  326.  
  327. Xmodem-1K:     This is a variation of Xmodem which uses blocks that may be 128
  328.      bytes or  1024 bytes in size. Most communications packages support this
  329.      protocol   by allow 1K block in Xmodem protocol. Some BBS softwares refer
  330.      to Xmodem-1K as Ymodem. Ymodem sends the name, size and date of the file
  331.      but Xmodem-1K does not. If the filename 'UNKNOWN.$$$' shows in the
  332.      transfer window during a Ymodem transfer, it is likely that the BBS
  333.      software is using Xmodem-1K, in this case, you should select Xmodem
  334.      protocol.
  335.  
  336.  
  337. Xmodem:   A protocol for transferring blocks of data via modem with a high 
  338.      degree of accuracy. Developed by Ward Christensen for CP/M systems in the 
  339.      late '70s and now the basic standard for error-detected data transfer.
  340.      Xmodem is  the most popular protocol in use today, but it is slowly being
  341.      replaced by quicker and more reliable protocols. Error checking is a
  342.      checksum or a the Cyclic Redundancy Check. The Xmodem protocol requires a
  343.      setup of no parity, 8 data bits, and 1 stop bit. While sending a file,
  344.      Xmodem always uses a 128 byte block.
  345.  
  346. XON/XOFF: Protocol for controlling the flow of data. If you dial into a 
  347.      timesharing system in which many users simultaneously use the same comput-
  348.      er and if the system is about to overflow, it will send an XOFF character
  349.      to your computer. The XON character will be sent to you when the system is
  350.      ready to receive again.
  351.  
  352. Ymodem-G: This protocol is a variation on Batch Ymodem. It achieves very high 
  353.      transfer rates by sending blocks one after another without waiting for
  354.      acknowledgement. This however means that an error-free link such as an
  355.      error-correcting modem or null modem cable between two computers is
  356.      needed. If an error is detected by the receiver, the transfer is aborted.
  357.      It allows transferring multiple files.
  358.  
  359. Ymodem:   This is a variation of the Xmodem which uses blocks that may be 128 
  360.      bytes or 1024 bytes in size and keeps the correct name, size, and date.
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372. Zmodem:   This advanced protocol is both fast and reliable, and offers many 
  373.      features. Zmodem can transfer a group of files in one batch, while keeping
  374.      the exact file size and dates. Zmodem detects and recovers from errors
  375.      quickly. The Zmodem Recovery feature can resume an interrupted transfer.
  376.  
  377.