The TCP / IP Model

Last update on March 8, 2009 08:31 AM by aakai1056
Published by aakai1056

The TCP / IP Model






This article describes the reference model TCP / IP, which is the historical and technical standard of the Internet.

The U.S. Department of Defense has established the Reference Model TCP / IP because he needed to design a network that can withstand all conditions, even a nuclear war. In a world connected by various types of communication media such as the son of copper, microwave, fiber optics and satellite links, the Defense Department wanted a packet transmission capable of reaching and certainly in any what conditions. This problem of extremely ambitious design led to the creation of the model TCP / IP.

Unlike proprietary network technologies mentioned above, TCP / IP was developed as an open standard. This meant that anyone could use TCP / IP. This helped to accelerate the development of TCP / IP as standard.

Model TCP / IP includes the following four layers:
  • The application layer
  • The transport layer
  • The Internet layer
  • The access layer network






Although some layers of the model TCP / IP have the same name as the layers of the OSI model *, they do not match exactly. It should be noted that the application layer provides different functions in each model.

The designers of the model TCP / IP felt that the application layer should include details of the session and presentation layers OSI *. They created an application layer that handles issues of representation, the code and control the dialogue.

The transport layer is responsible for quality issues related to service reliability, flow control and error correction. One of its protocols, TCP (Transmission Control Protocol - Protocol Transmission Control), provides an excellent means of creating flexible, reliable communications network, moving well and showing an error rate low.

TCP is connection oriented. It maintains a dialogue between your source and destination computer while he prepares the application layer information into units called segments. A connection oriented protocol does not mean that there is a circuit between computers in communication. This type of operation indicates that there is an exchange of segments of layer 4 between the two host computers to confirm the existence of the logical connection for a while.

The objective of the Internet layer is to divide TCP segments into packets and send them from any network. Packets to the network regardless of destination of the path they have taken to get there. The protocol that governs this layer is called Internet Protocol (IP). Determining the best path and packet switching occur at this layer.

The relationship between IP and TCP is essential. Each protocol has a special role: IP points to the path for the packets, while TCP provides a reliable transport.
Best answers for « The TCP / IP Model » in :
TCP/IP Show What does TCP/IP mean? TCP/IP is a suite of protocols. The acronym TCP/IP means "Transmission Control Protocol/Internet Protocol" and is pronounced "T-C-P-I-P". It comes from the names of the two major protocols in the suite of protocols, i.e....
Port/Ports TCP/IP Show The use of ports Many TCP/IP programs can be executed simultaneously over the Internet (you can for example open several browsers simultaneously or browse HTML pages while downloading a file via FTP). Each of these programs works with a protocol,...
TCP protocol Show The characteristics of TCP protocol TCP (which means Transmission Control Protocol) is one of the main protocols of the transport layer of the TCP/IP model. It makes it possible, at application level, to manage data coming from (or going to) the...
Introduction to network bridge ShowIntroduction to network bridge What is a bridge? XP network bridge: between a wired network and a WiFi network What is a bridge? A bridge has a foot in each network and acts on the link layer (level 2). It is able to pass frames from...
Command to detect your IP address! ShowCommand to detect your IP address! Command for Windows 2000 / XP / Vista Command for Windows 95/98 Command for Linux IP address (Internet Protocol) is a numerical identification to detect your computer on a network. It is used to...
Having a static IP address under Ubuntu 8.10 ShowHaving a static IP address under Ubuntu 8.10 To have a fixed IP persistent: Configure manually the interfaces For a fix IP (10.0.0.1 on your eth1 interface) use: To make use of dynamic IP (e.g eth0): DNS NetworkManager is a...
Download Advanced TCP IP Data Logger ShowDescription: Advanced TCP/IP Data Logger will help you in your daily technical needs. You will be able to get information about your network and any device that is connected to it in real time. Features: You can send and receive serial data...
LDAP protocol ShowIntroduction to LDAP LDAP (Lightweight Directory Access Protocol) is a standard protocol allowing directories to be managed, i.e. access information bases on the users of a network using TCP/IP protocols. The information bases are generally...
UDP protocol ShowCharacteristics of the UDP protocol The UDP protocol (User Datagram Protocol) is a connectionless orientated protocol of the transport layer of the TCP/IP model. This protocol is very simple given that it does not provide error detection (it is not...
IP protocol ShowThe role of IP protocol IP protocol is part of the Internet layer of the TCP/IP protocol suite. It is one of the most important Internet protocols because it allows the development and transport of IP datagrams (data packets), without however...