UUID
From Just Solve the File Format Problem
(Difference between revisions)
(Changed primary category) |
|||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Elements of File Formats |
}} | }} | ||
A [[UUID]] (universally unique identifier) is an arbitrary 128-bit identifier, and a standard set of guidelines for generating such an identifier. The goal is that each identifer will (with overwhelming probability) be unique, without need of a central authority. | A [[UUID]] (universally unique identifier) is an arbitrary 128-bit identifier, and a standard set of guidelines for generating such an identifier. The goal is that each identifer will (with overwhelming probability) be unique, without need of a central authority. | ||
Line 16: | Line 16: | ||
* [[Wikipedia:Universally unique identifier]] | * [[Wikipedia:Universally unique identifier]] | ||
+ | [[Category:Binary Data]] | ||
[[Category:Naming and numbering systems]] | [[Category:Naming and numbering systems]] |
Revision as of 18:57, 4 December 2015
A UUID (universally unique identifier) is an arbitrary 128-bit identifier, and a standard set of guidelines for generating such an identifier. The goal is that each identifer will (with overwhelming probability) be unique, without need of a central authority.
Some of the bits in a UUID are obviously not random. They are used to indicate the UUID version number, etc.
The standard way to display a UUID is to use hex encoding, with four hyphens added at particular positions. It typically looks something like this:
00000000-1111-2222-3333-444444444444
See also GUID, the Microsoft version of UUID.