Skip to main content

Networking Fundamentals

 

M1L2 Brief


Understanding networking fundamentals is crucial for building robust IT infrastructure. This self-study module will help reinforce your knowledge of networking concepts and introduce you to the practical use of common networking commands.

Installation & Setup


  1. Install Bash Shell (Windows Users Only)
  2. Follow the step-by-step guide to install the Bash shell on Windows. MacOS and Linux users can use the built-in Terminal.
  3. Install Bash on Windows 10: https://hackernoon.com/how-to-install-bash-on-windows-10-lqb73yj3

Readings


  1. Introduction to Computer Networks
  2. Get a detailed understanding of what computer networks are, the different types of networks, and the essential components involved.
  3. Read the article on Computer Networks: https://www.javatpoint.com/computer-network-introduction
  4. Networking Basics and Fundamentals
  5. Explore the fundamentals of networking, including network protocols, IP addressing, and common network devices such as routers, switches, and hubs.
  6. Basics of Computer Networking: https://www.geeksforgeeks.org/basics-computer-networking/
  7. What is Bash Shell?
  8. Learn about the Bash shell, its role in Linux environments, and why it’s important for network engineers and system administrators.
  9. What is Bash Shell?: https://www.howtogeek.com/726559/what-is-the-bash-shell-and-why-is-it-so-important-to-linux/

Videos


  1. Understanding TCP/IP
  2. Gain insight into the foundational protocol suite of the internet, TCP/IP, and its role in communication between devices on a network.
  3. Watch the TCP/IP Video: https://www.youtube.com/watch?v=PpsEaqJV_A0
  4. IP Address Explained
  5. Learn about IP addresses, their structure, and the differences between IPv4 and IPv6.
  6. Watch the IP Address Video: https://www.youtube.com/watch?v=Kx6i9gwNS3w&list=PLBlnK6fEyqRgMCUAG0XRw78UA8qnv6jEx&index=9

Practical Exercises


  1. Network Diagnostics
  • Use the ping command to test connectivity between your computer and an external website like google.com. Record the results.
  • Use traceroute or tracert to trace the path your data takes to reach skillsunion.com. Note down the devices (hops) encountered along the way.
  1. IP Address Analysis
  • Use ipconfig (Windows) or ifconfig (Mac/Linux) to view your local IP address and subnet mask.
  • Identify the default gateway and explain its role in the network.
  1. DNS Lookup
  • Use the nslookup command to find the IP address of a domain (e.g., skillsunion.com).
  • Explain what a DNS server is and why it is essential for browsing the internet.

Helpful Links (References)


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