Completed Day 22, added comments to Day 22

This commit is contained in:
s-shah-coder 2022-12-15 15:51:04 +00:00
parent 152cc2cf34
commit 786a54fd48
2 changed files with 10 additions and 7 deletions

View File

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

View File

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