Got it

TCP/IP and OSI

Created: Apr 1, 2022 19:57:11Latest reply: Apr 3, 2022 07:17:46 223 6 1 0 0
  HiCoins as reward: 0 (problem unresolved)

How TCP/IP and OSI stack differ.

Featured Answers

Recommended answer

DDSN
Admin Created Apr 2, 2022 00:41:51

Hi Aimen,
The OSI Model is a logical and conceptual model that defines network communication used by systems open to interconnection and communication with other systems. The Open System Interconnection (OSI Model) also defines a logical network and effectively describes computer packet transfer by using various layers of protocols.

TCP/IP model and the OSI model are conceptual models used for the same purpose, but we sometimes prefer the TCP/IP model because the OSI model is generic and doesn’t always fit into modern network troubleshooting. For example, not all OSI layers are used in some applications, which can be confusing. For that reason, the TCP/IP model is a little easier to for troubleshooting a networking problem.


The following post lists the differences between the OSI model and the TCP/IP model.

OSI and TCP/IP Models with Protocols


View more
  • x
  • convention:

Aimen
Aimen Created Apr 2, 2022 19:08:24 (0) (0)
 
All Answers
Hello User. we are reviewing your question and we will answer you shortly. Thanks.
View more
  • x
  • convention:

Hi,

The network models TCP/IP (Transmission Control Protocol/Internet Protocol) and OSI (Open Systems Interconnection) have different layers. TCP/IP is a four-layered standard designed for Internet applications while OSI for network protocol architecture is a seven-layered standard.

OSI is a generic stack developed to allow different devices to communicate without any interfacing issues, allowing for open access to protocols. In the TCP/IP model, the network access layer corresponds to the physical and data link layers in the OSI model.
View more
  • x
  • convention:

Hello. The OSI model is for reference only, we use it to structure the protocols but to bring those protocols into service in the real world we use the TCP/IP model. 


Regards.

View more
  • x
  • convention:

DDSN
DDSN Admin Created Apr 2, 2022 00:41:51

Hi Aimen,
The OSI Model is a logical and conceptual model that defines network communication used by systems open to interconnection and communication with other systems. The Open System Interconnection (OSI Model) also defines a logical network and effectively describes computer packet transfer by using various layers of protocols.

TCP/IP model and the OSI model are conceptual models used for the same purpose, but we sometimes prefer the TCP/IP model because the OSI model is generic and doesn’t always fit into modern network troubleshooting. For example, not all OSI layers are used in some applications, which can be confusing. For that reason, the TCP/IP model is a little easier to for troubleshooting a networking problem.


The following post lists the differences between the OSI model and the TCP/IP model.

OSI and TCP/IP Models with Protocols


View more
  • x
  • convention:

Aimen
Aimen Created Apr 2, 2022 19:08:24 (0) (0)
 

TCP/IP and OSI Model: An Overview


Characteristics of TCP/IP Model
The Transmission Control Protocol/Internet Protocol (TCP/IP) model came before the Open Systems Interconnection (OSI) model, and it has five layers:

Application layer
Transport layer
Network access layer
Network interface layer
Hardware layer

This may look drastically different from the OSI model, primarily because some functions are encompassed in a single layer: the application layer. In TCP/IP, this provides users with the physical standards, transport functions, network interface, and internetworking functions that correspond with the first three layers of the OSI model. In other words, in the TCP/IP model, these services are all done in the application layer.

Here is a breakdown of what each layer in the TCP/IP model does:

Application layer. The application layer is where data originates on the sender’s side. Applications are used to create the data. A web browser, for example, is used to generate the data that gets sent through the rest of the layers, assisted by the Domain Name System (DNS), which associates web domain names with their Internet Protocol (IP) addresses.
Transport layer. In the transport layer, the data gets encoded so it can be transported through the internet using either the User Datagram Protocol (UDP) or TCP.
Network access layer. In the network access layer, the data gets a header and a trailer, and these tell the data where to go. This information is then conveyed to the network interface layer.
Network interface layer. At the network interface layer, the packet of data gets formatted and prepared to be transported and routed through the network.
Hardware layer. On the hardware layer, the data is turned into something that can be sent to and read by a computer or other device. For example, the IEEE 802.3 protocol is used to convert data into what is used in an Ethernet connection.


Characteristics of the OSI Model
The OSI model is another way of transmitting data over the internet. The biggest difference between the OSI and TCP/IP models is the OSI model has seven layers instead of five. Although both the TCP/IP and OSI models transport data, the ways they send it are slightly different, which is sometimes why TCP/IP is used instead of OSI.

However, in the TCP/IP vs. OSI discussion, there are more similarities between the OSI and TCP/IP models than differences. Both provide data communication services, enabling users to send and receive information from their IP address using the services made available by their internet service provider (ISP).

The OSI model has the following layers:

Physical. This consists of a data connection between a device generating data and the network.
Datalink. The datalink layer is the point-to-point connection that transmits the data to the network layer.
Network. In the network layer, the data gets its address and routing instructions in preparation for its journey across the network.
Transport. In the transport layer, the data hops between different points on the network on its way to its destination.
Session. The session layer has a connection that manages the sessions happening between applications.
Presentation. The presentation layer is where data gets encrypted and decrypted and converted into a form that is accessible by the application layer,
Application. In the application layer, an application, such as an internet browser, gets the data and a user can then interact with it.
TCP/IP vs. OSI Model: Comparative Analysis
Understanding how both models compare can help you decide which one works for your needs.

Similarities Between TCP/IP and OSI Model
Both the TCP/IP and OSI models provide logical ways of networking, as well as the processing of information using a layered system. In both systems, each layer has a specific function. This makes it easier to pinpoint where issues are occurring in the event of a failure.

For example, in both models, you can determine if the data is not being transmitted properly to a hardware device by isolating potential problems in the data link layer (OSI) or the hardware layer (TCP/IP).

Differences Between the TCP/IP and OSI Model
The biggest difference between the two models is that the OSI model segments multiple functions that the TCP/IP model groups into single layers. This is true of both the application and network access layers of the TCP/IP model, which contain multiple layers outlined within the OSI model.

This is a significant difference because it can make it more difficult to troubleshoot issues or enhance performance when you are using the TCP/IP model. With the OSI model, for example, you can focus specifically on the application layer, presentation layer, or session layer to figure out why data is not coming out the way you expect.

With the TCP/IP model, on the other hand, the functions of these three layers are all combined in the application layer. In other words, while someone may say, “There is a problem in the application layer,” someone thinking in terms of the OSI model may get confused, wondering, “OK, but which part of the application layer?”

TCP/IP vs. OSI Model: How To Choose
For many users, the OSI model is the preferable choice—all other things being equal. The fact that it segments the functions of the network into more layers makes troubleshooting and improving network performance more straightforward.

However, TCP/IP has the advantage of having more applications, and it is also commonly used in more current networking structures. This makes it preferable for some administrators because it may be the framework commonly used by teammates or other admins.

View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.