What is a UUID?
A UUID (Universally Unique Identifier), also known as GUID (Globally Unique Identifier), is a 128-bit number used to identify information in computer systems. UUIDs are standardized by RFC 4122 and the newer RFC 9562.
The probability of generating duplicate UUIDs is so low that it can be ignored for practical purposes. This makes UUIDs ideal for distributed systems where unique identifiers are needed without coordination.