Universally unique identifier

Universally unique identifier

Delete my personal info !

← Previous revision Revision as of 00:18, 22 April 2026
Line 19: Line 19:
A '''universally unique identifier''' ('''UUID''') is a [[128-bit]] number used to identify information in computer systems. The term '''globally unique identifier''' ('''GUID''') is also used, typically in software created by [[Microsoft]].
A '''universally unique identifier''' ('''UUID''') is a [[128-bit]] number used to identify information in computer systems. The term '''globally unique identifier''' ('''GUID''') is also used, typically in software created by [[Microsoft]].


When generated according to the standards, UUIDs are, for practical purposes, unique. Their uniqueness does not depend on a central registration authority or coordination between the parties generating them, unlike most other numbering schemes. While the [[probability]] that a UUID will be duplicated is not zero, it is close enough to zero to be negligible.{{cite web |url=http://www.h2database.com/html/advanced.html#uuid |title=Universally Unique Identifiers (UUID) |website=[[H2 (DBMS)|H2]] |access-date=21 March 2021}} Thus, anyone can create large numbers of UUIDs and use them as identifiers with near certainty that they do not duplicate UUIDs that have been, or will be, created by others, with the only coordination required being conformance with the UUID standards. Information labeled with UUIDs by independent parties can therefore coexist in the same databases or channels, with a negligible probability of duplication.
When generated according to the standards, UUIDs are, for practical purposes, unique. Their uniqueness does not depend on a central registration authority or coordination between the parties generating them, unlike most other numbering schemes. While the [[probability]] that a UUID will be duplicated is not zero, it is close enough to zero to be negligible.{{hus, anyone can create large numbers of UUIDs and use them as identifiers with near certainty that they do not duplicate UUIDs that have been, or will be, created by others, with the only coordination required being conformance with the UUID standards. Information labeled with UUIDs by independent parties can therefore coexist in the same databases or channels, with a negligible probability of duplication.


Adoption of UUIDs is widespread, with many computing platforms providing support for generating them and for parsing their textual representation.
Adoption of UUIDs is widespread, with many computing platforms providing support for generating them and for parsing their textual representation.