<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Networking on ZK Punk</title>
		<link>https://www.ZKPunk.dev/categories/networking/</link>
		<description>Recent content in Networking on ZK Punk</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Wed, 28 Sep 2011 00:08:00 -0800</lastBuildDate>
		
			<atom:link href="https://www.ZKPunk.dev/categories/networking/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Traceroute implementation using scapy</title>
				<link>https://www.ZKPunk.dev/posts/traceroute_implementation_using_scapy/</link>
				<pubDate>Wed, 28 Sep 2011 00:08:00 -0800</pubDate>
				<guid>https://www.ZKPunk.dev/posts/traceroute_implementation_using_scapy/</guid>
				<description>&lt;h3 id=&#34;traceroute&#34;&gt;&#xA;  Traceroute&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#traceroute&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;Traceroute&lt;/code&gt; is a network diagnostic utility used for displaying the path taken by a packet to it&amp;rsquo;s destination. It uses the &lt;code&gt;ICMP&lt;/code&gt; protocol to help traverse the path. Each IP packet has an &lt;code&gt;8 bit TTL&lt;/code&gt; field that gets decremented by every router on the path, to prevent the packet from indefinitely circulating the internet (or network).  When the TTL value reaches zero  an ICMP error &amp;lsquo;Time To Live Exceeded&amp;rsquo; is sent back to the sender.  We can use this fact to our advantage by discovering all the hops between the source and the destination.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Dropbox: LAN Sync Protocol</title>
				<link>https://www.ZKPunk.dev/posts/dropbox_lan_sync_protocol/</link>
				<pubDate>Sat, 10 Sep 2011 00:08:00 -0800</pubDate>
				<guid>https://www.ZKPunk.dev/posts/dropbox_lan_sync_protocol/</guid>
				<description>&lt;p&gt;A year ago, I fired up wire shark on my home network to check out the packet flow of the &lt;strong&gt;DHCP process&lt;/strong&gt;. I closed all my browser windows and other chat/im services, and still noticed a lot of chatter on the network. One that got my particular attention was a packet that was related to the popular service dropbox. I had not updated/edited any files recently, so was surprised to see it. I then decided to dig a little more on wire shark and with some google search came to the conclusion that it was a dropbox feature to sync data changes within the local network.&lt;/p&gt;</description>
			</item>
			<item>
				<title>How does DHCP work?</title>
				<link>https://www.ZKPunk.dev/posts/how_does_dhcp_work/</link>
				<pubDate>Sat, 10 Sep 2011 00:08:00 -0800</pubDate>
				<guid>https://www.ZKPunk.dev/posts/how_does_dhcp_work/</guid>
				<description>&lt;h3 id=&#34;what-is-dhcp-&#34;&gt;&#xA;  What is DHCP ?&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#what-is-dhcp-&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;DHCP&lt;/code&gt; is a protocol used to provide an IP address to a device. It is also used to configure additional networking related parameters on the device like subnet mask, router, domain name, and dns server.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-dhcp-&#34;&gt;&#xA;  Why DHCP ?&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#why-dhcp-&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;DHCP&lt;/code&gt; stands for &lt;code&gt;dynamic host configuration protocol&lt;/code&gt; and so allows a device to get an IP address without any manual intervention as long as the dhcp client is enabled and running on the device.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
