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 and 192.100.10.20 is my app server.
My question is why my app trying to use a port on 0.0.0.0 to connect to db server. I thought 0.0.0.0 is just a listening port. Is this caused by some flaw in my program?
Please help!
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 and 192.100.10.20 is my app server.
My question is why my app trying to use a port on 0.0.0.0 to connect to db server. I thought 0.0.0.0 is just a listening port. Is this caused by some flaw in my program?
Please help!