Difference between revisions of "Internet"

From Internet User Guide
Jump to: navigation, search
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 34: Line 34:
 
*[[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 [[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]])

Revision as of 17:07, 31 December 2009