Hi! I have an application that will operate with a distributed database on various pcs in multiple cities... the application is in c# connected to an sql server...I need the pcs to connect between themselves, how should they do this? it's the first time I work with this type of chalenge
I've been suggested that when the application starts on each computer they give their ip address (ip address will not be fixed) through internet to an application that will have the ip address directory and then start communication through tcp/ip, is this viable? if it is how secure is it?
thankyou!