Why ISO-OSI model is considered as a reference model?

In summary, the ISO-OSI model is considered as a reference model because it provides a good way to teach the general principles of networking. It is not an accurate representation of how networks actually work, but it is useful for explaining the layers and their functions. The OSI model was originally used in networks but was replaced by TCP/IP when it became commercially adopted. Cisco suggests only 4 layers instead of 7 in their model, but this is just a reference to the TCP/IP model. The OSI model is still used as a teaching tool, but it is often confused with the TCP/IP model. Cisco does not suggest or reform the OSI model when they mention 4 layers, they are simply referencing the TCP/IP model.
  • #1
Upeksha
5
0
Why ISO-OSI model is considered as a reference model?
 
Computer science news on Phys.org
  • #4
The OSI model these days is primarily an educational tool. Originally, OSI was the base for a number of protocols that were used in networks but the rise of TCP/IP and the internet spelled the end for it. However, the OSI model still provided an excellent means for explaining networking and how networks operate in general terms, how the layers fit in together, etc.

It's called a reference model for this reason, it's not actually how stuff works but it's close enough and a really good way to teach people the general principles involved in how current networking protocols work.
 
  • Like
Likes Upeksha
  • #5
The ISO OSI model provides a good glossary (word definitions) of reference points that really help in communicating (as in speaking) with other designers.

Breaking things down into physical, link, network, etc reflects the layering that naturally occurs in real designs. The boundaries are gray, and many times layers are combined, but at least you have a reference definition to compare to. Being a hardware designer, I relate best to phy, link and network levels. Network and above is "just software" :wink:
 
  • Like
Likes Upeksha
  • #6
Routaran said:
The OSI model these days is primarily an educational tool.
Yes, it is.
Originally, OSI was the base for a number of protocols that were used in networks but the rise of TCP/IP and the internet spelled the end for it.
No I don't think so. TCP/IP is only part of the model, in particular from the network up to application layer.
However, the OSI model still provided an excellent means for explaining networking and how networks operate in general terms, how the layers fit in together, etc.
Yes, but each layer act like a assembly machine in a factory where each packet is produced then framed then transferred etc. They don't simply "fit" together. Each has its own function to perform its solely designed task.
It's called a reference model for this reason, it's not actually how stuff works but it's close enough and a really good way to teach people the general principles involved in how current networking protocols work.
No, it's reference because its useable components are public. Each layer provides a public interface for the next one to use and be used.

This model is standardized, reused and can certainly be reformed (i.e Cisco suggests only 4 layers instead of 7).
 
  • #7
Silicon Waffle said:
TCP/IP is only part of the model, in particular from the network up to application layer.

No. TCP/IP was never part of the OSI model. OSI had it's own network protocols like CLNP and CONP. TCP/IP and OSI were competing protocol suites.
OSI was an initiative started by the International Organization for Standardization (ISO) while TCP/IP was started by the US Department of Defence.

TCP/IP won out in the 90s after it was commercially adopted and became what we now call the internet. OSI all but disappeared.
http://spectrum.ieee.org/computing/networks/osi-the-internet-that-wasnt
http://www.ciscopress.com/articles/article.asp?p=1757634&seqNum=2

We still use the OSI reference model as a teaching apparatus instead of the TCP/IP reference model because OSI is more instructive, but with an important distinction. We replace the OSI network & transport protocols with protocols from the TCP/IP suite. We place the Internet Protocol at the network layer and TCP/UDP at the transport layer.
Unfortunately, this has resulted in people thinking TCP/IP is part of the OSI model. It isn't.

Silicon Waffle said:
Yes, but each layer act like a assembly machine in a factory where each packet is produced then framed then transferred etc. They don't simply "fit" together. Each has its own function to perform its solely designed task.
In the context of the OP's question, my meaning with "fit in" was how data is encapsulated. I intentionally left out specific details as it provides an opportunity for the OP to do a little research.

Silicon Waffle said:
No, it's reference because its useable components are public. Each layer provides a public interface for the next one to use and be used.
Technically, a reference model is a concept. A set of interconnected/interdependent ideas or functions that are defined by some accepted relevant body of experts with the goal of establishing or encouraging clear communication.
But such a definition is not very helpful for someone new to the field who's looking to understand what the OSI reference model means. It's much better to instead position it as a "good way to teach people the general principles involved in how current networking protocols work."
It's not very accurate, but it is much more useful.

Silicon Waffle said:
This model is standardized, reused and can certainly be reformed (i.e Cisco suggests only 4 layers instead of 7).
Cisco isn't suggesting nor has it reformed the OSI model, when they say 4 layers. They are simply making a reference to the TCP/IP model which contains only 4 layers.
 
  • Like
Likes Silicon Waffle
  • #8
Routaran said:
No. TCP/IP was never part of the OSI model. OSI had it's own network protocols like CLNP and CONP. TCP/IP and OSI were competing protocol suites.
OSI was an initiative started by the International Organization for Standardization (ISO) while TCP/IP was started by the US Department of Defence.

TCP/IP won out in the 90s after it was commercially adopted and became what we now call the internet. OSI all but disappeared.
http://spectrum.ieee.org/computing/networks/osi-the-internet-that-wasnt
http://www.ciscopress.com/articles/article.asp?p=1757634&seqNum=2...
...
OK cool, I misunderstood about concepts of TCP/IP in programming and the model itself at that time.
But the TCP/IP model is not much different from the OSI. It's like a GMO product of OSI.
Cisco isn't suggesting nor has it reformed the OSI model, when they say 4 layers. They are simply making a reference to the TCP/IP model which contains only 4 layers.
Yes, they apply the TCP/IP model and they never say anything about 7 layers while These two models are not totally different at all (one layer of one already encapsulates 2-3 layers of another).
BTW thank you for your reply.
 
  • #9
Back in the 1980's, the European companies proposed the 7-layer model for use in the internet. I was writing lightwave transmission software at Bell Labs at the time, and it was a big controversy. Many American companies had already pretty much standardized everything to use TCP/IP (3 layers), and so eventually, people gave up trying to force there to be 7 layers when it wasn't actually necessary. The analysis of networking into 7 layers is still useful, but networking is seldom implemented that way.
 
  • #10
Cisco talk about layer 7 as much as any vendor at the moment; L7 (application layer) security tools are massive business and Cisco has it's own slice of the very lucrative pie!
 

1. What is the ISO-OSI model and why is it considered a reference model?

The ISO-OSI (Open Systems Interconnection) model is a conceptual framework that describes how different communication systems can communicate with each other. It is considered a reference model because it provides a common structure for understanding and designing communication protocols. This allows for easier communication between different systems and ensures compatibility and interoperability.

2. How does the ISO-OSI model simplify the understanding of network communication?

The ISO-OSI model breaks down network communication into seven distinct layers, each with its own specific function and purpose. This modular approach helps to simplify the understanding of complex network systems by dividing them into smaller, more manageable parts.

3. What are the benefits of using the ISO-OSI model for network design?

One of the main benefits of using the ISO-OSI model for network design is that it provides a standardized framework that allows for easier communication between different systems. It also allows for easier troubleshooting and maintenance, as issues can be pinpointed to specific layers rather than the entire system.

4. How does the ISO-OSI model promote interoperability?

Interoperability refers to the ability of different systems to communicate and exchange data with each other. The ISO-OSI model promotes interoperability by providing a common structure and set of protocols for communication. This ensures that different systems can communicate with each other, regardless of their underlying technologies.

5. Can the ISO-OSI model be applied to all types of networks?

Yes, the ISO-OSI model is a universal model that can be applied to all types of networks, from small local networks to large global networks. It provides a general framework that can be adapted and expanded upon to suit the specific needs of different types of networks.

Similar threads

  • Computing and Technology
Replies
4
Views
1K
Replies
1
Views
898
  • Computing and Technology
Replies
4
Views
1K
  • Computing and Technology
Replies
2
Views
598
Replies
1
Views
917
  • Computing and Technology
Replies
11
Views
630
Replies
4
Views
2K
  • Other Physics Topics
Replies
1
Views
1K
  • Computing and Technology
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
187
Back
Top