Share via

AAG session-timeout

sakuraime 2,351 Reputation points
2020-09-17T07:46:30.63+00:00

May I confirm session-timeout checking within replica is using protocol ping ?? to end point address ?
or ping to endpoint tcp port ?

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Shashank Singh 6,251 Reputation points
2020-09-17T08:48:04.51+00:00

Yes the replicas use ping to gauge whether other replica is reachable or not and ping internally uses ICMP protocol to establish connection.

The ping would be to the server not to any port. Ping internally uses what is called as ECHO functionality to check if other server is alive.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.