From 313f2c1186df6b1f059fc018f1593d784dcd6cb0 Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Thu, 15 Dec 2022 15:56:03 +0000 Subject: [PATCH] Completed Day 23, added comments to Day 23 --- Days/day23.md | 9 +++++---- README.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Days/day23.md b/Days/day23.md index dcbd9fa..234fe7d 100644 --- a/Days/day23.md +++ b/Days/day23.md @@ -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 diff --git a/README.md b/README.md index b621d0f..da08b6b 100644 --- a/README.md +++ b/README.md @@ -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)