From 4f615b55716cad7975ff6803d20d249d0d127b51 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Fri, 11 Dec 2020 16:39:22 +0000 Subject: [PATCH] Fix content --- _posts/2020-12-09-osi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!