<?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>gHacks technology news &#187; tcp</title>
	<atom:link href="http://www.ghacks.net/tag/tcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fport Maps Ports To Applications</title>
		<link>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/</link>
		<comments>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 09:22:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cport]]></category>
		<category><![CDATA[fport]]></category>
		<category><![CDATA[list ports]]></category>
		<category><![CDATA[open ports]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[port scan]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcp port]]></category>
		<category><![CDATA[udp]]></category>
		<category><![CDATA[udp port]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10300</guid>
		<description><![CDATA[Fport is a portable command line utility that will report all open TCP and UDP ports to the user. The port analyzer maps each open port to an application to distinguish itself from the netstat -an command in Windows which otherwise would provide the same amount of information.
What this means is that Fport will basically [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.foundstone.com/us/resources/proddesc/fport.htm">Fport</a> is a portable command line utility that will report all open TCP and UDP ports to the user. The port analyzer maps each open port to an application to distinguish itself from the <strong>netstat -an</strong> command in Windows which otherwise would provide the same amount of information.</p>
<p>What this means is that Fport will basically display all open ports and the applications that use them for their connection. This makes it very easy to find unauthorized connections by simply verifying the applications one by one.</p>
<p>Fport has to be launched from the command line or a batch script. It will display all open ports and their applications if it is executed without switches. The following switches are available:<br />
<span id="more-10300"></span><br />
<blockquote>
/p (sort by port)<br />
/a (sort by application)<br />
/i (sort by pid)<br />
/ap (sort by application path)
</p></blockquote>
<p>The output will look like this:</p>
<blockquote><p>C:\>fport<br />
FPort v2.0 &#8211; TCP/IP Process to Port Mapper<br />
Copyright 2000 by Foundstone, Inc.<br />
http://www.foundstone.com<br />
Pid   Process            Port  Proto Path<br />
392   svchost        ->  135   TCP   C:\WINNT\system32\svchost.exe<br />
8     System         ->  139   TCP<br />
8     System         ->  445   TCP<br />
508   MSTask         ->  1025  TCP   C:\WINNT\system32\MSTask.exe</p>
<p>392   svchost        ->  135   UDP   C:\WINNT\system32\svchost.exe<br />
8     System         ->  137   UDP<br />
8     System         ->  138   UDP<br />
8     System         ->  445   UDP<br />
224   lsass          ->  500   UDP   C:\WINNT\system32\lsass.exe<br />
212   services       ->  1026  UDP   C:\WINNT\system32\services.exe</p></blockquote>
<p>The easiest way to work with fport is to save the output into a text document for further processing. This can be done with the command <strong>fport > output.txt</strong> which will create a text document with the name output.txt in the root directory of fport.</p>
<p>A similar application with a graphical user interface is <a href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/">Cports</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/cport/" title="cport" rel="tag">cport</a>, <a href="http://www.ghacks.net/tag/fport/" title="fport" rel="tag">fport</a>, <a href="http://www.ghacks.net/tag/list-ports/" title="list ports" rel="tag">list ports</a>, <a href="http://www.ghacks.net/tag/open-ports/" title="open ports" rel="tag">open ports</a>, <a href="http://www.ghacks.net/tag/port/" title="port" rel="tag">port</a>, <a href="http://www.ghacks.net/tag/port-scan/" title="port scan" rel="tag">port scan</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/tcp/" title="tcp" rel="tag">tcp</a>, <a href="http://www.ghacks.net/tag/tcp-port/" title="tcp port" rel="tag">tcp port</a>, <a href="http://www.ghacks.net/tag/udp/" title="udp" rel="tag">udp</a>, <a href="http://www.ghacks.net/tag/udp-port/" title="udp port" rel="tag">udp port</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/19/realtime-network-connection-monitor/" title="Realtime Network Connection Monitor (August 19, 2009)">Realtime Network Connection Monitor</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Measure exact throughput of any TCP IP network</title>
		<link>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/</link>
		<comments>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 08:00:48 +0000</pubDate>
		<dc:creator>Tobey</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[iperf]]></category>
		<category><![CDATA[netcps]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5196</guid>
		<description><![CDATA[Wondering how much traffic can be pulled through the network you&#8217;re working in during certain period of time or how quickly your network components work? Yeah, be a networking proffesional or a regular home user with a small LAN (like me :) ), it&#8217;s always good to know what&#8217;s your network capable of. But how [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering how much traffic can be pulled through the network you&#8217;re working in during certain period of time or how quickly your network components work? Yeah, be a networking proffesional or a regular home user with a small LAN (like me :) ), it&#8217;s always good to know what&#8217;s your network capable of. But how do we find out? Well, some smart IT guys thought a utility capable of precisely measuring the amount of data flow within a period of time could come in handy and were so kind to share these tiny yet sophisticated utilities. Though, you do need to be able to access both endpoints between which you want to measure since the applications must be running on both sides in a server-client setting. Let the measuring begin!</p>
<p><span id="more-5196"></span>NetCPS &#8211; the easier way</p>
<p>This little tool called <a href="http://www.netchain.com/netcps">NetCPS</a> (a single executable file) is rather simplistic, no fancy features as the author (credits to Jarle Aase) says. It pumps 100MB of generated data (without accessing the HDD which could mess with the final result) and then displays the result in form of average speed stated in both KB/s and MB/s. Sourcecode is available for download as well in case you&#8217;d like to do some further tinkering with it. Freely usable unless you intend to use it on behalf of military or government.</p>
<p><a href="http://www.scrnshots.com/users/Cyberfly/screenshots/16410"><img src="http://s3.amazonaws.com/scrnshots.com/screenshots/16410/ScreenShot00007.png" /></a></p>
<p>Example of use:</p>
<p>Server-side end-point: netcps -server<br />
Client-side end-point2: netcps *IP address/hostname of the host*</p>
<p>Additional switches to change the default port (4455) and default amount of transfered data (100MB) are supported. Use the -help switch for further instructions.</p>
<p>Iperf &#8211; the powerful way</p>
<p>This tool on the contrary is rather advanced while still maintaining its portability and small size. It can measure performance with many different settings but those are optional and not neccessary for the essential purpose of finding out what the network&#8217;s throughput is. You can affect a lot of settings by changing them with various switches. Take notice of the example screenshot for instance, where the port used is changed to 1234, amount of sent data set to 200 MB, interval of reports set to 2 seconds for better accuracy and report format set to MBytes. Iperf can be run as a solid Windows service as well. Here&#8217;s a download link to the compiled Windows version of <a href="http://www.noc.ucf.edu/Tools/Iperf">Iperf</a> (a single executable).</p>
<p><a href="http://www.scrnshots.com/users/Cyberfly/screenshots/16830"><img src="http://s3.amazonaws.com/scrnshots.com/screenshots/16830/ScreenShot00008.png" /></a></p>
<p>Example of use:</p>
<p>Server-side end-point: iperf -s -p 1234<br />
Client-side end-point2: iperf -c *IP address/hostname of the host*</p>
<p>Many additional switches and settings are available for advanced use of this nifty utility. The usual -help switch brings up further instructions again.</p>

	Tags: <a href="http://www.ghacks.net/tag/ip/" title="ip" rel="tag">ip</a>, <a href="http://www.ghacks.net/tag/iperf/" title="iperf" rel="tag">iperf</a>, <a href="http://www.ghacks.net/tag/netcps/" title="netcps" rel="tag">netcps</a>, <a href="http://www.ghacks.net/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.ghacks.net/tag/tcp/" title="tcp" rel="tag">tcp</a>, <a href="http://www.ghacks.net/tag/tcpip/" title="tcp/ip" rel="tag">tcp/ip</a>, <a href="http://www.ghacks.net/tag/traffic/" title="traffic" rel="tag">traffic</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/" title="Who is connected to your pc right now ? (November 6, 2005)">Who is connected to your pc right now ?</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/06/30/who-shares-your-shared-hosting/" title="Who shares your shared hosting? (June 30, 2009)">Who shares your shared hosting?</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/26/webmasters-search-for-links-posted-on-twitter/" title="Webmasters: Search For Links Posted On Twitter (July 26, 2009)">Webmasters: Search For Links Posted On Twitter</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/02/26/use-multiple-screens-over-network/" title="Use Multiple Screens over Network (February 26, 2007)">Use Multiple Screens over Network</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
