Thanks for the reply.
I use TCP/IP for two purposes in my application.
1. HTTPS connection to our providers.
for this type of connection, all the initial connection
to our provider start from 0.0.0.0:portNum.
e.g: CONNECT TCP 0.0.0.0:2266 to 12.xxx.xx.xxx:443
where...
When my application server connect to our sql server, I use port explorer to monitor the port activity. I noticed my app connect to db server in two different ways:
1. 0.0.0.0:2825 192.100.10.100:2003
2. 192.100.10.20:2927 192.100.10.100:2003
where 192.100.10.100 is the sql server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.