Network Daemons  «Prev 

Network News Transfer Protocol (NNTP)

NNTP is used to transfer Usenet news between machines. The corresponding daemon process is usually called nntpd.
The (NNTP) Network News Transfer Protocol is an Internet application protocol used for transporting Usenet news articles (netnews) between news servers and for reading and posting articles by end user client applications. Brian Kantor of the University of California, San Diego and Phil Lapsley of the University of California, Berkeley authored RFC 977, the specification for the Network News Transfer Protocol, in March 1986. Other contributors included Stan O. Barber from the Baylor College of Medicine and Erik Fair of Apple Computer.

History of NNTP

The (NNTP) Network News Transfer Protocol is an application protocol used for transporting Usenet news articles (netnews) between news servers and for reading and posting articles by end user client applications.
  1. Brian Kantor of the University of California, San Diego and
  2. Phil Lapsley of the University of California, Berkeley
authored the RFC 977, which is the specification for the Network News Transfer Protocol in March of 1986.
Other contributors included Stan O. Barber from the Baylor College of Medicine and Erik Fair of Apple Computer. Usenet was originally designed based on the UUCP network, with most article transfers taking place over direct point-to-point telephone links between news servers, which were powerful time-sharing systems. Readers and posters logged into these computers reading the articles directly from the local disk.
As local area networks and Internet participation proliferated, it became desirable to allow newsreaders to be run on personal computers connected to local networks. It resembled the Simple Mail Transfer Protocol (SMTP), but was tailored for exchanging newsgroup articles.
A newsreader, also known as a news client, is a software application that reads articles on Usenet, either directly from the news server's disks or via the NNTP. The well-known TCP port 119 is reserved for NNTP. Well-known TCP port 433 (NNSP) may be used when doing a bulk transfer of articles from one server to another. When clients connect to a news server with Transport Layer Security (TLS), TCP port 563 is often used amd is sometimes referred to as NNTPS. Alternatively, a plain-text connection over port 119 may be changed to use TLS via the STARTTLS command.
In October 2006, the IETF released RFC 3977 which updates NNTP and codifies many of the additions made over the years since RFC 977. At the same time, the IETF also released RFC 4642 which specifies the use of Transport Layer Security (TLS) via NNTP over STARTTLS.