<?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"
	>

<channel>
	<title>Networking Tools</title>
	<atom:link href="http://www.networkingtools.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkingtools.org</link>
	<description>Traceroute, ping, host and many other network tools blog</description>
	<pubDate>Sun, 13 Jan 2008 09:32:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Web performance tuning</title>
		<link>http://www.networkingtools.org/web-performance-tuning/</link>
		<comments>http://www.networkingtools.org/web-performance-tuning/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 09:32:37 +0000</pubDate>
		<dc:creator>tools</dc:creator>
		
		<category><![CDATA[Online tools]]></category>

		<guid isPermaLink="false">http://www.networkingtools.org/web-performance-tuning/</guid>
		<description><![CDATA[Network connectivity speed doesn&#8217;t always mean you get the fastest web site loading time if you are hosting your site on a high-speed up link. There are many other factors that will slow down or increase your web server response latency.
For example web site caching can be done locally (dynamic data pre-generated) or static content [...]]]></description>
			<content:encoded><![CDATA[<p>Network connectivity speed doesn&#8217;t always mean you get the fastest web site loading time if you are hosting your site on a high-speed up link. There are many other factors that will slow down or increase your web server response latency.<br />
For example <a href="http://www.megaburst.com/caching/smart-caching-for-web-sites-and-blogs/">web site caching</a> can be done locally (dynamic data pre-generated) or static content distributed via alternative caching methods - reverse proxies, content delivery networks and such mehods.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networkingtools.org/web-performance-tuning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding the path to a specific host</title>
		<link>http://www.networkingtools.org/finding-the-path-to-a-specific-host/</link>
		<comments>http://www.networkingtools.org/finding-the-path-to-a-specific-host/#comments</comments>
		<pubDate>Fri, 18 May 2007 21:15:57 +0000</pubDate>
		<dc:creator>tools</dc:creator>
		
		<category><![CDATA[Network tools]]></category>

		<guid isPermaLink="false">http://www.networkingtools.org/finding-the-path-to-a-specific-host/</guid>
		<description><![CDATA[In order to find a traffic path to a specific host I suggest using traceroute (tracert utility on Windows OS) utility. By running a traceroute you will see how the traffic travels between your workstation (or server) to the remote host you are tracerouting.
On the linux platform, simply enter
traceroute www.thehostuwanttotraceroute.com
on windows OS (from the DOS [...]]]></description>
			<content:encoded><![CDATA[<p>In order to find a traffic path to a specific host I suggest using traceroute (tracert utility on Windows OS) utility. By running a traceroute you will see how the traffic travels between your workstation (or server) to the remote host you are tracerouting.</p>
<p>On the linux platform, simply enter</p>
<p>traceroute www.thehostuwanttotraceroute.com</p>
<p>on windows OS (from the DOS command line shell):</p>
<p>tracert www.thehostuwanttotraceroute.com</p>
<p>You can also turn off the hostname resolving, -d on the Windows, -n in Linux Shell.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networkingtools.org/finding-the-path-to-a-specific-host/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
