<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2009://3/tag:ask-leo.com,2007://3.2946-</id>
  <updated>2009-11-19T10:02:15Z</updated>
  <title>Comments for How can I tell what program is making or accepting TCP/IP connections on my machine?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.25</generator>

  <entry>
    <id>tag:ask-leo.com,2007://3.2946-comment:37744</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://3.2946" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html#c37744" />
    <title>Comment from Victor Díaz Ruiz on 2009-09-06</title>
    <author>
      <name>Victor Díaz Ruiz</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hey i hope this help some people.. like Leo said the TCPview is a good tool tat could help u to know what application is listening in each port here is a command that will give u exaclty the same informaction "netstat -a -b" what does it do? well the first argument -a  will show u all the conections and listening ports so now u know which ports u have open then the second argument -b asks for the application that is running in each port so now u have the same information that the TCPview gives u.</p>

<p>Answering the question for Elshan  the ip address is  under the remote address sometimes it gives u the name for example it could tell u www.hotmail.com so now u can look for the transalation for that ip usign the command nslookup after u execute that comman in the command prompt then u have to insert the name u want to tranlate in this case www.hotmail.com and it will give u the ip address of that name.</p>

<p>Greeting from Mexico  </p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html">How can I tell what program is making or accepting TCP/IP connections on my machine?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-06T20:09:11Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://3.2946-comment:28013</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://3.2946" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html#c28013" />
    <title>Comment from Elshan on 2007-12-10</title>
    <author>
      <name>Elshan</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p><br />
Thank you for this material but I can'not find here answer to my question<br />
I'm interested can I seethe IP address of computer which is using my open ports or i ss cutting something from me in LAN or internet</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html">How can I tell what program is making or accepting TCP/IP connections on my machine?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-12-10T12:06:32Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://3.2946-comment:28012</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://3.2946" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html#c28012" />
    <title>Comment from rayzepol on 2007-04-01</title>
    <author>
      <name>rayzepol</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Hi, I used TCPView and got 2 items Listening,<br />
then opened netstat and I had 5 items listening.<br />
Whats up with the difference?</p>

<p>ps I found out yesterday what TCP was.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html">How can I tell what program is making or accepting TCP/IP connections on my machine?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-04-01T23:44:42Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://3.2946-comment:28011</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://3.2946" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html#c28011" />
    <title>Comment from Ken on 2007-03-01</title>
    <author>
      <name>Ken</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Thanks for the pointer to TCPView -- it's just what I've been looking for as well.  I've known about netstat for years, but that doesn't tell you who has the port open, just that it's open.</p>

<p>As for the "restricting my ipo high speed" comment, perhaps he meant "it's eating up my bandwidth, limiting what other programs are able to send/receive"?  Or perhaps his ISP throttles down the bandwidth because it's using too much?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_i_tell_what_program_is_making_or_accepting_tcpip_connections_on_my_machine.html">How can I tell what program is making or accepting TCP/IP connections on my machine?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-03-01T15:27:03Z</published>
  </entry>

</feed>
