home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zr245l1.zip / ZYRION.WHY < prev   
Text File  |  1992-11-24  |  4KB  |  151 lines

  1. Draft 111092
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.                                 Why ZyRion<Tm>
  32.  
  33.      Released By DreamScape "Another break in the wall of Communications"
  34.      Copyright 1990,91,92 By International Communication Research Holland
  35.  
  36.                        ZyRion Version 2.45.1.0  [ Level-1 ]
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. INTRO PROTOCOLS
  49. ---------------
  50.  
  51. Asynchronous communications, refers to serial data transfers characterized
  52. by irregular transmission of data segments.
  53.  
  54. This form of data link control is character-oriented-each set of data bits
  55. transmitted constitutes one character and each character is provided with
  56. its own framing data.
  57.  
  58. A start bit and a stop bit frame the character's data bits and act as sync -
  59. flags for the receiving device.
  60.  
  61. After receiving a start bit, the receiving device must be able to accuratly
  62. measure a total of NINE bits (eight data bits and a stop bit) to determine
  63. whether each is a logical 1 or 0.
  64.  
  65. Because of this character-by-character resynchronization, Asynchronous com-
  66. munication allows some tolerance for inaccuracies between the clocks of the
  67. transmitter and receiver.
  68.  
  69. Many Asynchronous protocols are on the marked today, and ALL using the method
  70. above plus as check between each Block CRC either 16 or 32 bits.
  71.  
  72. The best one was a while ago "XMODEM", and still you'll find this public domain
  73. protocol on a lot BBS systems.
  74.  
  75. ZMODEM is the lead protocol today, while before XMODEM was the lead protocol -
  76. for the past.
  77.  
  78. A lot programmers in communication have try to break the baricade "extra bits"
  79. and  compression was the  only way to get the  job  done, IF  a  file  can  be
  80. compressed it will look faster, since the time frame has been changed, compared
  81. with the filesize and normal time.
  82.  
  83. But what about files that can't be compressed any futher?
  84.  
  85.  
  86.  
  87.  
  88. ZYRION WHY?
  89. -----------
  90.  
  91. So as I said before, First XMODEM, then ZMODEM and now ZYRION "Why NOT?"!
  92. ZyRion uses a complete other method then only compression, it works like
  93. a ASCII to internal matrix DFC code translator.
  94.  
  95. In simple words so you can understand this ZyRion will send a byte that has
  96. a complete other binary code, depended on wich character the size from each
  97. byte.
  98.  
  99. Some times one byte is only 5 bits long, sometimes its 6 or 8 bits long,  -
  100. ofcource you need to add the stop and start bit so one complete data segment
  101. is between 7 and 10 bits, you'll understand that the througput without RLE
  102. or compression is still high enough to handle complete compressed files.
  103.  
  104. And IF a file can be compressed ZyRion will use also compression!
  105.  
  106. Five years of research and the result is DFC a new standard for CRC and Bit
  107. code translation, this makes ZyRion FAST, even so fast that the data will be
  108. checked at 64 bits level!
  109.  
  110. ZyRion uses also TimeSync Framed access to stay in sync with the receiver, -
  111. even if the two links are "delayed" because long distance calls or whatsoever.
  112.  
  113. Maybe you'll NOT understand all above, but in short ZyRion is reliable and  -
  114. fast, and that is our goal!
  115.  
  116. NOT to make fancy protocols with chat and so on, Please people it is your  -
  117. money, its your time, each minute, second counts, special on LD Calls agree?
  118. So therefore ZyRion.
  119.  
  120. Be logical, there are games enough to play with, think about your phone  -
  121. bill!
  122.  
  123. One of our testers asked me, how can I tell my users to register ZyRion?
  124. They using ZModem, "GSZ,DSZ" and thats for free.
  125.  
  126. Wrong, "GSZ,DSZ,YAM,GYAM" is NOT for free, but the most people don't pay -
  127. for it, thats an complete other story don't you think so?
  128.  
  129. I did, I payed for ProYam, and it is a PERFECT communication tool!
  130.  
  131. And IF you want that programmers like myself, and a lot other programmers   -
  132. proceed to make your live easy in communication, Please consider registrations,
  133. you need to pay your phone bill aswell IF NOT You'll be disconnected.
  134.  
  135.  
  136.  
  137.       ╔══════════════╗
  138.       ║  ╔════════╗  ║
  139.       ║  ║        ║  ║
  140.       ╚══╝        ╚══╝
  141.        A message From
  142.  Frans Lupschen programmer for
  143.  International Communication
  144.           Research
  145.       ╔══╗        ╔══╗
  146.       ║  ║        ║  ║
  147.       ║  ╚════════╝  ║
  148.       ╚══════════════╝
  149.  
  150.  
  151.