Is this anycast behaviour correct?

Posted by etheros on Server Fault See other posts from Server Fault or by etheros
Published on 2010-05-03T17:27:10Z Indexed on 2010/05/03 17:38 UTC
Read the original article Hit count: 216

Filed under:
|

When connecting to an service provided using anycast, I am experiencing different behaviour depending on whether the request is made using TCP or UDP.

With TCP, the request is made to address A, and the subsequent response also comes from A.

With UDP however, while the request is made to A, the response comes from address B.

Is this correct behaviour, or should the UDP response come from the same address it's sent to?

© Server Fault or respective owner

Related posts about anycast

Related posts about networking