<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ARP Cache</title>
	<atom:link href="http://www.arpcache.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arpcache.org</link>
	<description></description>
	<lastBuildDate>Mon, 18 Jan 2010 12:35:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ARP Cache</title>
		<link>http://www.arpcache.org/arp-cache.html</link>
		<comments>http://www.arpcache.org/arp-cache.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:05:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.arpcache.org/arp-cache.html</guid>
		<description><![CDATA[ARP is a very necessary part of IP networking. ARP is fundamentally used to connect OSI Layer 3, Network, to OSI Layer 2, Data-Link. In less complex terms, that means that ARP is used to connect our IP address to our Ethernet address or MAC Addressing. To permit communication with any device on your network, [...]]]></description>
			<content:encoded><![CDATA[<p>ARP is a very necessary part of IP networking. ARP is fundamentally used to connect OSI Layer 3, Network, to OSI Layer 2, Data-Link. In less complex terms, that means that ARP is used to connect our IP address to our Ethernet address or MAC Addressing. To permit communication with any device on your network, there needs to   be an Ethernet MAC address for that device. If the device is not on a LAN, then a default gateway may be implemented or in other words a router. Where the router is used it acts as the destination MAC address that your PC will use to communicate.</p>
<p>There are two kinds of ARP entries; these are static and dynamic. For the most part, dynamic ARP entries will be used by most users. This basically means that the ARP entry, the Ethernet MAC to IP address link, is placed on a device for a fairly long period of time, once it is being used. The static ARP entry is unlike the dynamic ARP entry. When using a static ARP entry, the user will have to manually enter the link between the Ethernet MAC address and the IP address. Because of the burdensome nature of using this method and the overall observed positives of using dynamic ARP entries, dynamic ARP entries are as a result used much more.</p>
<p>To produce an ARP entry an ARP protocol is issued. For example if a PC needs to communicate with host www.thisisanexample.com. Before it can perform this task, it must first resolve the hostname with the DNS server. If DNS resolves it successfully with an address of 111.112.111.112. Before   the PC can make meaningful contact with that IP address, it must then first resolve the IP address to the MAC address. To carry this out, it must perform an ARP request. This is a broadcast that goes to the local LAN that will endeavour to assess who has IP address 111.112.111.112 and then discern what the Ethernet MAC address is. If server responds and declares I have IP address 111.112.111.112 and my MAC address is 1234.4567.890B the PC will place that entry into its local ARP cache and it will stay there until the entry is no longer being used and the ARP cache timeout has expired. </p>
<p>In addition to all this, there is also the Inverse ARP protocol. This protocol performs the opposing task that the ARP protocol will do. Inverse ARP will ask all devices if they have the MAC address xxxx.xxxx.xxxx and, if so, what each device&#8217;s IP address is.</p>
<p>No matter which IP device is being used, it will undoubtedly have an ARP cache. This ARP cache can be employed for troubleshooting or network connectivity. If the ARP is operating as it should and at its best possible performance, a user will have a dynamic ARP entry that is complete with both MAC and IP values available for access. Alternatively, if a user does not have a complete entry, he or she can clear the ARP cache and try to communicate once again by pinging the device with which the user would like to communicate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arpcache.org/arp-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

