Socket connection
-
Hi there, Consider you have a socket connected through an IP:port from server 1 (ip:port) to server 2(different ip:port (differenet out side ip)) if the IP address of server 2 is changed for some reason, what would happen to socket connection between two servers. the application that uses the socket connection from server 1 to server 2 is running whole time but server 2 is located in a place that the ip changes every hour. what happens to the socket connection? Regards,
-
Hi there, Consider you have a socket connected through an IP:port from server 1 (ip:port) to server 2(different ip:port (differenet out side ip)) if the IP address of server 2 is changed for some reason, what would happen to socket connection between two servers. the application that uses the socket connection from server 1 to server 2 is running whole time but server 2 is located in a place that the ip changes every hour. what happens to the socket connection? Regards,
-
Hi, Connection is disconnected because socket (address and port) is not valid any longer.
----------- Mila
This is what I think but I have a colleague that says when the conncetion between two server is up throgh a socket, even though the ip changes for one server the connection should be there. And any new connection should use the new ip address not the one that is already there.
-
This is what I think but I have a colleague that says when the conncetion between two server is up throgh a socket, even though the ip changes for one server the connection should be there. And any new connection should use the new ip address not the one that is already there.
I just tried changing the IP on a LAN and the TCP/IP connection dropped.
"Do you know what it's like to fall in the mud and get kicked... in the head... with an iron boot? Of course you don't, no one does. It never happens. It's a dumb question... skip it."
-
I just tried changing the IP on a LAN and the TCP/IP connection dropped.
"Do you know what it's like to fall in the mud and get kicked... in the head... with an iron boot? Of course you don't, no one does. It never happens. It's a dumb question... skip it."