Different network response for indentical co-located machines
Posted
by
Santosh
on Server Fault
See other posts from Server Fault
or by Santosh
Published on 2012-04-05T08:53:09Z
Indexed on
2012/04/05
11:32 UTC
Read the original article
Hit count: 361
We have a situation as follows:
- We have a two different virtual machines (VMs) on some remote server farm. The machines are identical in terms of hardware/software(OS) configurations.
- We have a J2EE application running on JBoss on each of those two machines.
- These two applications are of different version sav V1 on VM1 and V2 on VM2.
- We observed some degraded response time for application V2 when accessed via public URL.
- When we accessed the application through a secured VPN, there is hardly any difference.
- The bandwidth test (upload/download speed, ping etc) shows that VM1 is responding better when accessed via secured VPN.
- We concluded that the application does not seem to have performance issue. Because, it that's the case the performance degradation should also be there when access via VPN. So we concluded its the network problem.
- But since those two identical VMs are on same network we are looking for the reasons for different responses.
My question is, given the above situation, what could be reasons for such a behavior ?
© Server Fault or respective owner