Difference between revisions of "Internet"

From Computer History Wiki
Jump to: navigation, search
m (External links: Better URL)
m (Further reading: Add several key meditations on the architecture)
 
Line 4: Line 4:
  
 
It is to some degree a direct descendant of the ground-breaking [[ARPANET]], but only in the sense that its early dominant [[application protocol]]s ([[TELNET]], [[FTP]], and [[email]]) were direct clones of those of the ARPANET; that the technical community which created it was an overlap/descendant of the one which produced the ARPANET; and that the document series which describes the [[protocol]]s (the [[Request for Comments]] series) is a continuous whole. (See the TCP/IP article for more on TCP/IP's antecedents.)
 
It is to some degree a direct descendant of the ground-breaking [[ARPANET]], but only in the sense that its early dominant [[application protocol]]s ([[TELNET]], [[FTP]], and [[email]]) were direct clones of those of the ARPANET; that the technical community which created it was an overlap/descendant of the one which produced the ARPANET; and that the document series which describes the [[protocol]]s (the [[Request for Comments]] series) is a continuous whole. (See the TCP/IP article for more on TCP/IP's antecedents.)
 +
 +
==Further reading==
 +
 +
* David D. Clark, [http://ccr.sigcomm.org/archive/1995/jan95/ccr-9501-clark.pdf ''The Design Philosophy of the DARPA Internet Protocols''], Proceedings SIGCOMM 1988 <!-- https://fermatslibrary.com/s/the-design-philosophy-of-the-darpa-internet-protocols https://www.cs.cmu.edu/~dga/15-849/papers/clark88design.pdf -->
 +
** David D. Clark, [https://web.mit.edu/6.033/www/papers/darpa.pdf ''The Design Philosophy of the DARPA Internet Protocols''] - later revision
 +
* Jerome H. Saltzer, David P. Reed, David D. Clark, [https://web.mit.edu/Saltzer/www/publications/endtoend/endtoend.pdf ''End-To-End Arguments in System Design''], ACM Transactions in Computer Systems, Volume 2, Number 4, November 1984, pp. 277-288 <!-- https://groups.csail.mit.edu/ana/Publications/PubPDFs/End-to-End%20Arguments%20in%20System%20Design.pdf -->
  
 
==External links==
 
==External links==
  
 +
* [https://www.rfc-editor.org/info/rfc1958 Architectural Principles of the Internet] (RFC-1958)
 +
* [https://www.chiappa.net/~jnc/tech/end_end.html Will The Real "End-End Principle" Please Stand Up?]
 
* [http://alexmckenzie.weebly.com/inwg-and-the-conception-of-the-internet-an-eyewitness-account.html INWG and the Conception of the Internet: An Eyewitness Account]
 
* [http://alexmckenzie.weebly.com/inwg-and-the-conception-of-the-internet-an-eyewitness-account.html INWG and the Conception of the Internet: An Eyewitness Account]
 
* [https://web.archive.org/web/20190109070004/http://packet.cc/history-files/Brief-History.html A Brief History of the Internet]
 
* [https://web.archive.org/web/20190109070004/http://packet.cc/history-files/Brief-History.html A Brief History of the Internet]

Latest revision as of 23:06, 19 April 2024

The Internet (note the capital 'I'; just as there are many 'white houses', but only one 'White House', there are many 'internets', but only one 'Internet' - and like the example, 'internet' and 'Internet' have different meanings, so changing the capitalization changes the meaning) is an internet (the short form of the term internetwork) which is the world's dominant information network.

It uses the TCP/IP protocol suite for communication.

It is to some degree a direct descendant of the ground-breaking ARPANET, but only in the sense that its early dominant application protocols (TELNET, FTP, and email) were direct clones of those of the ARPANET; that the technical community which created it was an overlap/descendant of the one which produced the ARPANET; and that the document series which describes the protocols (the Request for Comments series) is a continuous whole. (See the TCP/IP article for more on TCP/IP's antecedents.)

Further reading

External links