Difference between revisions of "TCP/IP"

From ICANNWiki
Jump to navigation Jump to search
(Created page with "Image:UnderConstruction.png")
 
Line 1: Line 1:
 
[[Image:UnderConstruction.png]]
 
[[Image:UnderConstruction.png]]
 +
 +
'''TCP/IP''' stand for '''Transmission Control Protocol/ Internet Protocol''' is a two layer program which is considered as the standard communication language designed to connect a networks to networks known as the internet or private networks such as the intranet or extranet.
 +
 +
TCP is one the main transport layers of the Internet Protocol Suite.<ref>[http://tools.ietf.org/html/rfc1122 RFC 11211]</ref> It is an effective transport service connection wherein a data is transferred with an end-to-end reliability from the source host to the destination host. TCP verifies the correct delivery of data and provides a support to check for errors, missing data and re-sends it to complete the data transfer.<ref>[http://www.yale.edu/pclt/COMM/TCPIP.HTM Introduction to TCP/IP]</ref>
 +
 +
The Internet Protocol is the primary component of the Internet protocol Suite used by all internet transport protocols such as the TCP to carry data from the source to its destination. Its main functions include addressing, fragmentation and re-assembly of an internet datagram, type-of-service specification and security information.<ref>[http://tools.ietf.org/html/rfc1122#section-3.2.1 RFC 1122]</ref>
 +
 +
==References==
 +
{{reflist}}
 +
 +
 
 +
 +
 +
 +
 +
 +
 +
[[Category:Glossary]]

Revision as of 17:50, 13 July 2011

UnderConstruction.png

TCP/IP stand for Transmission Control Protocol/ Internet Protocol is a two layer program which is considered as the standard communication language designed to connect a networks to networks known as the internet or private networks such as the intranet or extranet.

TCP is one the main transport layers of the Internet Protocol Suite.[1] It is an effective transport service connection wherein a data is transferred with an end-to-end reliability from the source host to the destination host. TCP verifies the correct delivery of data and provides a support to check for errors, missing data and re-sends it to complete the data transfer.[2]

The Internet Protocol is the primary component of the Internet protocol Suite used by all internet transport protocols such as the TCP to carry data from the source to its destination. Its main functions include addressing, fragmentation and re-assembly of an internet datagram, type-of-service specification and security information.[3]

References