Merge pull request #24 from s-shah-coder/per-day-completion

Completed Day 23, added comments to Day 23
This commit is contained in:
Saf Shah 2022-12-15 15:56:29 +00:00 committed by GitHub
commit b87ec9d38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - Network Protocols - Day 23'
title: "#90DaysOfDevOps - Network Protocols - Day 23"
published: false
description: 90DaysOfDevOps - Network Protocols
tags: 'devops, 90daysofdevops, learning'
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1048704
@ -10,8 +10,7 @@ id: 1048704
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 this video:
* [Network Protocols - ARP, FTP, SMTP, HTTP, SSL, TLS, HTTPS, DNS, DHCP](https://www.youtube.com/watch?v=E5bSumTAHZE&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&index=12)
- [Network Protocols - ARP, FTP, SMTP, HTTP, SSL, TLS, HTTPS, DNS, DHCP](https://www.youtube.com/watch?v=E5bSumTAHZE&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&index=12)
## Network Protocols
@ -121,3 +120,5 @@ If a section of a network is compromised, it can be quarantined, making it diffi
- [Computer Networking full course](https://www.youtube.com/watch?v=IPvYjXCsTg8)
See you on [Day 24](day24.md)
# Completed daily exercises - Networking Protocols

View File

@ -58,7 +58,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
- [✔️] 🌐 21 > [The Big Picture: DevOps and Networking](Days/day21.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)
- [] 🌐 25 > [Python for Network Automation](Days/day25.md)
- [] 🌐 26 > [Building our Lab](Days/day26.md)