Difference between revisions of "Internet"

From Internet User Guide
Jump to: navigation, search
(Internet Software Protocols)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
The Internet is a planetary [[Computer Network]]. It is a "network of networks" consisting of millions of smaller networks connected together as an "inter-network", hence the name "Inter-net."
+
The Internet is a planetary [[computer network]]. It is a "network of networks" consisting of millions of smaller networks connected together as an "inter-network", hence the name "Inter-net."
  
A [[Computer]] connected to the Internet, called a [[Host]], can access information from a vast array of other Computers and [[Server]]s, and can send information back to them. This information travels across the Internet in the form of individual [[Data Packet]]s, which may take any number of different routes to get from their source to their destination.
+
A [[computer]] connected to the Internet, called a [[host]], can access information from a vast array of other computers and [[server]]s, and can send information back to them. This information travels across the Internet in the form of individual [[data packet]]s, which may take any number of different routes to get from their source to their destination.
  
 
The complex communications infrastructure of the Internet consists of hardware components and a system of software protocols.  
 
The complex communications infrastructure of the Internet consists of hardware components and a system of software protocols.  
  
 
==Internet Hardware Components==
 
==Internet Hardware Components==
The hardware components of the Internet include a wide range of electronic devices, linked together in various ways. Hardware devices such as [[Switch]]es and [[Router]]s serve as individual network [[Node]]s, receiving and transmitting [[Data Packet]]s. The [[Data Packet]]s are relayed across the [[Network]] from one [[Node]] to the next.
+
The hardware components of the Internet include a wide range of electronic devices, linked together in various ways. Hardware devices such as [[switch]]es and [[router]]s serve as individual network [[node]]s, receiving and transmitting [[data packet]]s. The [[data packet]]s are relayed across the [[computer network]] from one [[node]] to the next.
  
 
The hardware devices are linked together by copper wires, fiber-optic cables, wireless connections, and other linkage technologies.
 
The hardware devices are linked together by copper wires, fiber-optic cables, wireless connections, and other linkage technologies.
Line 15: Line 15:
  
 
The TCP/IP model organizes the protocols into a system of layers. There are four software layers and one hardware layer, as follows, from top to bottom:
 
The TCP/IP model organizes the protocols into a system of layers. There are four software layers and one hardware layer, as follows, from top to bottom:
*the [[Application Layer]] is the layer of the software application running on a computer connected to the Internet, such as a web [[Browser]]
+
*the [[Application Layer]] is the layer of the software application running on a computer connected to the Internet, such as a [[web browser]]
 
*the [[Transport Layer]] allows different computers on the network to communicate within the same application, for example computers operating under the client-server model
 
*the [[Transport Layer]] allows different computers on the network to communicate within the same application, for example computers operating under the client-server model
 
*the [[Internet Layer]] enables computers to connect to one-another via the intermediate networks (this layer establishes internetworking and the Internet)
 
*the [[Internet Layer]] enables computers to connect to one-another via the intermediate networks (this layer establishes internetworking and the Internet)
*the [[Link Layer]] is a software layer that provides connectivity between devices on the same local link, such as a [[Local Area Network]] (LAN) or a dial-up connection.  
+
*the [[Link Layer]] is a software layer that provides connectivity between devices on the same local link, such as a [[local area network]] (LAN) or a dial-up connection.  
 
*the Hardware Layer consists of the physical devices making up the network
 
*the Hardware Layer consists of the physical devices making up the network
  
Line 25: Line 25:
 
TCP is a rather complex protocol that ensures reliable, connection-oriented transmissions. An alternative Transport Layer protocol, the connectionless [[User Datagram Protocol]] (UDP), can be used for simpler messaging transmissions.  
 
TCP is a rather complex protocol that ensures reliable, connection-oriented transmissions. An alternative Transport Layer protocol, the connectionless [[User Datagram Protocol]] (UDP), can be used for simpler messaging transmissions.  
  
The central component of the Internet model is the [[Internet Protocol]] (IP), which occupies the Internet Layer. It has the task of delivering [[Data Packet]]s from the source [[Host]] to the destination Host. For this purpose, the Internet Protocol defines methods for encapsulating data from an upper layer protocol into packets, and addressing systems so that the packets can reach their destination. For outgoing packets, the Internet Protocol selects the nearest intermediate Host and transmits the packet to it using appropriate Link Layer drivers. For incoming packets, IP captures the packets and passes their payload up to the appropriate Transport Layer module.
+
The central component of the Internet model is the [[Internet Protocol]] (IP), which occupies the Internet Layer. It has the task of delivering [[data packet]]s from the source [[host]] to the destination host. For this purpose, the Internet Protocol defines methods for encapsulating data from an upper layer protocol into packets, and addressing systems so that the packets can reach their destination. For outgoing packets, the Internet Protocol selects the nearest intermediate Host and transmits the packet to it using appropriate Link Layer drivers. For incoming packets, IP captures the packets and passes their payload up to the appropriate Transport Layer module.
  
 
==Internet Applications==
 
==Internet Applications==
Line 32: Line 32:
 
Some of the most widely-used types of Internet applications are:
 
Some of the most widely-used types of Internet applications are:
 
*[[Email]]
 
*[[Email]]
*[[File Transfer]] such as with [[File Transfer Protocol]] (FTP)
+
*[[File transfer]] such as with [[File Transfer Protocol]] (FTP)
*[[Remote Access]] to other computers, such as with [[Secure Shell]]
+
*[[Remote access]] to other computers, such as with [[Secure Shell]]
*[[World Wide Web]], for viewing [[Website]]s with a [[Browser]], or for creating [[Blog]]s or [[Website]]s
+
*[[Web|World Wide Web]], for viewing [[website]]s with a [[web browser]], or for creating [[blog]]s or [[website]]s
*[[Online Chat]]
+
*[[Online chat]]
*[[Online Game]]s
+
*[[Online game]]s
*[[Collaborative Software]], such as [[Wiki]]s
+
*[[Collaborative software]], such as [[wiki]]s
*[[Social Media]]
+
*[[Social media]]
*[[Streaming Media]]
+
*[[Streaming media]]
 
*Internet Telephony ([[VoIP]])
 
*Internet Telephony ([[VoIP]])
  
Line 45: Line 45:
 
[To be written]
 
[To be written]
  
[[Category:Root]]
+
==Internet Organizations==
 +
[To be written]
 +
 
 +
==See Also==
 +
*[[History of the Internet]]
 +
*[[Cyberculture]]
 +
 
 +
[[Category:Internet protocols]]

Latest revision as of 17:49, 31 December 2009