diff --git a/_posts/osi.markdown b/_posts/osi.markdown index 6bf89d7..4e74f9f 100644 --- a/_posts/osi.markdown +++ b/_posts/osi.markdown @@ -1,8 +1,6 @@ --- layout: post -title: "The OSI Model" -date: 2020-12-05 17:00:00 +0530 -categories: networks +title: The OSI Model --- The OSI model lays down specifications on how to think about achieving inter-process communication across machines. This article goes over breaking down the @@ -96,7 +94,7 @@ Pedantically that is the Layer 7 of the model, but practically it makes a lot of This is how a transfer of information from source application to destination application would look like, if we are to talk in terms of the different abstraction layers of the OSI. Note that the data travels across multiple devices in the network (such as routers). While the network packet has not reached the destination machine, that packet is not forwarded to the networking layer in that machine. -![OSI Outline](/public/img/osi-outline.png) +![OSI Outline]({{site.base_url | absolute_url}}/public/img/osi-outline.png) It is common practise to abbreviate the layers as **L4**, **L7** and so on.