Usenet group
   HOME

TheInfoList



OR:

A Usenet newsgroup is a
repository Repository may refer to: Archives and online databases * Content repository, a database with an associated set of data management tools, allowing application-independent access to the content * Disciplinary repository (or subject repository), an ...
usually within the
Usenet Usenet () is a worldwide distributed discussion system available on computers. It was developed from the general-purpose Unix-to-Unix Copy (UUCP) dial-up network architecture. Tom Truscott and Jim Ellis conceived the idea in 1979, and it wa ...
system, for messages posted from users in different locations using the
Internet The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a '' network of networks'' that consists of private, pub ...
. They are
discussion group A discussion group is a group of individuals, typically who share a similar interest, who gather either formally or informally to discuss ideas, solve problems, or make comments. Common methods of conversing including meeting in person, conducting ...
s and are not devoted to publishing
news News is information about current events. This may be provided through many different media: word of mouth, printing, postal systems, broadcasting, electronic communication, or through the testimony of observers and witnesses to events. N ...
. Newsgroups are technically distinct from, but functionally similar to,
discussion forum An Internet forum, or message board, is an online discussion site where people can hold conversations in the form of posted messages. They differ from chat rooms in that messages are often longer than one line of text, and are at least tempora ...
s on the
World Wide Web The World Wide Web (WWW), commonly known as the Web, is an information system enabling documents and other web resources to be accessed over the Internet. Documents and downloadable media are made available to the network through web ...
. Newsreader software is used to read the content of newsgroups. Before the adoption of the
World Wide Web The World Wide Web (WWW), commonly known as the Web, is an information system enabling documents and other web resources to be accessed over the Internet. Documents and downloadable media are made available to the network through web ...
, Usenet newsgroups were among the most popular Internet services, and have retained their
noncommercial A non-commercial (also spelled noncommercial) activity is an activity that does not, in some sense, involve commerce, at least relative to similar activities that do have a commercial objective or emphasis. For example, advertising-free community ...
nature in contrast to the increasingly ad-laden web. In recent years, this form of open discussion on the Internet has lost considerable ground to individually-operated browser-accessible forums and big media
social network A social network is a social structure made up of a set of social actors (such as individuals or organizations), sets of dyadic ties, and other social interactions between actors. The social network perspective provides a set of methods for ...
s such as
Facebook Facebook is an online social media and social networking service owned by American company Meta Platforms. Founded in 2004 by Mark Zuckerberg with fellow Harvard College students and roommates Eduardo Saverin, Andrew McCollum, Dustin Mosk ...
and
Twitter Twitter is an online social media and social networking service owned and operated by American company Twitter, Inc., on which users post and interact with 280-character-long messages known as "tweets". Registered users can post, like, and ...
. Communication is facilitated by the Network News Transfer Protocol (NNTP) which allows connection to Usenet servers and data transfer over the internet. Similar to another early (yet still used) protocol SMTP which is used for email messages, NNTP allows both server-server and client-server communication. This means that newsgroups can be replicated from server to server which gives the Usenet network the ability to maintain a level of robust data persistence as a result of built-in data redundancy. However, most users will access using only the client-server commands of NNTP and in almost all cases will use a GUI for browsing as opposed to command line based client-server communication specified in the NNTP protocol.


Types

Newsgroups generally come in either of two types, binary or text. There is no technical difference between the two, but the naming differentiation allows users and servers with limited facilities to minimize network bandwidth usage. Generally, Usenet conventions and rules are enacted with the primary intention of minimizing the overall amount of network traffic and resource usage. Typically, the newsgroup is focused on a particular topic of interest. A message sent for publication on a newsgroup is called a "post". Some newsgroups allow posts on a wide variety of themes, regarding anything a member chooses to discuss as on-topic, while others keep more strictly to their particular subject, frowning on off-topic posts. The news admin (the administrator of a news server) decides how long posts are kept on their server before being expired (deleted), which is called retention. Different servers will have different retention times for the same newsgroup; some may keep posts for as little as one or two weeks, others may hold them for many years. Back when the early community was the pioneering computer society, the common habit seen with many posts was a notice at the end that disclosed whether the author had (or was free of) a personal interest (financial, political or otherwise) in making the post. This is rarer now, and the posts must be read more skeptically, as with other media. Privacy and
phishing Phishing is a type of social engineering where an attacker sends a fraudulent (e.g., spoofed, fake, or otherwise deceptive) message designed to trick a person into revealing sensitive information to the attacker or to deploy malicious softwa ...
issues have also risen in importance. The number of newsgroups grew from more than 100 as of 1983 to more than 110,000, but only 20,000 or so of those are active. Newsgroups vary in popularity; some newsgroups receive fewer than a dozen posts per year while the most popular can get several thousand in under an hour.


Binary

While newsgroups were not created with the intention of distributing files such as pictures, sound and video, they have proven to be quite effective for this. Because newsgroups are widely distributed, a file uploaded once will be spread to many other servers and can then be downloaded by an unlimited number of users. More useful is that users download from a local news server, rather than from a more distant machine with perhaps limited connectivity, as may be the case with
peer-to-peer Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the network. They are said to form a peer-to-peer ...
technology. In fact, this is another benefit of newsgroups: it is usually not expected that users share. If every user makes uploads then the servers would be flooded; thus it is acceptable and often encouraged for users to just leech. There were originally a number of obstacles to the transfer of binary files over Usenet. Usenet was originally designed with the transmission of text in mind, and so the encoding of posts caused losses in binary data where the data was not part of the protocol's
character set Character encoding is the process of assigning numbers to graphical characters, especially the written characters of human language, allowing them to be stored, transmitted, and transformed using digital computers. The numerical values tha ...
. Consequently, for a long while, it was impossible to send binary data as such. As workarounds,
codec A codec is a device or computer program that encodes or decodes a data stream or signal. ''Codec'' is a portmanteau of coder/decoder. In electronic communications, an endec is a device that acts as both an encoder and a decoder on a signal or ...
s such as Uuencode and later
Base64 In computer programming, Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in sequences of 24 bits that can be represented by four 6-bit Base64 digits. Common to all bina ...
and
yEnc yEnc is a binary-to-text encoding scheme for transferring binary files in messages on Usenet or via e-mail. It reduces the overhead over previous US-ASCII-based encoding methods by using an 8-bit encoding method. yEnc's overhead is often (if ea ...
were developed which encoded the binary data from the files to be transmitted (e.g. sound or video files) to text characters which would survive transmission over Usenet. At the receiver's end, the data needed to be decoded by the user's news client. Additionally, there was a limit on the size of individual posts so that large files could not be sent as single posts. To get around this, Newsreaders were developed which were able to split long files into several posts. Intelligent newsreaders at the other end could then automatically group such split files into single files, allowing the user to easily retrieve the file. These advances have meant that Usenet is used to send and receive many
terabytes The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable uni ...
of files per day. There are two main issues that pose problems for transmitting large files over newsgroups. The first is
completion rate A Usenet newsgroup is a repository usually within the Usenet system, for messages posted from users in different locations using the Internet. They are discussion groups and are not devoted to publishing news. Newsgroups are technically distinc ...
s and the other is
retention rate The term "retention rate" is used in a variety of fields, including marketing, investing, education, in the workplace and in clinical trials. Maintaining retention in each of these fields often results in a positive outcome for the overall organiz ...
s. The business of premium news servers is generated primarily on their ability to offer superior completion and retention rates, as well as their ability to offer very fast connections to users. Completion rates are significant when users wish to download large files that are split into pieces; if any one piece is missing, it is impossible to successfully download and reassemble the desired file. To work around the problem, a redundancy scheme known as
Parchive Parchive (a portmanteau of parity archive, and formally known as Parity Volume Set Specification) is an erasure code system that produces par files for checksum verification of data integrity, with the capability to perform data recovery operatio ...
(PAR) is commonly used. Major news servers have a retention time of more than 7 years. A number of websites exist to keep an index of files posted to binary newsgroups. Partly because of such long retention times, as well as growing
upload Uploading refers to ''transmitting'' data from one computer system to another through means of a network. Common methods of uploading include: uploading via web browsers, FTP clients], and computer terminal, terminals ( SCP/ SFTP). Uploadin ...
ing and
download In computer networks, download means to ''receive'' data from a remote system, typically a server such as a web server, an FTP server, an email server, or other similar system. This contrasts with uploading, where data is ''sent to'' a remote ...
ing speeds, Usenet is also used by individuals to store backup data in a practice called ''Usenet backup'', or uBackup. While commercial providers offer easier-to-use
online backup services A remote, online, or managed backup service, sometimes marketed as cloud backup or backup-as-a-service, is a service that provides users with a system for the backup, storage, and recovery of computer files. Online backup providers are companies ...
, storing data on Usenet is free of charge (although access to Usenet itself may not be). A user must manually select, prepare and upload the data. Because anyone can download the backup files, the data is typically
encrypted In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can deci ...
. After the files are uploaded, the uploader has no control over them; they are automatically distributed to all Usenet providers that subscribe to the newsgroup they are uploaded to, so there will be copies of them spread all around the world.


Moderated newsgroups

Most Newsgroups are not moderated. A moderated newsgroup has one or more individuals who must approve posts before they are published. A separate address is used to submit posts and the moderators then propagate those they approve of. The first moderated newsgroups appeared in 1984 under mod.* according to
RFC 2235 RFC may refer to: Computing * Request for Comments, a memorandum on Internet standards * Request for change, change management * Remote Function Call, in SAP computer systems * Rhye's and Fall of Civilization, a modification for Sid Meier's Civ ...
, "Hobbes' Internet Timeline".


Distribution

Transmission within and at the bounds of the network uses the Network News Transfer Protocol (NNTP) (Internet standard RFC 3977 of 2006, updating RFC 977 of 1986). Newsgroup servers are hosted by various organizations and institutions. Most Internet service providers host their own news servers, or rent access to one, for their subscribers. There are also a number of companies who sell access to premium news servers. Every host of a news server maintains agreements with other nearby news servers to synchronize regularly. In this way news servers form a redundant network. When a user posts to one news server, the post is stored locally. That server then shares posts with the servers that are connected to it for those newsgroups they both carry. Those servers do likewise, propagating the posts through the network. For newsgroups that are not widely carried, sometimes a carrier group is used for
crossposting Crossposting is the act of posting the same message to multiple information channels; forums, mailing lists, or newsgroups. This is distinct from multiposting, which is the posting of separate identical messages, individually, to each channel, ( ...
to aid distribution. This is typically only useful for groups that have been removed or newer ''alt.*'' groups. Crossposts between hierarchies, outside of the Big 8 and ''alt.*'' hierarchies, are prone to failure.


Hierarchies

Newsgroups are often arranged into ''hierarchies'', theoretically making it simpler to find related groups. The term ''top-level hierarchy'' refers to the hierarchy defined by the prefix before the first dot. The most commonly known hierarchies are the ''Usenet hierarchies''. So for instance newsgroup ''rec.arts.sf.starwars.games'' would be in the ''rec.*'' top-level Usenet hierarchy, where the asterisk (*) is defined as a
wildcard character In software, a wildcard character is a kind of placeholder represented by a single character, such as an asterisk (), which can be interpreted as a number of literal characters or an empty string. It is often used in file searches so the full na ...
. There were seven original major hierarchies of Usenet newsgroups, known as the "Big 7": *'' comp.*'' — Discussion of computer-related topics *''news.*'' — Discussion of Usenet itself *'' sci.*'' — Discussion of scientific subjects *''rec.*'' — Discussion of recreational activities (e.g. games and hobbies) *''soc.*'' — Socialising and discussion of social issues. *''talk.*'' — Discussion of contentious issues such as religion and politics. *''misc.*'' — Miscellaneous discussion—anything which does not fit in the other hierarchies. These were all created in the Great Renaming of 1986–1987, before which all of these newsgroups were in the net.* hierarchy. At that time there was a great controversy over what newsgroups should be allowed. Among those that the
Usenet cabal The backbone cabal was an informal organization of large-site news server administrators of the worldwide distributed newsgroup-based discussion system Usenet. It existed from about 1983 at least into the 2000s. The cabal was created in an effort ...
(who effectively ran the Big 7 at the time) did not allow were those concerning recipes, recreational drug use, and
sex Sex is the trait that determines whether a sexually reproducing animal or plant produces male or female gametes. Male plants and animals produce smaller mobile gametes (spermatozoa, sperm, pollen), while females produce larger ones ( ova, of ...
. This situation resulted in the creation of an ''alt.*'' (short for "alternative") Usenet hierarchy, under which these groups would be allowed. Over time, the laxness of rules on newsgroup creation in alt.* compared to the Big 7 meant that many new topics could, given time, gain enough popularity to get a Big 7 newsgroup. There was a rapid growth of alt.* as a result, and the trend continues to this day. Because of the anarchistic nature with which the groups sprang up, some jokingly referred to ALT standing for " Anarchists, Lunatics and Terrorists" (a
backronym A backronym is an acronym formed from an already existing word by expanding its letters into the words of a phrase. Backronyms may be invented with either serious or humorous intent, or they may be a type of false etymology or folk etymology. The ...
). In 1995, ''humanities.*'' was created for the discussion of the humanities (e.g. literature, philosophy), and the Big 7 became the Big 8. The ''alt.*'' hierarchy has discussion of all kinds of topics, and many hierarchies for discussion specific to a particular geographical area or in a language other than English. Before a new Big 8 newsgroup can be created, an RFD (Request For Discussion) must be posted into the newsgroup ews:news.announce.newgroups news.announce.newgroups which is then discussed in ews:news.groups.proposals news.groups.proposals Once the proposal has been formalized with a name, description, charter, the Big-8 Management Board will vote on whether to create the group. If the proposal is approved by the Big-8 Management Board, the group is created. Groups are removed in a similar manner. Creating a new group in the alt.* hierarchy is not subject to the same rules; anybody can create a newsgroup, and anybody can remove it, but most news administrators will ignore these requests unless a local user requests the group by name.


Further hierarchies

There are a number of newsgroup hierarchies outside of the Big 8 (and alt.*) that can be found on many news servers. These include non-English language groups, groups managed by companies or organizations about their products, geographic/local hierarchies, and even non-internet network boards routed into NNTP. Examples include (alphabetically): *''aus.*'' – Australian news groups *''ba.*'' – Discussion in the San Francisco Bay area *''ca.*'' – Discussion in California *''can.*'' – Canadian news groups *''cn.*'' – Chinese news groups *''chi.*'' – Discussions about the Chicago area *''de.*'' – Discussions in German *''dictator.*'' – Discussions about bad governance related to the ''Dictator's Handbook'' *''ec.*'' – Discussions about Ecuadorian culture and society *''england.*'' – Discussions (mostly) local to England, see also ''uk.*'' *''fidonet.*'' – Discussions routed from FidoNet *''fr.*'' – Discussions in French *''fj.*'' – "From Japan," discussions in Japanese *''gnu.*'' – Discussions about GNU software *''hawaii.*'' – Discussions (mostly) local to Hawaii *''hk.*'' – Hong Kong newsgroups *''hp.*'' – Hewlett-Packard internal news groups *''it.*'' – Discussions in Italian *''microsoft.*'' – Discussions about Microsoft products *''nl.*'' – Dutch news groups *''no.*'' – Norwegian news groups *''pl.*'' – Polish news groups *''tw.*'' – Taiwan news groups *''uk.*'' – Discussions on matters in the
United Kingdom The United Kingdom of Great Britain and Northern Ireland, commonly known as the United Kingdom (UK) or Britain, is a country in Europe, off the north-western coast of the European mainland, continental mainland. It comprises England, Scotlan ...
*''yale.*'' – Discussions (mostly) local to
Yale University Yale University is a Private university, private research university in New Haven, Connecticut. Established in 1701 as the Collegiate School, it is the List of Colonial Colleges, third-oldest institution of higher education in the United Sta ...
Additionally, there is the ''free.*'' hierarchy, which can be considered "more alt than alt.*". There are many local sub-hierarchies within this hierarchy, usually for specific countries or cultures (such as ''free.it.*'' for Italy).


See also

*
List of newsgroups This is a partial list of newsgroups that are significant for their popularity or their position in Usenet history. The Big-8 hierarchies These are the most widely distributed and carefully controlled newsgroup hierarchies. See Big 8 (Usenet) and ...
* List of Usenet newsreaders * ''alt.*'' hierarchy * News client *
NNTP The Network News Transfer Protocol (NNTP) is an application protocol used for transporting Usenet news articles (''netnews'') between news servers, and for reading/posting articles by the end user client applications. Brian Kantor of the Univers ...
*
News aggregator In computing, a news aggregator, also termed a feed aggregator, feed reader, news reader, RSS reader or simply an aggregator, is client software or a web application that aggregates syndicated web content such as online newspapers, blogs, ...


References


External links


The Big-8 Management Board
* {{Usenetnav Newsgroups