home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / n_z / nia016.hac < prev    next >
Encoding:
Text File  |  2003-06-11  |  13.2 KB  |  243 lines

  1.  ┌──────────────────┐ ╔═══════════════════════════════╗ ┌──────────────────┐
  2.  │   Founded By:    │ ║  Network Information Access   ║ │   Founded By:    │
  3.  │ Guardian Of Time │─║            16APR90            ║─│ Guardian Of Time │
  4.  │   Judge Dredd    │ ║          Judge Dredd          ║ │   Judge Dredd    │
  5.  └────────┬─────────┘ ║            File 16            ║ └─────────┬────────┘
  6.           │           ╚═══════════════════════════════╝           │
  7.           │                 ╔═══════════════════╗                 │
  8.           └─────────────────║  USENET: BASICS   ║─────────────────┘
  9.                             ╚═══════════════════╝
  10.  
  11. What is USENET? what is BITNET?  Why do Phrack and P/HUN mention them so much?
  12. Well, for the begginer, here is a history nad a basic working of USENET.  If
  13. you have any questions in regard, please contact spaf@purdue (Gene Spafford).
  14.  
  15. Currently, Usenet readers interact with the news using a number of
  16. software packages and programs.  This article mentions the important
  17. ones and a little of their history, gives pointers where you can look
  18. for more information and ends with some special notes about "foreign"
  19. and "obsolete" software.  At the very end is a list of sites from which
  20. current versions of the Usenet software may be obtained.
  21.  
  22. $_History
  23.  
  24. Usenet came into being in late 1979, shortly after the release of V7
  25. Unix with UUCP.  Two Duke University grad students in North Carolina,
  26. Tom Truscott and Jim Ellis, thought of hooking computers together to
  27. exchange information with the Unix community.  Steve Bellovin, a grad
  28. student at the University of North Carolina, put together the first
  29. version of the news software using shell scripts and installed it on
  30. the first two sites: "unc" and "duke." At the beginning of 1980 the
  31. network consisted of those two sites and "phs" (another machine at
  32. Duke), and was described at the January Usenix conference.  Steve
  33. Bellovin later rewrote the scripts into C programs, but they were never
  34. released beyond "unc" and "duke." Shortly thereafter, Steve Daniel did
  35. another implementation in C for public distribution.  Tom Truscott made
  36. further modifications, and this became the "A" news release.
  37.  
  38. In 1981 at U. C. Berkeley, grad student Mark Horton and high school
  39. student Matt Glickman rewrote the news software to add functionality
  40. and to cope with the ever increasing volume of news -- "A" news was
  41. intended for under 100 sites and only a few articles per group per
  42. day.  This rewrite was the "B" news version.  The first public release
  43. was version 2.1 in 1982; the 1.* versions were all beta test.  As the
  44. net grew, the news software was expanded and modified.  The last
  45. version maintained and released primarily by Mark was 2.10.1.
  46.  
  47. Rick Adams, at the Center for Seismic Studies, took over coordination
  48. of the maintenance and enhancement of the news software with the 2.10.2
  49. release in 1984.  By this time, the increasing volume of news was
  50. becoming a concern, and the mechanism for moderated groups was added to
  51. the software at 2.10.2.  Moderated groups were inspired by ARPA mailing
  52. lists and experience with other bulletin board systems.  In late 1986,
  53. version 2.11 of news was released, including a number of changes to
  54. support a new naming structure for newsgroups, enhanced batching and
  55. compression,  enhanced ihave/sendme control messages, and other features.
  56.  
  57. The current release of news is 2.11, patchlevel 19.  Article format is
  58. specified in RFC 1036, last revised in December 1987 (a version is
  59. distributed with the news software).
  60.    {An aside about RFCs:  a RFC is a Request For Comment, a de-facto
  61.    standard in the Internet Community.  It is a form of published
  62.    software standard, done through the Network Information Center (NIC)
  63.    at SRI.  Copies of RFCs are often posted to the net and obtainable
  64.    from archive sites.}
  65.  
  66. A new version of news, becoming known as "C" news, has been developed
  67. at the University of Toronto by Geoff Collyer and Henry Spencer.  This
  68. version is a rewrite of the lowest levels of news to increase article
  69. processing speed, decrease article expiration processing and improve
  70. the reliability of the news system through better locking, etc.  The
  71. package was released to the net in the autumn of 1987.  For more
  72. information, see the paper "News Need Not Be Slow," published in The
  73. Winter 1987 Usenix Technical Conference proceedings.
  74.  
  75. Two popular screen-oriented news reading interfaces have been developed
  76. in the last few years to replace the traditional "readnews" interface.
  77. The first of these was "vnews" and it was written by Kenneth Almquist.
  78. "vnews" provides a "readnews"-like command interface, but displays
  79. articles using direct screen positioning.  It appears to have been
  80. inspired, to some extent, by the "notes" system (described below).
  81. "vnews" is currently distributed with the standard 2.11 news source.
  82.  
  83. A second, more versatile interface, "rn", was developed by Larry Wall
  84. now of JPL/NASA and released in 1984.  This interface also uses
  85. full-screen display with direct positioning, but it includes many other
  86. useful features and is very popular with many regular net readers. The
  87. interface includes reading, discarding, and/or processing of articles
  88. based on user-definable patterns, the ability to follow "threads of
  89. discussions" in newsgroups, and the ability of the user to develop
  90. customized macros for display and keyboard interaction.  "rn" is
  91. currently at release 4.3, patchlevel 40, with a major re-release under
  92. development.  "rn" is not provided with the standard news software
  93. release, but is very widely available due to its popularity.
  94.  
  95. xrn is an X11-based interface to NNTP that was written by Rick
  96. Spickelmier and Ellen Sentovich (UC Berkeley).  The current version is
  97. 6.2.  xrn supports many features, including sorting by subject,
  98. user-settable key bindings, graceful handling of NNTP server crashes,
  99. and many of the features of rn (including KILL files and key bindings
  100. similar to rn).  xrn is actively supported by the authors with bug
  101. fixing and feature addition support from many of the users.  xrn can
  102. be retrieved from most of the popular FTP sites (gatekeeper.dec.com,
  103. uunet.uu.net, expo.lcs.mit.edu) and is on the X11R4 distribution from
  104. MIT (in the contrib section).
  105.  
  106. There are two popular macro packages named "GNUs" and "Gnews" that can
  107. be used with the GNU Emacs text editor.  These allow reading, replying,
  108. and posting interaction with the news from inside the Emacs text
  109. editor.  Client code exists to get the articles using NNTP rather than
  110. from a local disk.  Copies can be found on most archive sites that
  111. carry the GNU archives.
  112.  
  113. "notes" is a software package popular at some sites.  It uses a
  114. different internal organization of articles, and a different
  115. interchange format than that of the standard Usenet software.  It was
  116. inspired by the notesfiles available in the PLATO system and was
  117. developed independently from the Usenet news.  Eventually, the "notes"
  118. network and Usenet were joined via gateways doing (sometimes imperfect)
  119. protocol translation. The interface for "notes" is similar to "rn" but
  120. implements different features, many of which are dictated by its
  121. internal organization.  "notes" was written in 1980-1981 by Ray Essick
  122. and Rob Kolstad, (then) grad students at the University of Illinois at
  123. Urbana-Champaign.  The first public release of "notes" was at the
  124. January 1982 Usenix conference.  The current release of notes is
  125. version 1.7. 
  126.  
  127. In March 1986 a package was released implementing news transmission,
  128. posting, and reading using the Network News Transfer Protocol (NNTP)
  129. (as specified in RFC 977).  This protocol allows hosts to exchange
  130. articles via TCP/IP connections rather than using the traditional
  131. uucp.  It also permits users to read and post news (using a modified
  132. version of "rn" or other user agents) from machines which cannot or
  133. choose not to install the USENET news software.  Reading and posting are
  134. done using TCP/IP messages to a server host which does run the USENET
  135. software.  Sites which have many workstations like the Sun and Apollo
  136. products find this a convenient way to allow workstation users to read
  137. news without having to store articles on each system.  Many of the
  138. Usenet hosts that are also on the Internet exchange news articles using
  139. NNTP because the load impact of NNTP is much lower than uucp (and NNTP
  140. ensures much faster propagation).
  141.  
  142. NNTP grew out of independent work in 1984-1985 by Brian Kantor at U.
  143. C.  San Diego and Phil Lapsley at U. C. Berkeley.  It is now in
  144. release 1.5, and includes support for System V UNIX with Excelan
  145. Ethernet cards and DECNET under Ultrix.  NNTP was developed at U. C.
  146. Berkeley by Phil Lapsley with help from Erik Fair, Steven Grady, and
  147. Mike Meyer, among others.  The NNTP package is distributed on the
  148. 4.3BSD release tape (although that is version 1.2a and out-of-date)
  149. and is also available from the various authors, many major hosts, and
  150. by anonymous FTP from ucbvax, ucsd, and gatech.  Reader clients for
  151. VMS systems should be available soon.  A TOPS-20 reader was developed
  152. by Dave Edwards of SRI <dle@kl.sri.com>, but current availability is
  153. unknown.  There is also an NNTP-based netnews reader for Symbolics
  154. Lisp Machines (under Genera 7) available for anonymous FTP from
  155. ucbvax.berkeley.edu [10.2.0.78] in pub/nntp-clients/lispm written by
  156. Ian Connolly <connolly@coins.cs.umass.edu> and maintained by Richard
  157. Welty <welty@lewis.crd.ge.com>.  An NNTP reader suite for PC's running
  158. MS-DOS and having Excelan boards is available for ftp from
  159. ames.arc.nasa.gov; get the pcrrn files.
  160.  
  161. At least one IBM VM/SP (CMS) version of the Usenet software is
  162. available.  Interested parties should contact Irwin Tillman of
  163. Princeton University (irwin@pucc.princeton.edu or irwin@pucc.bitnet)
  164. for details.  Another version may also be available from Bill Verity at
  165. Penn State (whv@psuvm.bitnet).
  166.  
  167. A VAX/VMS implementation is available that implements a screen-based
  168. user interface with the functionality similar to rn. The program allows
  169. reading, posting, direct replies, moderated newsgroups, etc.  in a
  170. fashion closely related to regular news.  The implementation includes
  171. the RFC1036 news propagation algorithms and integrated use of the NNTP
  172. protocols to support remote news servers, implemented as a VAX/VMS
  173. Decnet object.  A RFC977 server implemented as a Decnet object is also
  174. included.  The license for the software is free, and there are no
  175. restrictions on the re-distribution.  For more info, contact
  176. gih900@fac.anu.oz.au (Geoff Huston).
  177.  
  178.  
  179. $_Special note on "notes" and pre-2.11 news
  180.  
  181. Users of these systems may note problems in their interactions with the
  182. Usenet.  In particular, postings may be made by "notes" users to
  183. moderated groups but they will not usually propagate throughout the
  184. entire Usenet.  The same may happen to users of old B news software.
  185.  
  186. Users of "notes" or old B news software wishing to post to moderated
  187. groups should either mail their submissions to the moderator, as listed
  188. in the monthly posting of "List of Moderators" in the group
  189. "news.lists", or else they should post from a system running up-to-date
  190. B news software (i.e., 2.11).  "notes" users may obtain some patches
  191. from the comp.sources.unix archives which enable recent versions of
  192. "notes" to interact with moderated groups properly.
  193.  
  194. Users of old B news and "notes" are also not able to take advantage of
  195. some other current B news features, such as the "checkgroups" message.
  196. "notes" continues to be a "foreign" system, and B news versions before
  197. 2.10.2 are considered "obsolete."  The various maintainers of the
  198. Usenet software have never expressed any commitment to maintain
  199. backwards compatibility with "foreign" or obsolete news systems and are
  200. unlikely to do so;  it is the responsibility of the users to maintain
  201. compatibility of such software if they wish to continue to interact
  202. with the Usenet.
  203.  
  204.  
  205. $_Software versions & availability
  206.  
  207. You can obtain the version number of your news software by issuing the
  208. "v" command in either "vnews" or "readnews."  "rn" version is
  209. obtainable by typing the "v" command to the top level prompt -- it
  210. should currently be 4.3.1.4.
  211.  
  212. Current software is obtainable from almost any major Usenet site.
  213. Source to the 'rn' newsreader program is also widely available.
  214.  
  215. The following sites have sources to the current news software available
  216. for anyone needing a copy:
  217.  
  218.         Site        Contact
  219.         ----        -------
  220.         attctc        postmaster@attctc.dallas.tx.us
  221.         ncar        woods@ncar.ucar.edu
  222.         mirror        usenet@mirror.tmc.com
  223.         munnari        kre@munnari.oz.au
  224.         osu-cis        postmaster@tut.cis.ohio-state.edu
  225.         philabs        usenet@philabs.philips.com
  226.         pyramid        usenet@pyramid.com
  227.         rutgers        usenet@rutgers.edu
  228.         tektronix    news@tektronix.tek.com
  229.         watmath        usenet@watmath.waterloo.edu
  230.  
  231. Sources for both news 2.11 and "rn" are also available in the
  232. comp.sources.unix archives.  European sites should request the sources
  233. from their nearest Eunet backbone site.
  234.  
  235. $_Acknowledgements
  236.  
  237. The preparation of this article (and Usenet itself!) was greatly
  238. enhanced by the contributions and assistance of the following persons:
  239. Steve Bellovin, Ray Essick, Mark Horton, Brian Kantor, Phil Lapsley,
  240. Bob Page, Tom Truscott, Larry Wall, and Thanks, folks.
  241.  
  242. [OTHER WORLD BBS]
  243.