Movatterモバイル変換


[0]ホーム

URL:


LINFO

TCP/IP Definition



TCP/IP (transmission control protocol/Internet protocol) is the suite ofcommunications protocols that is used to connecthosts on the Internet and on most other computernetworks as well. It is also referred to as theTCP/IP protocol suite and theInternet protocol suite.

Aprotocol is a mutually agreed-upon format for doing something. With regard to computers, it most commonly refers a set of rules (i.e., astandard) that enables computers to connect and transmit data to one another; this is also called acommunications protocol.

TCP/IP was originally designed for theUNIXoperating system, and it is built into all of its descendants (i.e.,Unix-like operating systems), includingLinux and Mac OS X.Network operating systems that have their own networking protocols, such as Novell's Netware, also support TCP/IP.

TCP/IP is designed to make a networkrobust and automatically recover from the failure of any device on the network. Moreover, it allows the construction of very large networks that require little central management.

TCP/IP takes its name from its two main protocols:transmission control protocol (TCP) andInternet protocol (IP). TCP operates at thetransport layer, i.e., the middle layer in the seven layer OSI (open systems interconnection) reference model. This layer is responsible for maintaining reliable end-to-end communications across the network. IP, in contrast, is anetwork layer protocol, which is the layer just below the transport layer.

Whereas the IP protocol deals only withpackets (i.e., the most fundamental unit of TCP/IP data transmission), TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.

The great success of TCP/IP is the result of the advantages that it offers over other network protocols and protocol suites, including the following:

(1) It is a freely available protocol and not a secret protocol that is owned by a single company. This makes it possible for anyone with sufficient technical knowledge to improve it.

(2) It is compatible with virtually all modern operating systems, and thus it enables almost any system to communicate with any other system.

(3) It is also compatible with virtually all types of computer hardware and network configurations.

(4) It is aroutable protocol, which means that it can determine the most efficient path for every packet as it moves through the network. This makes TCP/IP highlyscalable and thus the size of the network virtually unlimited (e.g., the Internet).

(5) It providesreliable data delivery. Reliable means that it can guarantee that the data is delivered to its intended destination (e.g., through the use of error checking and the retransmission of corrupted or missing packets).

(6) The use of a single (and relatively simple) addressing scheme, referred to asIP addressing, allows administrators to transfer their knowledge of TCP/IP to any TCP/IP network without the need to learn a new addressing scheme.

The roots of TCP/IP can be traced back to a 1974 article by two Internet pioneers, Vint Cerf and Bob Kahn, titledA Protocol for Packet Network Interconnection, which described TCP. At that time, a communications language callednetwork control protocol (NCP) was used by hosts on the ARPANET (Advanced Research Projects Agency Network), the precursor to the Internet. NCP had numerous limitations, including lack of sufficient robustness, for the still small, but rapidly expanding,supernetwork.






Created October 30, 2005.
Copyright © 2005 The Linux Information Project. All Rights Reserved.


[8]ページ先頭

©2009-2025 Movatter.jp