<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bharat</title>
    <description>The latest articles on DEV Community by Bharat (@bharat_bf818f131f82a72ecd).</description>
    <link>https://dev.to/bharat_bf818f131f82a72ecd</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3955817%2F58a13ddf-5ffd-47aa-ac8a-21614bcb6104.png</url>
      <title>DEV Community: Bharat</title>
      <link>https://dev.to/bharat_bf818f131f82a72ecd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bharat_bf818f131f82a72ecd"/>
    <language>en</language>
    <item>
      <title>🚀 Day 3 of #90DaysOfDevOps - Linux Fundamentals for DevOps Engineers</title>
      <dc:creator>Bharat</dc:creator>
      <pubDate>Mon, 01 Jun 2026 12:35:17 +0000</pubDate>
      <link>https://dev.to/bharat_bf818f131f82a72ecd/day-3-of-90daysofdevops-challenge-24k7</link>
      <guid>https://dev.to/bharat_bf818f131f82a72ecd/day-3-of-90daysofdevops-challenge-24k7</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Day 3 of #90DaysOfDevOps - Linux Fundamentals for DevOps Engineers
&lt;/h1&gt;

&lt;p&gt;Welcome to Day 3 of my #90DaysOfDevOps journey.&lt;/p&gt;

&lt;p&gt;This week, I started learning Linux Fundamentals, one of the most important skills for any DevOps Engineer. Almost every cloud platform, container platform, CI/CD tool, and production server relies heavily on Linux.&lt;/p&gt;

&lt;p&gt;Understanding Linux is not optional for DevOps—it's essential.&lt;/p&gt;




&lt;h2&gt;
  
  
  🐧 What is Linux?
&lt;/h2&gt;

&lt;p&gt;Linux is a free and open-source operating system based on Unix principles.&lt;/p&gt;

&lt;p&gt;It is widely known for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stability&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Scalability&lt;/li&gt;
&lt;li&gt;Performance&lt;/li&gt;
&lt;li&gt;Flexibility&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Linux powers servers, cloud platforms, containers, smartphones, and even supercomputers.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌍 Why Linux Matters in DevOps
&lt;/h2&gt;

&lt;p&gt;DevOps Engineers interact with Linux daily.&lt;/p&gt;

&lt;p&gt;Common use cases include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Managing cloud servers&lt;/li&gt;
&lt;li&gt;Running Docker containers&lt;/li&gt;
&lt;li&gt;Working with Kubernetes clusters&lt;/li&gt;
&lt;li&gt;Setting up CI/CD pipelines&lt;/li&gt;
&lt;li&gt;Monitoring applications&lt;/li&gt;
&lt;li&gt;Automating deployments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most production environments run on Linux, making it a must-have skill for every DevOps professional.&lt;/p&gt;




&lt;h2&gt;
  
  
  🏗️ Linux Architecture
&lt;/h2&gt;

&lt;p&gt;Linux architecture consists of three major components:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Kernel
&lt;/h3&gt;

&lt;p&gt;The Kernel is the core of the Linux operating system.&lt;/p&gt;

&lt;p&gt;Responsibilities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Process Management&lt;/li&gt;
&lt;li&gt;Memory Management&lt;/li&gt;
&lt;li&gt;Device Management&lt;/li&gt;
&lt;li&gt;Hardware Communication&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  2. Shell
&lt;/h3&gt;

&lt;p&gt;The Shell acts as an interface between the user and the operating system.&lt;/p&gt;

&lt;p&gt;Popular shells:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bash&lt;/li&gt;
&lt;li&gt;Zsh&lt;/li&gt;
&lt;li&gt;Fish&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The shell allows users to execute commands and interact with the system.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Applications
&lt;/h3&gt;

&lt;p&gt;Applications are software programs running on Linux.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker&lt;/li&gt;
&lt;li&gt;Jenkins&lt;/li&gt;
&lt;li&gt;Git&lt;/li&gt;
&lt;li&gt;Nginx&lt;/li&gt;
&lt;li&gt;VS Code&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📦 Popular Linux Distributions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Ubuntu
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Beginner Friendly&lt;/li&gt;
&lt;li&gt;Most popular for DevOps learning&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Debian
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Stable and Reliable&lt;/li&gt;
&lt;li&gt;Commonly used in servers&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Fedora
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Latest Features&lt;/li&gt;
&lt;li&gt;Developer Friendly&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Kali Linux
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Security Testing&lt;/li&gt;
&lt;li&gt;Penetration Testing&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Red Hat Enterprise Linux (RHEL)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Enterprise Grade Linux&lt;/li&gt;
&lt;li&gt;Used in large organizations&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💻 Essential Linux Commands
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Check Current Directory
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;pwd&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  List Files and Directories
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;ls&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Change Directory
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;cd &lt;/span&gt;directory_name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Create a Directory
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;mkdir &lt;/span&gt;myfolder
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Remove a File
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;rm &lt;/span&gt;filename
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Copy Files
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;cp source &lt;/span&gt;destination
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Move Files
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;mv source &lt;/span&gt;destination
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Check Running Processes
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;top
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Check IP Address
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ip addr
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Test Network Connectivity
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ping google.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🔍 System Information Commands
&lt;/h2&gt;

&lt;p&gt;Check Linux Kernel Version:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;uname&lt;/span&gt; &lt;span class="nt"&gt;-r&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Detailed System Information:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;uname&lt;/span&gt; &lt;span class="nt"&gt;-a&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Host Information:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;hostnamectl
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  📖 Brief History of Linux
&lt;/h2&gt;

&lt;p&gt;Linux was created by Linus Torvalds in 1991.&lt;/p&gt;

&lt;p&gt;The goal was to build a free and open-source Unix-like operating system.&lt;/p&gt;

&lt;p&gt;Over time, Linux became the backbone of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cloud Computing&lt;/li&gt;
&lt;li&gt;Enterprise Servers&lt;/li&gt;
&lt;li&gt;DevOps Platforms&lt;/li&gt;
&lt;li&gt;Container Technologies&lt;/li&gt;
&lt;li&gt;Cybersecurity Tools&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 Applications of Linux
&lt;/h2&gt;

&lt;p&gt;Linux is widely used in:&lt;/p&gt;

&lt;h3&gt;
  
  
  Cloud Computing
&lt;/h3&gt;

&lt;p&gt;AWS, Azure, and GCP heavily rely on Linux.&lt;/p&gt;

&lt;h3&gt;
  
  
  Server Hosting
&lt;/h3&gt;

&lt;p&gt;Most web servers run Linux.&lt;/p&gt;

&lt;h3&gt;
  
  
  Software Development
&lt;/h3&gt;

&lt;p&gt;Developers use Linux for building and testing applications.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cybersecurity
&lt;/h3&gt;

&lt;p&gt;Linux powers many security and penetration testing tools.&lt;/p&gt;

&lt;h3&gt;
  
  
  DevOps
&lt;/h3&gt;

&lt;p&gt;Most DevOps tools are designed to run on Linux.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 Key Learnings
&lt;/h2&gt;

&lt;p&gt;✅ Linux Fundamentals&lt;/p&gt;

&lt;p&gt;✅ Linux Architecture&lt;/p&gt;

&lt;p&gt;✅ Kernel and Shell&lt;/p&gt;

&lt;p&gt;✅ Linux Distributions&lt;/p&gt;

&lt;p&gt;✅ Essential Linux Commands&lt;/p&gt;

&lt;p&gt;✅ Linux System Information Commands&lt;/p&gt;

&lt;p&gt;✅ Linux History&lt;/p&gt;

&lt;p&gt;✅ Linux Use Cases in DevOps&lt;/p&gt;




&lt;h2&gt;
  
  
  📝 Conclusion
&lt;/h2&gt;

&lt;p&gt;Linux is the foundation of modern DevOps practices. From cloud servers and containers to automation and monitoring, Linux plays a critical role in every stage of the DevOps lifecycle.&lt;/p&gt;

&lt;p&gt;Building strong Linux fundamentals will make it easier to learn Docker, Kubernetes, Cloud Computing, CI/CD, and Infrastructure Automation in the coming weeks of my #90DaysOfDevOps journey.&lt;/p&gt;

&lt;p&gt;Thank you for reading!&lt;/p&gt;

&lt;p&gt;Happy Learning 🚀&lt;/p&gt;

&lt;h1&gt;
  
  
  90DaysOfDevOps #Linux #DevOps #CloudComputing #AWS #Azure #Kubernetes #Docker #OpenSource #LearningInPublic
&lt;/h1&gt;

</description>
      <category>linux</category>
      <category>devops</category>
      <category>ai</category>
    </item>
    <item>
      <title>Week 1 Report – Complete Networking for DevOps</title>
      <dc:creator>Bharat</dc:creator>
      <pubDate>Sun, 31 May 2026 17:32:51 +0000</pubDate>
      <link>https://dev.to/bharat_bf818f131f82a72ecd/week-1-report-complete-networking-for-devops-jl5</link>
      <guid>https://dev.to/bharat_bf818f131f82a72ecd/week-1-report-complete-networking-for-devops-jl5</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Week 1 Report – Complete Networking for DevOps
&lt;/h1&gt;

&lt;p&gt;Welcome to my Week 1 report of the #90DaysOfDevOps challenge.&lt;/p&gt;

&lt;p&gt;This week was focused entirely on Networking Fundamentals, one of the most important skills for every DevOps Engineer. Before learning Docker, Kubernetes, CI/CD, Cloud, or Infrastructure as Code, understanding networking is essential because every service communicates through a network.&lt;/p&gt;

&lt;h1&gt;
  
  
  🌐 Why Networking is Important in DevOps
&lt;/h1&gt;

&lt;p&gt;Most production issues are related to networking:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DNS failures&lt;/li&gt;
&lt;li&gt;Port connectivity issues&lt;/li&gt;
&lt;li&gt;Load Balancer problems&lt;/li&gt;
&lt;li&gt;Firewall restrictions&lt;/li&gt;
&lt;li&gt;SSL/TLS certificate issues&lt;/li&gt;
&lt;li&gt;Kubernetes networking problems&lt;/li&gt;
&lt;li&gt;Cloud VPC misconfigurations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A DevOps Engineer spends a lot of time troubleshooting communication between services.&lt;/p&gt;

&lt;p&gt;Understanding networking helps identify issues quickly and maintain reliable infrastructure. Many DevOps practitioners emphasize that networking fundamentals are critical for debugging cloud, Kubernetes, and infrastructure problems.&lt;/p&gt;




&lt;h1&gt;
  
  
  📚 OSI Model
&lt;/h1&gt;

&lt;p&gt;The OSI (Open Systems Interconnection) Model explains how data travels across a network.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;Application&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;Presentation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;Session&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;Transport&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Network&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Data Link&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Physical&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Physical Layer
&lt;/h3&gt;

&lt;p&gt;Responsible for transmitting bits through cables and signals.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ethernet&lt;/li&gt;
&lt;li&gt;Fiber Optics&lt;/li&gt;
&lt;li&gt;Wireless Signals&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Data Link Layer
&lt;/h2&gt;

&lt;p&gt;Responsible for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MAC Addressing&lt;/li&gt;
&lt;li&gt;Error Detection&lt;/li&gt;
&lt;li&gt;Frame Transmission&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Device:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Switch&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Network Layer
&lt;/h2&gt;

&lt;p&gt;Responsible for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IP Addressing&lt;/li&gt;
&lt;li&gt;Routing&lt;/li&gt;
&lt;li&gt;Packet Delivery&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Device:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Router&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Transport Layer
&lt;/h2&gt;

&lt;p&gt;Provides end-to-end communication.&lt;/p&gt;

&lt;p&gt;Protocols:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TCP&lt;/li&gt;
&lt;li&gt;UDP&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Functions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Segmentation&lt;/li&gt;
&lt;li&gt;Error Recovery&lt;/li&gt;
&lt;li&gt;Flow Control&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Session Layer
&lt;/h2&gt;

&lt;p&gt;Responsible for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Session Creation&lt;/li&gt;
&lt;li&gt;Session Management&lt;/li&gt;
&lt;li&gt;Session Termination&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Presentation Layer
&lt;/h2&gt;

&lt;p&gt;Responsible for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Encryption&lt;/li&gt;
&lt;li&gt;Compression&lt;/li&gt;
&lt;li&gt;Data Formatting&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Application Layer
&lt;/h2&gt;

&lt;p&gt;Closest layer to the user.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTTP&lt;/li&gt;
&lt;li&gt;HTTPS&lt;/li&gt;
&lt;li&gt;DNS&lt;/li&gt;
&lt;li&gt;FTP&lt;/li&gt;
&lt;li&gt;SSH&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  🌍 TCP/IP Model
&lt;/h1&gt;

&lt;p&gt;The TCP/IP Model is the practical implementation used on the Internet.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Function&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application&lt;/td&gt;
&lt;td&gt;User Services&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Transport&lt;/td&gt;
&lt;td&gt;Communication&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Internet&lt;/td&gt;
&lt;td&gt;Routing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Network Access&lt;/td&gt;
&lt;td&gt;Physical Network Access&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Networking for DevOps is usually discussed using the TCP/IP model because it reflects real-world Internet communication.&lt;/p&gt;




&lt;h1&gt;
  
  
  🔄 OSI vs TCP/IP
&lt;/h1&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;OSI&lt;/th&gt;
&lt;th&gt;TCP/IP&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;7 Layers&lt;/td&gt;
&lt;td&gt;4 Layers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Theoretical Model&lt;/td&gt;
&lt;td&gt;Practical Model&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Developed by ISO&lt;/td&gt;
&lt;td&gt;Developed by DARPA&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h1&gt;
  
  
  🌐 IP Addressing
&lt;/h1&gt;

&lt;p&gt;Every device on a network requires an IP Address.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;192.168.1.10&lt;/p&gt;

&lt;p&gt;Types:&lt;/p&gt;

&lt;h2&gt;
  
  
  Public IP
&lt;/h2&gt;

&lt;p&gt;Accessible from the Internet.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;8.8.8.8&lt;/p&gt;

&lt;h2&gt;
  
  
  Private IP
&lt;/h2&gt;

&lt;p&gt;Used inside internal networks.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;192.168.x.x&lt;/li&gt;
&lt;li&gt;172.16.x.x – 172.31.x.x&lt;/li&gt;
&lt;li&gt;10.x.x.x&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  📦 Subnetting
&lt;/h1&gt;

&lt;p&gt;Subnetting divides a large network into smaller networks.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;192.168.1.0/24&lt;/p&gt;

&lt;p&gt;Benefits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better Security&lt;/li&gt;
&lt;li&gt;Better Network Management&lt;/li&gt;
&lt;li&gt;Reduced Traffic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Subnetting and CIDR notation are foundational networking concepts used heavily in cloud environments and DevOps infrastructure.&lt;/p&gt;




&lt;h1&gt;
  
  
  🔢 CIDR Notation
&lt;/h1&gt;

&lt;p&gt;CIDR = Classless Inter-Domain Routing&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;/24 = 255.255.255.0&lt;/li&gt;
&lt;li&gt;/16 = 255.255.0.0&lt;/li&gt;
&lt;li&gt;/32 = Single Host&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;192.168.1.0/24&lt;/p&gt;




&lt;h1&gt;
  
  
  🔐 Common Networking Protocols
&lt;/h1&gt;

&lt;h2&gt;
  
  
  HTTP
&lt;/h2&gt;

&lt;p&gt;Used for web communication.&lt;/p&gt;

&lt;p&gt;Port:&lt;/p&gt;

&lt;p&gt;80&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://example.com" rel="noopener noreferrer"&gt;http://example.com&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  HTTPS
&lt;/h2&gt;

&lt;p&gt;Secure version of HTTP.&lt;/p&gt;

&lt;p&gt;Port:&lt;/p&gt;

&lt;p&gt;443&lt;/p&gt;

&lt;p&gt;Provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Encryption&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Data Integrity&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  DNS
&lt;/h2&gt;

&lt;p&gt;Domain Name System converts domain names into IP addresses.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;google.com → IP Address&lt;/p&gt;

&lt;p&gt;Without DNS, users would need to remember IP addresses.&lt;/p&gt;

&lt;p&gt;DNS is consistently identified as one of the most important networking concepts for DevOps engineers.&lt;/p&gt;




&lt;h2&gt;
  
  
  SSH
&lt;/h2&gt;

&lt;p&gt;Secure Shell is used for remote server access.&lt;/p&gt;

&lt;p&gt;Port:&lt;/p&gt;

&lt;p&gt;22&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;ssh user@server-ip&lt;/p&gt;

&lt;p&gt;This is one of the most frequently used protocols in DevOps.&lt;/p&gt;




&lt;h2&gt;
  
  
  FTP
&lt;/h2&gt;

&lt;p&gt;Used for file transfers.&lt;/p&gt;

&lt;p&gt;Default Port:&lt;/p&gt;

&lt;p&gt;21&lt;/p&gt;




&lt;h2&gt;
  
  
  SMTP
&lt;/h2&gt;

&lt;p&gt;Used for sending emails.&lt;/p&gt;




&lt;h1&gt;
  
  
  ⚡ TCP vs UDP
&lt;/h1&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;TCP&lt;/th&gt;
&lt;th&gt;UDP&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Connection&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Reliability&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Speed&lt;/td&gt;
&lt;td&gt;Slower&lt;/td&gt;
&lt;td&gt;Faster&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Error Checking&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Minimal&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  TCP Examples
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTTP&lt;/li&gt;
&lt;li&gt;HTTPS&lt;/li&gt;
&lt;li&gt;SSH&lt;/li&gt;
&lt;li&gt;FTP&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  UDP Examples
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Gaming&lt;/li&gt;
&lt;li&gt;Video Streaming&lt;/li&gt;
&lt;li&gt;VoIP&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Understanding TCP and UDP is considered a core networking requirement for DevOps professionals.&lt;/p&gt;




&lt;h1&gt;
  
  
  🔥 Ports Every DevOps Engineer Should Know
&lt;/h1&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Port&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;HTTP&lt;/td&gt;
&lt;td&gt;80&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HTTPS&lt;/td&gt;
&lt;td&gt;443&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SSH&lt;/td&gt;
&lt;td&gt;22&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FTP&lt;/td&gt;
&lt;td&gt;21&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SMTP&lt;/td&gt;
&lt;td&gt;25&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DNS&lt;/td&gt;
&lt;td&gt;53&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MySQL&lt;/td&gt;
&lt;td&gt;3306&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PostgreSQL&lt;/td&gt;
&lt;td&gt;5432&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Jenkins&lt;/td&gt;
&lt;td&gt;8080&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kubernetes API&lt;/td&gt;
&lt;td&gt;6443&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h1&gt;
  
  
  🛡️ Firewalls
&lt;/h1&gt;

&lt;p&gt;Firewalls control incoming and outgoing network traffic.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS Security Groups&lt;/li&gt;
&lt;li&gt;NACLs&lt;/li&gt;
&lt;li&gt;Linux UFW&lt;/li&gt;
&lt;li&gt;iptables&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Purpose:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Access Control&lt;/li&gt;
&lt;li&gt;Traffic Filtering&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  ⚖️ Load Balancers
&lt;/h1&gt;

&lt;p&gt;Load Balancers distribute traffic across multiple servers.&lt;/p&gt;

&lt;p&gt;Benefits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High Availability&lt;/li&gt;
&lt;li&gt;Scalability&lt;/li&gt;
&lt;li&gt;Fault Tolerance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;NGINX&lt;/li&gt;
&lt;li&gt;HAProxy&lt;/li&gt;
&lt;li&gt;AWS ALB&lt;/li&gt;
&lt;li&gt;AWS NLB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Load balancing and reverse proxies are commonly cited as networking concepts DevOps engineers should understand.&lt;/p&gt;




&lt;h1&gt;
  
  
  ☁️ Networking in Cloud Computing
&lt;/h1&gt;

&lt;p&gt;Cloud networking includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VPC&lt;/li&gt;
&lt;li&gt;Subnets&lt;/li&gt;
&lt;li&gt;Route Tables&lt;/li&gt;
&lt;li&gt;NAT Gateway&lt;/li&gt;
&lt;li&gt;Internet Gateway&lt;/li&gt;
&lt;li&gt;Security Groups&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without networking knowledge, cloud architecture becomes difficult to understand.&lt;/p&gt;




&lt;h1&gt;
  
  
  ☸️ Networking in Kubernetes
&lt;/h1&gt;

&lt;p&gt;Networking is heavily used in Kubernetes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pods&lt;/li&gt;
&lt;li&gt;Services&lt;/li&gt;
&lt;li&gt;ClusterIP&lt;/li&gt;
&lt;li&gt;NodePort&lt;/li&gt;
&lt;li&gt;Ingress&lt;/li&gt;
&lt;li&gt;Network Policies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most Kubernetes communication depends on networking concepts.&lt;/p&gt;




&lt;h1&gt;
  
  
  🛠 Essential Networking Commands for DevOps
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Check IP Address
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ip addr
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Check Connectivity
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ping google.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  DNS Lookup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;nslookup google.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;or&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;dig google.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Check Open Ports
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ss &lt;span class="nt"&gt;-tulpn&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Trace Route
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;traceroute google.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Test HTTP Response
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-I&lt;/span&gt; https://google.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Real-world DevOps troubleshooting often relies on commands like ping, dig, traceroute, curl, and port inspection tools.&lt;/p&gt;




&lt;h1&gt;
  
  
  🎯 Key Learnings From Week 1
&lt;/h1&gt;

&lt;p&gt;✅ OSI Model&lt;/p&gt;

&lt;p&gt;✅ TCP/IP Model&lt;/p&gt;

&lt;p&gt;✅ IP Addressing&lt;/p&gt;

&lt;p&gt;✅ Subnetting&lt;/p&gt;

&lt;p&gt;✅ CIDR&lt;/p&gt;

&lt;p&gt;✅ DNS&lt;/p&gt;

&lt;p&gt;✅ HTTP/HTTPS&lt;/p&gt;

&lt;p&gt;✅ SSH&lt;/p&gt;

&lt;p&gt;✅ TCP vs UDP&lt;/p&gt;

&lt;p&gt;✅ Firewalls&lt;/p&gt;

&lt;p&gt;✅ Load Balancers&lt;/p&gt;

&lt;p&gt;✅ Cloud Networking Basics&lt;/p&gt;

&lt;p&gt;✅ Kubernetes Networking Basics&lt;/p&gt;

&lt;p&gt;✅ Networking Troubleshooting Commands&lt;/p&gt;




&lt;h1&gt;
  
  
  🚀 Conclusion
&lt;/h1&gt;

&lt;p&gt;Networking is not just another topic in DevOps.&lt;/p&gt;

&lt;p&gt;It is the foundation behind cloud platforms, Linux servers, Docker containers, Kubernetes clusters, CI/CD pipelines, APIs, and distributed applications.&lt;/p&gt;

&lt;p&gt;This week helped me understand how systems communicate, how requests travel across networks, and how DevOps engineers troubleshoot real-world infrastructure issues.&lt;/p&gt;

&lt;p&gt;The stronger your networking fundamentals are, the easier it becomes to learn Cloud, Kubernetes, Security, and Site Reliability Engineering.&lt;/p&gt;

&lt;p&gt;Thank you for reading my Week 1 report.&lt;/p&gt;

&lt;p&gt;Happy Learning! 🚀&lt;/p&gt;

&lt;h1&gt;
  
  
  90DaysOfDevOps #DevOps #Networking #Linux #CloudComputing #AWS #Azure #Kubernetes #Docker #LearningInPublic #TechCommunity
&lt;/h1&gt;

</description>
      <category>beginners</category>
      <category>devops</category>
      <category>learning</category>
      <category>networking</category>
    </item>
  </channel>
</rss>
