<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Network on AI Infra</title>
    <link>https://raghavxk8s.com/categories/network/</link>
    <description>Recent content in Network on AI Infra</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 19 Jun 2019 09:00:58 +0000</lastBuildDate>
    
	<atom:link href="https://raghavxk8s.com/categories/network/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Network Protocals</title>
      <link>https://raghavxk8s.com/post/network-protocals/</link>
      <pubDate>Wed, 19 Jun 2019 09:00:58 +0000</pubDate>
      
      <guid>https://raghavxk8s.com/post/network-protocals/</guid>
      <description>Table of Contents  TCP UDP  TCP (Transmission Control Protocal) * Description : ``` TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network ``` * Its a persistent connection * Three way handshare(at the begining) ``` step1 : Client sends -&amp;gt; I want to talk -&amp;gt; Server step2 : Client recieves &amp;lt;- &amp;quot;Sure. Are you Ready?</description>
    </item>
    
    <item>
      <title>ISO Model</title>
      <link>https://raghavxk8s.com/post/iso-model/</link>
      <pubDate>Wed, 12 Jun 2019 04:39:33 +0000</pubDate>
      
      <guid>https://raghavxk8s.com/post/iso-model/</guid>
      <description> Layer 7 to Layer 1 All People Seem To Need Data Processing
 Physical Layer Data Link Lyaer Network Layer Transport Layer Session Presentation Layer Application Layer  </description>
    </item>
    
    <item>
      <title>TCPDUMP cmd</title>
      <link>https://raghavxk8s.com/post/tcpdump/</link>
      <pubDate>Sun, 19 May 2019 07:53:12 +0000</pubDate>
      
      <guid>https://raghavxk8s.com/post/tcpdump/</guid>
      <description>tcpdump -i any To get the network packets from all network interfaces, run the following command,  get packets on localhost with port 8288 tcpdump -i lo0 port 8288  tcpdump -i eth0 get the network packets from a single interface  tcpdump -i eth0 -w wirte_file_name write all the captured packets to a file, use the ‘-w’ option,  tcpdump -r packets_file read an already created, old tcpdump file.</description>
    </item>
    
    <item>
      <title>Network Debug Commands</title>
      <link>https://raghavxk8s.com/post/linux-network-commands-1/</link>
      <pubDate>Sat, 18 May 2019 05:30:33 +0000</pubDate>
      
      <guid>https://raghavxk8s.com/post/linux-network-commands-1/</guid>
      <description>Ifconfig Used to configure network interface parameters. Checking ip of the machine.  traceroute Print the route packets take to network host.  dig(Domain information groper) Dig (domain information groper) query DNS related information like A Record, CNAME, MX Record etc  telnet Connects to host on given port using telnet protocal. If connection successful then host is working fine.  nslookup It queries internet domain name servers.  Options</description>
    </item>
    
  </channel>
</rss>