Merge pull request #23 from s-shah-coder/per-day-completion
Completed Day 22, added comments to Day 22
This commit is contained in:
commit
8ff096d640
@ -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
|
published: false
|
||||||
description: 90DaysOfDevOps - The OSI Model - The 7 Layers
|
description: 90DaysOfDevOps - The OSI Model - The 7 Layers
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: "devops, 90daysofdevops, learning"
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
id: 1049037
|
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 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 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 4 / 5+](https://www.youtube.com/watch?v=0aGqGKrRE0g&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&index=4)
|
||||||
|
|
||||||
## The OSI Model - The 7 Layers
|
## 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
|
## Resources
|
||||||
|
|
||||||
* [Networking Fundamentals](https://www.youtube.com/playlist?list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi)
|
- [Networking Fundamentals](https://www.youtube.com/playlist?list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi)
|
||||||
- [Computer Networking full course](https://www.youtube.com/watch?v=IPvYjXCsTg8)
|
|
||||||
|
* [Computer Networking full course](https://www.youtube.com/watch?v=IPvYjXCsTg8)
|
||||||
|
|
||||||
See you on [Day23](day23.md)
|
See you on [Day23](day23.md)
|
||||||
|
|
||||||
|
# Completed exercises - Reviewed OIS 7 Layers
|
||||||
|
@ -57,7 +57,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
|
|||||||
### Understand Networking
|
### Understand Networking
|
||||||
|
|
||||||
- [✔️] 🌐 21 > [The Big Picture: DevOps and Networking](Days/day21.md)
|
- [✔️] 🌐 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)
|
- [] 🌐 23 > [Network Protocols](Days/day23.md)
|
||||||
- [] 🌐 24 > [Network Automation](Days/day24.md)
|
- [] 🌐 24 > [Network Automation](Days/day24.md)
|
||||||
- [] 🌐 25 > [Python for Network Automation](Days/day25.md)
|
- [] 🌐 25 > [Python for Network Automation](Days/day25.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user