lists of open ports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,

I am using .net remoting. Is there any way to find out the list of open
ports.

Thanks.
 
Well,
how many "open ports" do you think you need? One? Maybe two?

Just pick a high number above the 1024 standard port range such as 54321.
Odds are very rare that it will be in use by another process.
Peter
 
Vinki,

No, there is no discovery service when using remoting. You have to know
the endpoint information beforehand.
 
Vinki said:
Hello everyone,

I am using .net remoting. Is there any way to find out the list of open
ports.

You have 65,535 ports. Ports 1024 and below are resserved and there are some
ports that are reserved above 1024 like SQL Server 1432-1433.

Now, if there is nothing running on the machines using the high ports above
1024, then they are open ports you can use.

http://support.microsoft.com/kb/174904
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top