Skip to main content

Self-Study: Networking 2 - Advanced Networking Concepts (2.11)

 

Brief

This self-study module builds upon Networking 1, introducing advanced topics like subnetting, VLANs, routing protocols, and network security.

Videos

  1. Subnetting Made Simple
  2. Learn how to calculate subnets and their role in IP addressing.
  3. Watch the video: https://www.youtube.com/watch?v=nFYilGQ-p-8&ab_channel=CarlOliver
  4. What is a VLAN?
  5. Understand how Virtual LANs segment network traffic for security and performance.
  6. Watch the video: https://www.youtube.com/watch?v=jC6MJTh9fRE&ab_channel=PowerCertAnimatedVideos
  7. Routing Protocols Explained
  8. Explore the differences between OSPF, EIGRP, and BGP routing protocols.
  9. Watch the video: https://www.youtube.com/watch?v=pAopv0-lKxY&ab_channel=NETWORKWALKS

Readings

  1. Subnetting Guide
  2. Learn how subnetting works and its importance in networking.
  3. Read more: https://www.packetcoders.io/a-beginners-guide-to-subnetting/
  4. Introduction to VLANs
  5. Understand the benefits and configurations of VLANs.
  6. Read more: https://www.extnoc.com/learn/networking/what-is-virtual-lan#:~:text=VLANs%20are%20commonly%20used%20to,separate%20traffic%20between%20production%20servers.
  7. Routing Protocols
  8. Learn about different types of routing protocols and their use cases.
  9. Read more: https://www.comparitech.com/net-admin/routing-protocol-types-guide/
  10. Network Security Basics
  11. Explore tools and techniques to secure networks.
  12. Read more: https://nordlayer.com/learn/network-security/basics/

Key Concepts

  1. Subnetting
  • CIDR: Efficient IP address allocation.
  • Subnet Masks: Define the IP range of a subnet.
  1. VLANs
  • Purpose: Isolate and manage network traffic.
  • Configuration: Tagged vs. untagged VLANs.
  1. Routing Protocols
  • OSPF: Dynamic protocol for intra-domain routing.
  • BGP: Protocol for inter-domain routing.
  • EIGRP: Cisco’s advanced routing protocol.
  1. Network Security
  • Firewalls: Protect against unauthorized access.
  • VPNs: Securely connect remote devices to networks.
  • IDS/IPS: Detect and prevent network intrusions.

Helpful Links (References)

  1. Subnetting Guide
  2. Master subnetting with step-by-step examples.
  3. Visit: https://www.dnsstuff.com/subnet-ip-subnetting-guide
  4. Routing Protocols
  5. Learn about the features and functions of different routing protocols.
  6. Visit: https://www.indeed.com/career-advice/career-development/routing-protocols
  7. VLAN Configuration
  8. Explore VLAN configurations in Cisco devices.
  9. Visit: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/layer2/configuration/guide/Cisco_Nexus_7000_Series_NX-OS_Layer_2_Switching_Configuration_Guide_Release_5-x_chapter4.html
  10. Network Security
  11. Understand best practices for network security.
  12. Visit: https://www.checkpoint.com/cyber-hub/network-security/what-is-network-security/

Comments

Popular posts from this blog

Infrastructure as Code (IaC) (Part 2 of 2)

  M2L4 Brief This self-study module introduces the fundamental concepts of Infrastructure as Code (IaC) . It covers the benefits, core principles, tools, and hands-on exercises to help you get started with IaC. Videos What is Infrastructure as Code? Understand the concept of IaC, its importance, and how it replaces manual infrastructure management with automation. Watch the video: https://www.youtube.com/watch?v=zWw2wuiKd5o&ab_channel=IBMTechnology Introduction to Terraform Get introduced to Terraform, one of the most popular IaC tools, and see how it is used to provision and manage infrastructure. Watch the video: https://www.youtube.com/watch?v=l5k1ai_GBDE&t=30s&ab_channel=TechWorldwithNana https://www.youtube.com/watch?v=tomUWcQ0P3k&ab_channel=Fireship Readings What is Infrastructure as Code? Learn the basics of IaC, its principles, and how it automates infrastructure deployment. Read more: https://aws.amazon.com/what-is/iac/ Benefits of Infrastructure as Code Un...

Principles in Cloud Architecture Design

  M2L1 Brief This self-study module focuses on the core principles of cloud architecture design . It explores best practices for designing scalable, resilient, and cost-efficient systems in cloud environments. You will gain insights into foundational concepts, practical approaches, and real-world examples. Videos Principles of Cloud Architecture Understand the key principles behind designing a robust cloud architecture. Topics include scalability, elasticity, and fault tolerance. Watch the video: https://www.youtube.com/watch?v=rwuSMi_rAkM&ab_channel=WiredThinkers Scalable and Resilient Architectures Learn how to build scalable and resilient cloud applications, covering design patterns and best practices. Watch the video: https://www.youtube.com/watch?v=8vzPwflhqZU&ab_channel=ByteMonk Readings AWS Well-Architected Framework Explore the five pillars of AWS Well-Architected Framework: operational excellence, security, reliability, performance efficiency, and cost optimizatio...

Network Security Best Practices

  M1L7 Brief This self-study module focuses on understanding and implementing network security best practices, especially in cloud environments like AWS. Videos Introduction to Network Security Understand the basics of network security. Watch the video: https://www.youtube.com/watch?v=NQ1cvwEvh44 AWS VPC Network Security Learn how to implement security best practices in AWS VPCs, including Security Groups and NACLs. Watch the video: https://www.youtube.com/watch?v=lkksqUDlwJE Readings Network Security Best Practices Explore industry best practices for securing cloud networks and protecting data. Read the article: https://www.cisco.com/c/en/us/products/security/what-is-network-security.html AWS Network Security Learn how to secure your AWS VPCs and instances using services like Security Groups, NACLs, and VPC Endpoints. Read the article: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Security.html Helpful Links (References) AWS CloudTrail and Amazon Detective Understand how to...