GUIDs
A GUID stands for Globally Unique Identifier and is a 128-bit value used to identify information in computer systems. GUIDs are designed to be unique across space and time, allowing objects created on different machines to be identified without a central coordinating authority. They are conceptually the same as UUIDs defined by international standards.
Most commonly represented as a 36-character string consisting of five groups separated by hyphens in the form
GUIDs are generated according to several schemes recognized in RFC 4122. Version 1 is time-based and may
They are used to identify records, components, or sessions in distributed systems, databases, APIs, and software
Privacy and performance considerations: Version 1 IDs can reveal creation time and hardware identifiers; Version 4
Standards and terminology: GUID is the Microsoft name for what RFC 4122 calls a UUID. Most programming