TCP/IP

From ICANNWiki
Revision as of 18:49, 13 July 2011 by Marie Cabural (talk | contribs)
Jump to navigation Jump to search

UnderConstruction.png

TCP/IP stands for Transmission Control Protocol/ Internet Protocol also known as the Internet Protocol Suite serves the industry standard in connecting networks to networks known as the internet or private networks such as the intranet or extranet around the world.

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] Meanwhile, IP 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]

TCP/IP Protocol Layers

The Internet Protocol Suite is composed of different layers of protocols to to be able to communicate in the internet. The protocol layers include:[4]

  • Application Layer- is the highest layer of the Internet protocol suite commonly known as the internet user protocol which provides direct service to users such as the Telnet (remote login), FTP (file transfer) and SMTP (electronic mail delivery).
  • Transport Layers- provides a reliable end-to-end communication or data transfer for applications. TCP and UDP (User Datagram Protocol) are the main transport layers.
  • Internet Layer- The Internet Protocol is the most important component of the layer which provides the addressing or the routing of a sent data to its destination.
  • Link Layer- also known as the media access protocol layer provides interface to an actual networking hardware such as the ethernet or gateways.


References