Difference between revisions of "Internet"

From Computer History Wiki
Jump to: navigation, search
m (Fix links)
(Add a brief history of the creation)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Internet''' (note the capital 'I'; just as there are 'white houses', but only one 'White House', there are many 'internets', but only one 'Internet') is the world's dominant information network.
+
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 above 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 [[data network|network]].
  
Its most important technical consituent is the [[Internet Protocol]], a [[protocol]] which offers direct [[datagram]] carriage across the entire network, providing an unreliable service which makes no guarantees that [[packet]]s will not be damaged, delayed, duplicated or re-ordered. This lack of any delivery guarantees makes the job, and implementation, of the [[packet switch]]es that form the lowest layer of the networking infrastructure (along with the [[physical network]]s that connect them) '''''much''''' simpler.
+
It uses the [[TCP/IP]] [[protocol suite]] for communication.
  
This means that it is the job of the protocols above the [[internetworking layer]] to ensure reliable data carriage on an [[end to end]] basis; these do so using [[sequence number]]s, [[timeout]]s, and [[retransmission]].
+
What later became today's Internet was started (in the late 1970's) as an experiment in having computers communicate across an internet of multiple disparate [[physical network]]s; [[Defense Advanced Research Projects Agency|DARPA]] back then didn't really fund operational systems, just research that would produce things likely to be of interest to the military. A big step was in January, 1986, when the DoD mandated that the [[ARPANET]] (at that point, the dominant [[wide area network]] among US academic institutions) convert from the [[Network Control Protocol|NCP]] protocol suite to TCP/IP. After several years of that (in 1990 or so), as [[local area network|LANs]] started to appear in organizations of all types (educational, research, business, etc), people decided it would be good to hook them all together so they could interact using the network; this led to the next stage of the nascent Internet. After that, [[social media]] companies got started, and that led to basically everyone starting to use it.
  
==History==
+
It is to some degree a direct descendant of the ground-breaking ARPANET, but only in the senses that i) its early dominant [[application protocol]]s ([[TELNET]], [[FTP]], and [[email]]) were direct clones of those of the ARPANET; ii) that the technical community which created it was an overlap/descendant of the one which produced the ARPANET; and iii) that the document series which specifies the [[protocol]]s (the [[Request for Comments]] series) is a continuous whole. (See the TCP/IP article for more on TCP/IP's technical antecedents.)
  
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; and that the technical community which created it was an overlap/descendant of the one that produced the ARPANET.
+
==See also==
  
At its bottom layers, the Internet is to some degree ''sui generis'', although it was heavily influenced by the ground-breaking [[CYCLADES]] network.
+
* [[Internet Engineering Task Force]]
 +
* [[TCP and Internet Meetings]]
 +
 
 +
==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==
 +
 
 +
* [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]
 +
* [https://www.internetsociety.org/internet/history-internet/brief-history-internet/ <!-- https://web.archive.org/web/20190109070004/http://packet.cc/history-files/Brief-History.html --> A Brief History of the Internet]
 +
* [http://www.ictconsulting.ch/reports/European-Research-Internet-History.pdf The “hidden” Prehistory of European Research Networking] - A wonderfully detailed history of the spread of the Internet in Europe
 +
* [http://www.columbia.edu/~hauben/netbook/ Netizens: On the History and Impact of the Net]
 +
* [https://computerhistory.org/blog/born-in-a-van-happy-40th-birthday-to-the-internet/ Born in a Van: Happy 40th Birthday to the Internet!] - spells 'Internet' incorrectly, but otherwise pretty good
 +
 
 +
[[Category: Internet]]

Latest revision as of 14:53, 10 December 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 above 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.

What later became today's Internet was started (in the late 1970's) as an experiment in having computers communicate across an internet of multiple disparate physical networks; DARPA back then didn't really fund operational systems, just research that would produce things likely to be of interest to the military. A big step was in January, 1986, when the DoD mandated that the ARPANET (at that point, the dominant wide area network among US academic institutions) convert from the NCP protocol suite to TCP/IP. After several years of that (in 1990 or so), as LANs started to appear in organizations of all types (educational, research, business, etc), people decided it would be good to hook them all together so they could interact using the network; this led to the next stage of the nascent Internet. After that, social media companies got started, and that led to basically everyone starting to use it.

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

See also

Further reading

External links