I'm currently develop a client-server application. Let's say I want to find my server ip and port dynamically from client. How would I do that? For IP, let's say I can download and install on server the DUC application from no-ip.com website, and to bind that IP to a well-known site ( let's say www.myserver.biz ), and this site I will use in my client. But in the case of port, what can I do?
Thank you!