connecting two serves

jijoyattitude

New Member
hi all,

i needed to connect two servers. one located in canada and another in dubai. can someone tell me how to do this as im new to this. we want to connect our servers to run a common software. can someone tell me the most secure and cost effective way to connect these servers.

someone told me about VPN is this of any use?? we have a 2 MB dedicated line. can this be used??

pls help

regards

jijoy
 
Java Socket programming

if u know Java, u can write a code for this. (Java Socket Programming books are available for free). in that u must write a server and a client side. (a server is really client in every connection between two servers and u can send and recieve any data)
--- see "Computer Networking, a top-down approch featuring internet", 3rd or 2nd edition form "Kurose" and "Ross" for a fast introducing. (c chapter 2 under "Java Socket Programming")
enjoy
 
Back
Top