diff --git a/_posts/2020-12-09-osi.markdown b/_posts/2020-12-09-osi.markdown index cd7ea91..3d09377 100644 --- a/_posts/2020-12-09-osi.markdown +++ b/_posts/2020-12-09-osi.markdown @@ -105,6 +105,6 @@ It is common practise to abbreviate the layers as **L4**, **L7** and so on. ## What's next -Developers program at the application layer and have constructs in the programming language that would talk to the Transport Layer of the machine. For the most part, the Transport layer's behavior is governmed by the **[Internet Protocol Suite (TCP/IP)](https://en.wikipedia.org/wiki/Internet_protocol_suite)**. It is important to have a practical understanding of TCP/IP which would prove useful in a variety of situations. +Developers program at the application layer and have constructs in the programming language that would talk to the Transport Layer of the machine. The implementation of the OSI model in practise is the **[Internet Protocol Suite (TCP/IP)](https://en.wikipedia.org/wiki/Internet_protocol_suite)**. It is important to have a practical understanding of TCP/IP which would prove useful in a variety of situations. More on this in the next article!