Difference between revisions of "Internet"

From Computer History Wiki
Jump to: navigation, search
m (Fix links)
m (typo)
(2 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 'white houses', but only one 'White House', there are many 'internets' - the short form of the term [[internetwork]] - but only one 'Internet') is the world's dominant information 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.
+
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 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]].
+
This lack of any delivery guarantees makes the job, and implementation, of [[router]]s, the [[packet switch]]es that form the lowest layer of the networking infrastructure (along with the [[physical network]]s that connect them), '''''much''''' simpler.
 +
 
 +
This means that it is the job of the protocols above the [[internetworking layer]] in the [[TCP/IP]] [[protocol suite]] (the protocol family used in the Internet) to ensure reliable data carriage on an [[end to end]] basis; these do so using [[sequence number]]s, [[timeout]]s, and [[retransmission]].
  
 
==History==
 
==History==
Line 10: Line 12:
  
 
At its bottom layers, the Internet is to some degree ''sui generis'', although it was heavily influenced by the ground-breaking [[CYCLADES]] network.
 
At its bottom layers, the Internet is to some degree ''sui generis'', although it was heavily influenced by the ground-breaking [[CYCLADES]] network.
 +
 +
[[Category: Networking]]

Revision as of 23:48, 12 June 2018

The Internet (note the capital 'I'; just as there are 'white houses', but only one 'White House', there are many 'internets' - the short form of the term internetwork - but only one 'Internet') is the world's dominant information 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 packets will not be damaged, delayed, duplicated or re-ordered.

This lack of any delivery guarantees makes the job, and implementation, of routers, the packet switches that form the lowest layer of the networking infrastructure (along with the physical networks that connect them), much simpler.

This means that it is the job of the protocols above the internetworking layer in the TCP/IP protocol suite (the protocol family used in the Internet) to ensure reliable data carriage on an end to end basis; these do so using sequence numbers, timeouts, and retransmission.

History

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.

At its bottom layers, the Internet is to some degree sui generis, although it was heavily influenced by the ground-breaking CYCLADES network.