Suppose I have a set of machines whose ip addresses are changing, say every 10 mins, then before making the tcp connect call (from a client) how do I make sure all the switches and routers have updated their mac Address and Ip Address mapping correctly and that it is latest and correct?
Since I need to make sure the tcp connects to the machine which is having a particular Ip Address,Can I send some application oriented tcp packet which broadcasts in the network and let the switches and routers update their mac Address and Ip Address mapping so that I am able to connect to a particular Ip (which may not be on the same machine every 10mins, but assume that a server is listening on all these machines, maybe on a different NIC card than the one for which the Ip Addresses are changing).
Is there a way I can achieve this?