G Guest Jun 4, 2007 #1 Hello everyone, I am using .net remoting. Is there any way to find out the list of open ports. Thanks.
Hello everyone, I am using .net remoting. Is there any way to find out the list of open ports. Thanks.
G Guest Jun 4, 2007 #2 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
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
N Nicholas Paldino [.NET/C# MVP] Jun 4, 2007 #3 Vinki, No, there is no discovery service when using remoting. You have to know the endpoint information beforehand.
Vinki, No, there is no discovery service when using remoting. You have to know the endpoint information beforehand.
M Mr. Arnold Jun 4, 2007 #4 Vinki said: Hello everyone, I am using .net remoting. Is there any way to find out the list of open ports. Click to expand... 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
Vinki said: Hello everyone, I am using .net remoting. Is there any way to find out the list of open ports. Click to expand... 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