From 786a54fd484dd3ab371d59e3d8241a1b0215b261 Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Thu, 15 Dec 2022 15:51:04 +0000 Subject: [PATCH] Completed Day 22, added comments to Day 22 --- Days/day22.md | 15 +++++++++------ README.md | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Days/day22.md b/Days/day22.md index a37cac9..278d728 100644 --- a/Days/day22.md +++ b/Days/day22.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - The OSI Model - The 7 Layers - Day 22' +title: "#90DaysOfDevOps - The OSI Model - The 7 Layers - Day 22" published: false description: 90DaysOfDevOps - The OSI Model - The 7 Layers -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1049037 @@ -10,8 +10,8 @@ id: 1049037 The content below comes mostly from Practical Networking's [Networking Fundamentals series](https://www.youtube.com/playlist?list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi). If you prefer this content in video form, check out these two videos: -* [The OSI Model: A Practical Perspective - Layers 1 / 2 / 3](https://www.youtube.com/watch?v=LkolbURrtTs&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&index=3) -* [The OSI Model: A Practical Perspective - Layers 4 / 5+](https://www.youtube.com/watch?v=0aGqGKrRE0g&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&index=4) +- [The OSI Model: A Practical Perspective - Layers 1 / 2 / 3](https://www.youtube.com/watch?v=LkolbURrtTs&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&index=3) +- [The OSI Model: A Practical Perspective - Layers 4 / 5+](https://www.youtube.com/watch?v=0aGqGKrRE0g&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&index=4) ## The OSI Model - The 7 Layers @@ -103,7 +103,10 @@ The Application sending the data is being sent somewhere so the receiving is som ## Resources -* [Networking Fundamentals](https://www.youtube.com/playlist?list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi) -- [Computer Networking full course](https://www.youtube.com/watch?v=IPvYjXCsTg8) +- [Networking Fundamentals](https://www.youtube.com/playlist?list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi) + +* [Computer Networking full course](https://www.youtube.com/watch?v=IPvYjXCsTg8) See you on [Day23](day23.md) + +# Completed exercises - Reviewed OIS 7 Layers diff --git a/README.md b/README.md index 32429db..b621d0f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich ### Understand Networking - [✔️] 🌐 21 > [The Big Picture: DevOps and Networking](Days/day21.md) -- [] 🌐 22 > [The OSI Model - The 7 Layers](Days/day22.md) +- [✔️] 🌐 22 > [The OSI Model - The 7 Layers](Days/day22.md) - [] 🌐 23 > [Network Protocols](Days/day23.md) - [] 🌐 24 > [Network Automation](Days/day24.md) - [] 🌐 25 > [Python for Network Automation](Days/day25.md)