Difference between revisions of "Usenet"

From NetHackWiki
Jump to navigation Jump to search
(Rewrite the first sentence. Usenet was developed independently of the Internet. NNTP was not the first transport protocol, either, but I will let that go for now.)
(Delinkify comp.sources.games, rec.games.hack. Linkify NNTP. Fix redlinks. http -> https. update external link to meatball wiki.)
Line 1: Line 1:
 
{{wikipedia|Usenet}}
 
{{wikipedia|Usenet}}
  
'''Usenet''' is one of the oldest distributed computer communications networks. It consists of discussion groups called "newsgroups", in which servers propagate messages in a peer-to-peer fashion, and clients connect to servers to read and post to newsgroups. Communication (both client and server) takes place via ''Network News Transfer Protocol'', or NNTP, an application-layer protocol analogous to but different (and older) than the ubiquitous [[Wikipedia:HTTP|HyperText Transfer Protocol]], aka HTTP.
+
'''Usenet''' is one of the oldest distributed computer communications networks. It consists of discussion groups called "newsgroups", in which servers propagate messages in a peer-to-peer fashion, and clients connect to servers to read and post to newsgroups. Communication (both client and server) takes place via [[Wikipedia:NNTP|Network News Transfer Protocol]], or NNTP, an application-layer protocol analogous to but different (and older) than the ubiquitous [[Wikipedia:HTTP|HyperText Transfer Protocol]], aka HTTP.
  
Access to Usenet is normally tolled. If you pay a fee, you may purchase real NNTP access to a Usenet server, and connect your own client software (and trade large files at binary groups). Many Usenet participants are stuck using free methods like http://groups.google.com to read and post.
+
Access to Usenet is normally tolled. If you pay a fee, you may purchase real NNTP access to a Usenet server, and connect your own client software (and trade large files at binary groups). Many Usenet participants are stuck using free methods like https://groups.google.com to read and post.
  
 
== Usenet hierarchy ==
 
== Usenet hierarchy ==
Line 10: Line 10:
 
* comp.
 
* comp.
 
** comp.sources.
 
** comp.sources.
*** [[comp.sources.games]]
+
*** comp.sources.games
 
* rec.
 
* rec.
 
** rec.games.
 
** rec.games.
*** [[rec.games.hack]] (obsolete)
+
*** rec.games.hack (obsolete)
 
*** rec.games.roguelike.
 
*** rec.games.roguelike.
 
**** [[rec.games.roguelike.nethack]]
 
**** [[rec.games.roguelike.nethack]]
Line 21: Line 21:
  
 
== External links ==
 
== External links ==
* [[Meatball:UseNet]]
+
* http://meatballwiki.org/wiki/UseNet
  
 
[[Category:Community]]
 
[[Category:Community]]

Revision as of 01:22, 18 June 2024

Usenet is one of the oldest distributed computer communications networks. It consists of discussion groups called "newsgroups", in which servers propagate messages in a peer-to-peer fashion, and clients connect to servers to read and post to newsgroups. Communication (both client and server) takes place via Network News Transfer Protocol, or NNTP, an application-layer protocol analogous to but different (and older) than the ubiquitous HyperText Transfer Protocol, aka HTTP.

Access to Usenet is normally tolled. If you pay a fee, you may purchase real NNTP access to a Usenet server, and connect your own client software (and trade large files at binary groups). Many Usenet participants are stuck using free methods like https://groups.google.com to read and post.

Usenet hierarchy

The tree listed here is restricted to those groups, past or present, that have some substantial connection to NetHack. The full Usenet hierarchy is of course much vaster than this.

  • comp.
    • comp.sources.
      • comp.sources.games
  • rec.
  • net. (obsolete; see Great Renaming. All known versions of Hack were posted here)
    • net.sources.
      • net.sources.games

External links