Jump to content

Server change number

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Explicit (talk | contribs) at 01:04, 2 October 2021 (top: Removed template per Wikipedia:Templates for discussion/Log/2021 September 24#Template:Copy to Wiktionary.). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Server Change Number (SCN) is a counter variable used in Client/Server Architecture systems to find out whether the server state could be synchronized with the state of the client. In case of a difference, there have been obviously communication problems.

The number is incremented once the server has successfully integrated changes coming from the client in the case of a server-side event. The counter is incremented once more, if the changes made by the programmer are committed.