TCP/IP MODEL
<span class="bsf-rt-reading-time"><span class="bsf-rt-display-label" prefix="Reading Time"></span> <span class="bsf-rt-display-time" reading_time="8"></span> <span class="bsf-rt-display-postfix" postfix="mins"></span></span><!-- .bsf-rt-reading-time -->

TCP/IP MODEL

TCP/IP network model is named after two main protocols(TCP- Transmission Control Protocol and IP-Internet Protocol) and is widely used in current internet architecture. The TCP/IP reference model is a layered model developed by the Defense Project Research Agency(ARPA or DARPA) of the United States as a part of their research project in 1960.

The main purpose of this model is to connect two remote machines for the exchange of information. These machines can be operating in different networks or have different architecture.

Today, the world of computer networking uses one networking model: TCP/IP

 

Why TCP/IP

  • It operates independently of the operating system.
  • It is interoperable, which means it allows two different systems to communicate over a heterogeneous network
  • The OSI model, whose development suffered in part because of a slower formal standardization process as compared with TCP/IP.
  • The TCP/IP model both defines and references a large collection of protocols that allow computers to communicate. To define a protocol, TCP/IP uses documents called Requests For Comments (RFC).
  • TCP/IP model has a highly scalable client-server architecture.

In the early days, the TCP/IP model was developed it has four layers While the updated TCP/IP model has five layers.

tcp/ip 4 layer and 5 layer original and updated

In the original version of the TCP/IP Bottom layer (Link Layer) used for data transmission by defining the functionality and components. The updated version split the link-layer into two-layer- Data Link Layer and Physical Layer.

In the updated version which divides the link layer based on the functionality. Physical Layer which performs the functionality of the transmission

and the functionality which is indirectly related to physical transmission is specified in the Data Link Layer.

In the updated version, the name of the Internet Layer is changed to the Network Layer.

nowadays, we generally use a five-layer TCP/IP model,

TCP/IP model five layer

TCP/IP consists of two main protocol-TCP (Transmission Control Protocol) define how an application can establish a channel of communication across the network.

IP(Internet Protocol) is responsible for addressing and routing of the packet for its successful delivery to the destination.

The bottom layer focuses on how to transmit bits over each individual link. The data-link layer focuses on sending data over one type of physical link: for instance, networks use different data-link protocols for Ethernet LANs versus wireless LANs. The network layer focuses on delivering data over the entire path from the original sending computer to the final destination computer. And the top two layers focus more on the applications that need to send and receive data.

TCP/IP Application Layer

TCP/IP application layer protocols provide services to the application software running on a Computer Like a Web browser. The application layer does not define the application itself, but it defines services that applications need. For example, application protocol HTTP defines how web browsers can pull the contents of a web page from a web server. In short, the application layer provides

An interface between software running on a computer and the network itself. The most common protocols that work in this layer are HTTP,HTTPS,FTP,SNMP,NTP,SSH,TELNET,DNS and DHCP

HTTP:HyperText Transfer Protocol. It defines a set of rules for transferring files like text, graphic images, sound, video, and other multimedia on the World Wide Web. It used to provide a way to publish and retrieve HTML pages.HTTP is also called a ‘stateless protocol’ because each command is executed independently.HTTP protocol connects to TCP port 80 and is a request/response protocol between clients and servers.

HTTPS: HyperText Transfer Protocol over Secure Socket Layer. It is a combination of normal HTTP interaction over an encrypted Secure Socket Layer forms the HTTPS. It incorporates encryption into Web browsing.SSL, The encryption protocol, provides a 40-bit encryption key using an RC4 encryption algorithm by default. The Uniform Resource Locator used by https:// indicates that http:// is used but with different default TCP port 443.

FTP: File Transfer Protocol is the protocol where files can be exchanged over a network. It uses TCP services to transfer files from one host to another. In Server and client, the architecture FTP server will listen for connection requests which are initiated by FTP client. Port 20 and 21 are used to run FTP. Port 21 is used by the FTP server to listen for incoming connection requests from FTP clients. Port 20 used for data transfer.

NTP: Network Time Protocol is the protocol meant to synchronize the clock of the computer systems over data networks.NTP is implemented with the support of algorithms and clocks. This protocol operates at the Application Layer and it uses UDP port 123 for its transport layer services.

SSH: Secure Shell(SSH) is a protocol used for creating a secure connection between two systems. In this protocol, the client machine initiates a connection with a server machine. Port 22 is used for SSH.

TELNET: the name Telnet is derived from the term telephone network. It is a command-line client /server program that provides remote control capabilities for computers on a network. Telnet based on TCP port 23. Telnet sessions are unencrypted and therefore insecure.

DNS: Domin Name System refers to the hierarchical way of translating domain names(www.network-byte.com) to IP (156.67.222.208) address.There is an organized system of computers and databases that allow the resolution of domain names to IP addresses possible. DNS uses the User Datagram Protocol (UDP) on port 53 to serve DNS queries. If a DNS response is larger than 512 bytes, Transmission Control Protocol (TCP) is used instead of UDP, to enable data integrity checks.

DHCP: Dynamic Host Configuration Protocol.it automatically assigns an IP address and other information to each host on the network by using a DHCP server.

TCP/IP Transport Layer

TCP/IP transport layer defines how data should be delivered – reliable or unreliable, Datagram or segmented. It controls the reliability of communication through segmentation, flow control, and error control. The two most commonly used transport layer protocols are the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP).

Segmentation:- it is the process of dividing received data into small units

flow control: it is the process of controlling the amount of data being transmitted.

error control:In this layer error control is performed by checksum

Protocols of  Transport layer

UDP(User Datagram Protocol): it is a connectionless protocol it doesn’t provide acknowledgment of the sent packets. Therefore, it isn’t reliable.UDP continuously sends datagrams to the recipient whether they receive them or not.

TCP (Transmission Control Protocol ) It is a connection-oriented protocol. it establishes a connection between a sender and receiver before data can be sent. It is reliable. Data sent using a TCP protocol is guaranteed to be delivered to the receiver. If data is lost in transit it will recover the data and resend it. TCP will also check packets for errors and track packets so that data is not lost or corrupted.

TCP/IP Network Layer

In the original TCP/IP model, this layer termed as an Internet Layer. In the updated version, it is renamed as Network Layer. Task performed by this layer is assigning the Logical address for source to destination i.e End-to-End delivery and routing. For this action, it uses the IP protocol.

The TCP/IP network layer includes a small number of protocols, but only one major protocol: the Internet Protocol (IP). In fact, the name TCP/IP is simply the names of the two most common protocols (TCP and IP) separated by a /.IP provides several features, most importantly, addressing and routing.

The TCP/IP network layer, using the IP protocol, provides a service of forwarding IP packets from one device to another. Any device with an IP address can connect to the TCP/IP network and send packets.

Logical Addressing

In order to communicate with other hosts, every host on a network has a unique identifier. A computer uses the unique identifier to send data to a specific computer on a network. There are two types of unique identifiers first one is a Logical address and the other one is a physical address. This layer provides a logical address i.e unique identifier for a computer is called its IP address.

There are two standards for IP addresses: IP Version 4 (IPv4) and IP Version 6 (IPv6)

Routing

Routing is a method of moving data packets from source to destination. It uses to connects different computer networks by routing packets from one network to the other.It is performed by a network device known as a router. The algorithm running on the router finds the best and shortest path for the delivery of the data packet.

TCP/IP Data-Link

The TCP/IP model’s data-link define the protocols and hardware required to deliver data across some physical Medium. In this layer Physical addressing, i.e MAC Address of source and destination are assigned. The data unit in this layer is known as a frame. It encapsulation data received from the network layer. This layer structure of the frame is specified here along with the channel access protocol which would be used for transmitting the frame over the link.

The two work together quite closely; in fact, some standards define both the data-link and physical layer functions.

TCP/IP Physical Layers

The physical layer defines the cabling and energy (for example, electrical signals) that flow over the cables. it converts binary data into signals and transmits over the local media. Some rules and conventions exist when sending data over the cable; however, those rules exist in the data-link layer of the TCP/IP model.

Typical Scenario

tcp-ip udp and TCP protocol

Concerned with immediate physical layer

TCP/IP data-link layer provides services to the layer above it in the model (the network layer). When a host’s or router’s IP process chooses to send an IP packet to another router or host, that host or router then uses link-layer details to send that packet to the next host/router.

The data-link and physical layers include a large number of protocols and standards. For example, the link layer includes all the variations of Ethernet protocols and wireless LAN protocols the TCP/IP physical and data-link layers include two distinct functions, respectively: functions related to the physical transmission of the data, plus the protocols and rules that control the use of the physical media.

Protocols supported at various levels

tcp/ip architecture and Protocol in tcp/ip

 


Comparing OSI and TCP/IP Layer Names and Numbers


The OSI model has many similarities to the TCP/IP model from a basic conceptual perspective. It has layers, and each layer defines a set of typical networking functions. As with TCP/IP, the OSI layers each refer to multiple protocols and standards that implement the functions specified by each layer.

Today, the OSI model can be used as a standard of comparison to other networking models. The below Figure compares the seven-layer OSI model with both the four-layer and five-layer TCP/IP models.

tcpip vs osi

TCP / IP and OSI models are commonly used for communication networks. There are some similarities and differences between them.OSI model is a reference model That is developed by ISO Whereas TCP/IP model used in almost today’s network for connection establishment. OSI model supports a vertical approach while Horizontal approach is followed by TCP / IP.

OSI TCP/IP
Open Systems Interconnection
Transmission Control Protocol/ Internet Protocol
It has 7 layer Architecture
It has 5 layer Architecture
Developed by ISO (International Standard Organization)
Developed by the Defense Project Research Agency or Advanced Research Projects Agency(DARPA or ARPA)
It is a theoretical model which is used for computing system
It is a client server model used for transmission of data over the internet
Low in Use
All today’s network run on this model
This model is approach in vertical
This model is approach in Horizontal
Model was developed before the development of Protocols
Protocols were developed first and then the model was developed
Protocol independent standard
Protocol dependent standard

Play Quiz on TCP/IP Model and many More

Check This Article Also

Leave a Reply