Add OSI article

This commit is contained in:
Surya 2020-12-11 20:05:45 +05:30
parent d0cc4439fd
commit 781067e072

View File

@ -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.